Uses of Class
com.jamasoftware.contour.domain.ChangeRequestAssociation

Packages that use ChangeRequestAssociation
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
 

Uses of ChangeRequestAssociation in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return ChangeRequestAssociation
 ChangeRequestAssociation ChangeRequestAssociationDao.getChangeRequestAssociation(java.lang.Integer changeRequestAssociationId)
           
 ChangeRequestAssociation ChangeRequestAssociationDao.getChangeRequestAssociationFromSourceItems(java.lang.Integer changeRequestId, java.lang.Integer associatedItemId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type ChangeRequestAssociation
 java.util.List<ChangeRequestAssociation> ChangeRequestAssociationDao.getChangeRequestAssociationList(java.lang.Integer changeRequestId)
           
 java.util.List<ChangeRequestAssociation> ChangeRequestAssociationDao.getChangeRequestAssociationsFromAssociatedItem(java.lang.Integer associatedItemId)
           
 java.util.List<ChangeRequestAssociation> ChangeRequestAssociationDao.saveChangeRequestAssociationList(java.util.List<ChangeRequestAssociation> changeRequestAssociations)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type ChangeRequestAssociation
 void ChangeRequestAssociationDao.deleteChangeRequestAssociation(ChangeRequestAssociation changeRequestAssociation)
           
 

Method parameters in com.jamasoftware.contour.dao with type arguments of type ChangeRequestAssociation
 java.util.List<ChangeRequestAssociation> ChangeRequestAssociationDao.saveChangeRequestAssociationList(java.util.List<ChangeRequestAssociation> changeRequestAssociations)
           
 

Uses of ChangeRequestAssociation in com.jamasoftware.contour.domain
 

Constructors in com.jamasoftware.contour.domain with parameters of type ChangeRequestAssociation
ChangeRequestAssociation(ChangeRequestAssociation other)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.