public interface CampaignDeletionDao extends DeletionDao
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
findCampaignsWhichMilestonesForbidsDeletion(List<Long> originalId)
Given their ids, return the ids of campaigns one cannot remove
due to restrictions on the status of their milestones
|
List<Long> |
findRemainingCampaignIds(List<Long> originalIds)
Returns the subset of originalIds that represents the campaigns that were not deleted
|
List<Long>[] |
separateFolderFromCampaignIds(List<Long> originalIds)
Given a list of CampaignLibraryNode ids, will tell which ones are folder ids and which ones are campaigns.
|
void |
unbindFromMilestone(List<Long> campaignIds,
Long milestoneId) |
flush, removeAttachmentList, removeAttachmentsLists, removeEntities, removeEntity, removeEntityNQList<Long>[] separateFolderFromCampaignIds(List<Long> originalIds)
originalIds - the requirement library node ids we want to sort out.List<Long> findRemainingCampaignIds(List<Long> originalIds)
originalIds - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.