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

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

Uses of IntegrationComponentMapping in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return IntegrationComponentMapping
 IntegrationComponentMapping IntegrationDao.getIntegrationComponentMapping(int id)
           
 IntegrationComponentMapping IntegrationDao.getIntegrationComponentMapping(int integrationType, int scope, int refId)
           
 IntegrationComponentMapping IntegrationDao.getIntegrationComponentMapping(int integrationType, int scope, int refId, int projectId)
           
 IntegrationComponentMapping IntegrationDao.getIntegrationComponentMapping(int integrationType, int scope, int refId, java.lang.Integer rootDocumentId, java.lang.Integer projectid)
           
 IntegrationComponentMapping IntegrationDao.saveIntegrationComponentMapping(IntegrationComponentMapping mapping)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type IntegrationComponentMapping
 java.util.List<IntegrationComponentMapping> IntegrationDao.getAllIntegrationComponentMappingsForDocument(java.lang.Integer documentId)
           
 java.util.List<IntegrationComponentMapping> IntegrationDao.getIntegrationComponentMappingList(int integrationType, int scope, int refId)
           
 java.util.List<IntegrationComponentMapping> IntegrationDao.getIntegrationComponentMappingsByProject(int projectId, int integrationType)
           
 java.util.List<IntegrationComponentMapping> IntegrationDao.getIntegrationComponentMappingsByScope(int scopeId)
           
 java.util.List<IntegrationComponentMapping> IntegrationDao.getRelatedIntegrationComponentMappings(java.lang.Integer relatedComponentMappingId)
           
 java.util.List<IntegrationComponentMapping> IntegrationDao.getRelatedIntegrationComponentMappings(java.lang.Integer relatedComponentMappingId, java.lang.Boolean isUpstream)
           
 java.util.List<IntegrationComponentMapping> IntegrationDao.getRelatedIntegrationComponentMappingsByDocumentType(java.lang.Integer relatedComponentMappingId, java.lang.Integer relatedDocumentTypeId)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type IntegrationComponentMapping
 void IntegrationDao.deleteIntegrationComponentMapping(IntegrationComponentMapping mapping)
           
 IntegrationComponentMapping IntegrationDao.saveIntegrationComponentMapping(IntegrationComponentMapping mapping)
           
 

Uses of IntegrationComponentMapping in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return IntegrationComponentMapping
 IntegrationComponentMapping IntegrationComponentMapping.getRelatedMapping()
           
 IntegrationComponentMapping IntegrationFieldMapping.getSetMapping()
           
 

Methods in com.jamasoftware.contour.domain with parameters of type IntegrationComponentMapping
 void IntegrationComponentMapping.setRelatedMapping(IntegrationComponentMapping relatedMapping)
           
 void IntegrationFieldMapping.setSetMapping(IntegrationComponentMapping setMapping)
           
 



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