org.squashtest.tm.service.internal.testcase
Class TestCaseLibrariesCrudServiceImpl

java.lang.Object
  extended by org.squashtest.tm.service.internal.testcase.TestCaseLibrariesCrudServiceImpl
All Implemented Interfaces:
TestCaseLibrariesCrudService

Deprecated. not used anymore

@Deprecated
@Transactional
@Service(value="squashtest.tm.service.TestCasetLibrariesCrudService")
public class TestCaseLibrariesCrudServiceImpl
extends Object
implements TestCaseLibrariesCrudService

Temporary service.

Author:
Gregory Fouquet

Constructor Summary
TestCaseLibrariesCrudServiceImpl()
          Deprecated.  
 
Method Summary
 void addLibrary()
          Deprecated.  
 List<org.squashtest.tm.domain.testcase.TestCaseLibrary> findAllLibraries()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseLibrariesCrudServiceImpl

public TestCaseLibrariesCrudServiceImpl()
Deprecated. 
Method Detail

findAllLibraries

@Transactional(readOnly=true)
public List<org.squashtest.tm.domain.testcase.TestCaseLibrary> findAllLibraries()
Deprecated. 
Specified by:
findAllLibraries in interface TestCaseLibrariesCrudService

addLibrary

public void addLibrary()
Deprecated. 
Specified by:
addLibrary in interface TestCaseLibrariesCrudService


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.