org.squashtest.tm.service.internal.repository.hibernate
@Repository public class HibernateCampaignDeletionDao extends HibernateDeletionDao implements CampaignDeletionDao
| Constructor and Description |
|---|
HibernateCampaignDeletionDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
removeEntities(List<Long> entityIds) |
List<Long>[] |
separateFolderFromCampaignIds(List<Long> originalIds)
Given a list of CampaignLibraryNode ids, will tell which ones are folder ids and which ones are campaigns.
|
executeDeleteNamedQuery, executeDeleteSQLQuery, executeSelectNamedQuery, executeSelectSQLQuery, flush, getSession, removeAttachmentList, removeAttachmentsLists, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflush, removeAttachmentList, removeAttachmentsLists, removeEntitypublic void removeEntities(List<Long> entityIds)
removeEntities in interface DeletionDaopublic List<Long>[] separateFolderFromCampaignIds(List<Long> originalIds)
CampaignDeletionDaoseparateFolderFromCampaignIds in interface CampaignDeletionDaooriginalIds - the requirement library node ids we want to sort out.Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.