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

All Superinterfaces:
CustomDatasetDao

public interface DatasetDao
extends CustomDatasetDao


Method Summary
 org.squashtest.tm.domain.testcase.Dataset findById(Long id)
           
 void persist(org.squashtest.tm.domain.testcase.Dataset newValue)
           
 void remove(org.squashtest.tm.domain.testcase.Dataset dataset)
          Simply remove the given dataset
 void removeAllByTestCaseIds(List<Long> testCaseIds)
           
 void removeAllValuesByTestCaseIds(List<Long> testCaseIds)
           
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.CustomDatasetDao
findAllDatasetsByTestCase, findAllDatasetsByTestCases, findDatasetByTestCaseAndByName, removeDatasetFromIterationTestPlanItems
 

Method Detail

persist

void persist(org.squashtest.tm.domain.testcase.Dataset newValue)

findById

org.squashtest.tm.domain.testcase.Dataset findById(Long id)

removeAllByTestCaseIds

void removeAllByTestCaseIds(List<Long> testCaseIds)

removeAllValuesByTestCaseIds

void removeAllValuesByTestCaseIds(List<Long> testCaseIds)

remove

void remove(org.squashtest.tm.domain.testcase.Dataset dataset)
Simply remove the given dataset

Parameters:
dataset - : the dataset to remove


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