Class TestCaseEditionsImpl
- java.lang.Object
-
- com.chutneytesting.design.infra.storage.editionlock.TestCaseEditionsImpl
-
- All Implemented Interfaces:
TestCaseEditions
@Repository public class TestCaseEditionsImpl extends Object implements TestCaseEditions
-
-
Constructor Summary
Constructors Constructor Description TestCaseEditionsImpl(Integer ttlValue, String ttlUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(TestCaseEdition testCaseEdition)List<TestCaseEdition>findAll()booleanremove(TestCaseEdition testCaseEdition)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.chutneytesting.design.domain.editionlock.TestCaseEditions
findBy
-
-
-
-
Method Detail
-
findAll
public List<TestCaseEdition> findAll()
- Specified by:
findAllin interfaceTestCaseEditions
-
add
public boolean add(TestCaseEdition testCaseEdition)
- Specified by:
addin interfaceTestCaseEditions
-
remove
public boolean remove(TestCaseEdition testCaseEdition)
- Specified by:
removein interfaceTestCaseEditions
-
-