com.jamasoftware.contour.dao
Interface IntegrationDao
public interface IntegrationDao
|
Method Summary |
void |
deleteIntegrationComponentMapping(IntegrationComponentMapping mapping)
|
void |
deleteIntegrationConnection(IntegrationConnection integrationConnection)
|
void |
deleteIntegrationFieldMapping(IntegrationFieldMapping mapping)
|
java.util.List<IntegrationComponentMapping> |
getAllIntegrationComponentMappingsForDocument(java.lang.Integer documentId)
|
java.util.List<IntegrationDirectionType> |
getAllIntegrationDirectionTypes()
|
IntegrationComponentMapping |
getIntegrationComponentMapping(int id)
|
IntegrationComponentMapping |
getIntegrationComponentMapping(int integrationType,
int scope,
int refId)
|
IntegrationComponentMapping |
getIntegrationComponentMapping(int integrationType,
int scope,
int refId,
int projectId)
|
IntegrationComponentMapping |
getIntegrationComponentMapping(int integrationType,
int scope,
int refId,
java.lang.Integer rootDocumentId,
java.lang.Integer projectid)
|
java.util.List<IntegrationComponentMapping> |
getIntegrationComponentMappingList(int integrationType,
int scope,
int refId)
|
java.util.List<IntegrationComponentMapping> |
getIntegrationComponentMappingsByProject(int projectId,
int integrationType)
|
java.util.List<IntegrationComponentMapping> |
getIntegrationComponentMappingsByScope(int scopeId)
|
IntegrationConnection |
getIntegrationConnection(int integrationType,
int scope,
int refId)
|
java.util.List<IntegrationConnection> |
getIntegrationConnectionListByDefaultContourUser(int contourUserId)
|
IntegrationDirectionType |
getIntegrationDirectionType(int typeId)
|
IntegrationFieldMapping |
getIntegrationFieldMapping(int integrationId)
|
java.util.List<IntegrationFieldMapping> |
getIntegrationFieldMapping(int integrationType,
int typeMappingId)
|
IntegrationFieldMapping |
getIntegrationFieldMapping(int integrationType,
int fieldId,
int typeMappingId)
|
java.util.List<IntegrationFieldMapping> |
getIntegrationFieldMappingListByTypeMapping(int typeMappingId)
|
IntegrationType |
getIntegrationType(int id)
|
java.util.List<IntegrationType> |
getIntegrationTypes()
|
java.util.List<IntegrationComponentMapping> |
getRelatedIntegrationComponentMappings(java.lang.Integer relatedComponentMappingId)
|
java.util.List<IntegrationComponentMapping> |
getRelatedIntegrationComponentMappings(java.lang.Integer relatedComponentMappingId,
java.lang.Boolean isUpstream)
|
java.util.List<IntegrationComponentMapping> |
getRelatedIntegrationComponentMappingsByDocumentType(java.lang.Integer relatedComponentMappingId,
java.lang.Integer relatedDocumentTypeId)
|
IntegrationComponentMapping |
saveIntegrationComponentMapping(IntegrationComponentMapping mapping)
|
void |
saveIntegrationConnection(IntegrationConnection integrationConnection)
|
void |
saveIntegrationFieldMapping(IntegrationFieldMapping mapping)
|
getIntegrationConnection
IntegrationConnection getIntegrationConnection(int integrationType,
int scope,
int refId)
getIntegrationConnectionListByDefaultContourUser
java.util.List<IntegrationConnection> getIntegrationConnectionListByDefaultContourUser(int contourUserId)
saveIntegrationConnection
void saveIntegrationConnection(IntegrationConnection integrationConnection)
deleteIntegrationConnection
void deleteIntegrationConnection(IntegrationConnection integrationConnection)
getIntegrationComponentMapping
IntegrationComponentMapping getIntegrationComponentMapping(int integrationType,
int scope,
int refId)
getIntegrationComponentMappingList
java.util.List<IntegrationComponentMapping> getIntegrationComponentMappingList(int integrationType,
int scope,
int refId)
getIntegrationComponentMapping
IntegrationComponentMapping getIntegrationComponentMapping(int integrationType,
int scope,
int refId,
int projectId)
getIntegrationComponentMapping
IntegrationComponentMapping getIntegrationComponentMapping(int integrationType,
int scope,
int refId,
java.lang.Integer rootDocumentId,
java.lang.Integer projectid)
getAllIntegrationComponentMappingsForDocument
java.util.List<IntegrationComponentMapping> getAllIntegrationComponentMappingsForDocument(java.lang.Integer documentId)
getIntegrationComponentMapping
IntegrationComponentMapping getIntegrationComponentMapping(int id)
getIntegrationComponentMappingsByScope
java.util.List<IntegrationComponentMapping> getIntegrationComponentMappingsByScope(int scopeId)
getIntegrationComponentMappingsByProject
java.util.List<IntegrationComponentMapping> getIntegrationComponentMappingsByProject(int projectId,
int integrationType)
getRelatedIntegrationComponentMappings
java.util.List<IntegrationComponentMapping> getRelatedIntegrationComponentMappings(java.lang.Integer relatedComponentMappingId,
java.lang.Boolean isUpstream)
getRelatedIntegrationComponentMappings
java.util.List<IntegrationComponentMapping> getRelatedIntegrationComponentMappings(java.lang.Integer relatedComponentMappingId)
getRelatedIntegrationComponentMappingsByDocumentType
java.util.List<IntegrationComponentMapping> getRelatedIntegrationComponentMappingsByDocumentType(java.lang.Integer relatedComponentMappingId,
java.lang.Integer relatedDocumentTypeId)
saveIntegrationComponentMapping
IntegrationComponentMapping saveIntegrationComponentMapping(IntegrationComponentMapping mapping)
deleteIntegrationComponentMapping
void deleteIntegrationComponentMapping(IntegrationComponentMapping mapping)
getIntegrationFieldMapping
IntegrationFieldMapping getIntegrationFieldMapping(int integrationType,
int fieldId,
int typeMappingId)
getIntegrationFieldMapping
java.util.List<IntegrationFieldMapping> getIntegrationFieldMapping(int integrationType,
int typeMappingId)
getIntegrationFieldMappingListByTypeMapping
java.util.List<IntegrationFieldMapping> getIntegrationFieldMappingListByTypeMapping(int typeMappingId)
getIntegrationFieldMapping
IntegrationFieldMapping getIntegrationFieldMapping(int integrationId)
saveIntegrationFieldMapping
void saveIntegrationFieldMapping(IntegrationFieldMapping mapping)
deleteIntegrationFieldMapping
void deleteIntegrationFieldMapping(IntegrationFieldMapping mapping)
getAllIntegrationDirectionTypes
java.util.List<IntegrationDirectionType> getAllIntegrationDirectionTypes()
getIntegrationDirectionType
IntegrationDirectionType getIntegrationDirectionType(int typeId)
getIntegrationType
IntegrationType getIntegrationType(int id)
getIntegrationTypes
java.util.List<IntegrationType> getIntegrationTypes()
Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.