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

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

Uses of RelationshipType in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return RelationshipType
 RelationshipType RelationshipTypeDao.getItemSyncRelationshipType()
           
 RelationshipType RelationshipTypeDao.getRelationshipType(java.lang.Integer typeId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type RelationshipType
 java.util.List<RelationshipType> RelationshipTypeDao.getRelationshipTypeList(java.lang.Integer scopeId, java.lang.Integer refId)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type RelationshipType
 void RelationshipTypeDao.deactivateRelationshipType(RelationshipType type)
           
 void RelationshipTypeDao.deleteRelationshipType(RelationshipType type)
           
 void RelationshipDao.replaceRelationshipTypeById(java.lang.Integer originalTypeId, RelationshipType newType)
           
 void RelationshipTypeDao.saveRelationshipType(RelationshipType type)
           
 

Uses of RelationshipType in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return RelationshipType
 RelationshipType Document_Document.getRelationshipType()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type RelationshipType
 int RelationshipType.compareTo(RelationshipType rt)
           
 void Document_Document.setRelationshipType(RelationshipType relationshipType)
           
 



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