org.squashtest.csp.tm.internal.repository
Interface TestStepDao

All Known Implementing Classes:
HibernateTestStepDao

public interface TestStepDao


Method Summary
 TestStep findById(Long testStepId)
           
 List<TestStep> findListById(List<Long> testStepIds)
           
<STEP extends TestStep>
void
persist(STEP testStep)
           
 void removeById(Long testStepId)
           
 

Method Detail

findById

TestStep findById(Long testStepId)

removeById

void removeById(Long testStepId)

persist

<STEP extends TestStep> void persist(STEP testStep)

findListById

List<TestStep> findListById(List<Long> testStepIds)


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.