org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateRequirementDeletionDao

java.lang.Object
  extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateDeletionDao
      extended by org.squashtest.csp.tm.internal.repository.hibernate.HibernateRequirementDeletionDao
All Implemented Interfaces:
DeletionDao, RequirementDeletionDao

@Repository
public class HibernateRequirementDeletionDao
extends HibernateDeletionDao
implements RequirementDeletionDao


Constructor Summary
HibernateRequirementDeletionDao()
           
 
Method Summary
 void deleteRequirementAuditEvents(List<Long> requirementIds)
           
 List<Long> findRequirementAttachmentListIds(List<Long> requirementIds)
           
 void removeEntities(List<Long> entityIds)
           
 void removeFromVerifiedRequirementLists(List<Long> requirementIds)
           
 
Methods inherited from class org.squashtest.csp.tm.internal.repository.hibernate.HibernateDeletionDao
executeDeleteNamedQuery, executeDeleteSQLQuery, executeSelectNamedQuery, executeSelectSQLQuery, flush, getSession, removeAttachmentList, removeAttachmentsLists, removeEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.DeletionDao
flush, removeAttachmentList, removeAttachmentsLists, removeEntity
 

Constructor Detail

HibernateRequirementDeletionDao

public HibernateRequirementDeletionDao()
Method Detail

removeEntities

public void removeEntities(List<Long> entityIds)
Specified by:
removeEntities in interface DeletionDao

findRequirementAttachmentListIds

public List<Long> findRequirementAttachmentListIds(List<Long> requirementIds)
Specified by:
findRequirementAttachmentListIds in interface RequirementDeletionDao

removeFromVerifiedRequirementLists

public void removeFromVerifiedRequirementLists(List<Long> requirementIds)
Specified by:
removeFromVerifiedRequirementLists in interface RequirementDeletionDao

deleteRequirementAuditEvents

public void deleteRequirementAuditEvents(List<Long> requirementIds)
Specified by:
deleteRequirementAuditEvents in interface RequirementDeletionDao


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.