org.squashtest.tm.service.internal.repository
Interface ParameterDao
- All Superinterfaces:
- CustomParameterDao
public interface ParameterDao
- extends CustomParameterDao
persist
void persist(org.squashtest.tm.domain.testcase.Parameter parameter)
remove
void remove(org.squashtest.tm.domain.testcase.Parameter parameter)
removeAllByTestCaseIds
void removeAllByTestCaseIds(List<Long> removeAllByTestCaseIds)
removeAllValuesByTestCaseIds
void removeAllValuesByTestCaseIds(List<Long> testCaseIds)
findById
org.squashtest.tm.domain.testcase.Parameter findById(Long id)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.