com.atlassian.bamboo.chains
Interface ChainStageDao

All Superinterfaces:
BambooObjectDao<ChainStage>
All Known Implementing Classes:
ChainStageHibernateDao

public interface ChainStageDao
extends BambooObjectDao<ChainStage>


Method Summary
 java.util.Collection<ChainStage> getChainStagesMarkedForDeletion()
           
 
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll
 

Method Detail

getChainStagesMarkedForDeletion

@NotNull
java.util.Collection<ChainStage> getChainStagesMarkedForDeletion()
Returns:
all ChainStages that are marked as deleted


Copyright © 2011 Atlassian. All Rights Reserved.