com.jamasoftware.contour.dao
Interface ChangeRequestAssociationDao
public interface ChangeRequestAssociationDao
getChangeRequestAssociation
ChangeRequestAssociation getChangeRequestAssociation(java.lang.Integer changeRequestAssociationId)
getChangeRequestAssociationList
java.util.List<ChangeRequestAssociation> getChangeRequestAssociationList(java.lang.Integer changeRequestId)
saveChangeRequestAssociationList
java.util.List<ChangeRequestAssociation> saveChangeRequestAssociationList(java.util.List<ChangeRequestAssociation> changeRequestAssociations)
deleteChangeRequestAssociation
void deleteChangeRequestAssociation(java.lang.Integer changeRequestAssociationId)
deleteChangeRequestAssociation
void deleteChangeRequestAssociation(ChangeRequestAssociation changeRequestAssociation)
getChangeRequestAssociationFromSourceItems
ChangeRequestAssociation getChangeRequestAssociationFromSourceItems(java.lang.Integer changeRequestId,
java.lang.Integer associatedItemId)
getChangeRequestAssociationsFromAssociatedItem
java.util.List<ChangeRequestAssociation> getChangeRequestAssociationsFromAssociatedItem(java.lang.Integer associatedItemId)
itemInChangeRequest
boolean itemInChangeRequest(java.lang.Integer itemId)
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.