org.squashtest.tm.service.internal.repository
Interface ParameterDao

All Superinterfaces:
CustomParameterDao

public interface ParameterDao
extends CustomParameterDao


Method Summary
 org.squashtest.tm.domain.testcase.Parameter findById(Long id)
           
 void persist(org.squashtest.tm.domain.testcase.Parameter parameter)
           
 void remove(org.squashtest.tm.domain.testcase.Parameter parameter)
           
 void removeAllByTestCaseIds(List<Long> removeAllByTestCaseIds)
           
 void removeAllValuesByTestCaseIds(List<Long> testCaseIds)
           
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.CustomParameterDao
findAllByNameAndTestCases, findAllByTestCase, findAllByTestCases, findParameterByNameAndTestCase
 

Method Detail

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.