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

Packages that use IntegrationConnection
com.jamasoftware.contour.dao   
 

Uses of IntegrationConnection in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return IntegrationConnection
 IntegrationConnection IntegrationDao.getIntegrationConnection(int integrationType, int scope, int refId)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type IntegrationConnection
 java.util.List<IntegrationConnection> IntegrationDao.getIntegrationConnectionListByDefaultContourUser(int contourUserId)
           
 

Methods in com.jamasoftware.contour.dao with parameters of type IntegrationConnection
 void IntegrationDao.deleteIntegrationConnection(IntegrationConnection integrationConnection)
           
 void IntegrationDao.saveIntegrationConnection(IntegrationConnection integrationConnection)
           
 



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