Uses of Class
org.wso2.wsas.persistence.dataobject.ServiceGroupDO

Packages that use ServiceGroupDO
org.wso2.wsas.persistence   
org.wso2.wsas.persistence.dao   
org.wso2.wsas.persistence.dataobject   
 

Uses of ServiceGroupDO in org.wso2.wsas.persistence
 

Methods in org.wso2.wsas.persistence that return ServiceGroupDO
 ServiceGroupDO PersistenceManager.getServiceGroup(java.lang.String serviceGroupId)
           
 

Methods in org.wso2.wsas.persistence with parameters of type ServiceGroupDO
 void PersistenceManager.addEngagedServiceGroupToModule(java.lang.String moduleName, java.lang.String moduleVersion, ServiceGroupDO serviceGrp)
           
 void PersistenceManager.addServiceGroup(ServiceGroupDO sgDO)
           
 ServiceGroupParameterDO PersistenceManager.getServiceGroupParameter(ServiceGroupDO serviceGroup, java.lang.String paramName)
           
 ServiceDO[] PersistenceManager.getServices(ServiceGroupDO serviceGroup)
           
 void PersistenceManager.handleExistingServiceGroupInit(ServiceGroupDO sgDO, org.apache.axis2.description.AxisServiceGroup serviceGroup)
           
 void PersistenceManager.removeEngagedServiceGroupFromModule(java.lang.String moduleName, java.lang.String moduleVersion, ServiceGroupDO serviceGrp)
           
 

Uses of ServiceGroupDO in org.wso2.wsas.persistence.dao
 

Methods in org.wso2.wsas.persistence.dao that return ServiceGroupDO
 ServiceGroupDO[] ModuleDAO.getEngagedServiceGroups(java.lang.String moduleName, java.lang.String version)
           
 ServiceGroupDO ServiceGroupDAO.getServiceGroup(java.lang.String serviceGroupId)
           
 ServiceGroupDO ServiceGroupDAO.getServiceGroup(java.lang.String serviceGroupId, org.hibernate.Session session)
           
 

Methods in org.wso2.wsas.persistence.dao with parameters of type ServiceGroupDO
 void ModuleDAO.addEngagedServiceGroup(java.lang.String moduleName, java.lang.String version, ServiceGroupDO serviceGroup)
           
 java.lang.Long ServiceGroupDAO.createServiceGroup(ServiceGroupDO trasientInstance)
           
 java.lang.Long ServiceGroupDAO.createServiceGroup(ServiceGroupDO trasientInstance, org.hibernate.Session session)
           
 ServiceGroupParameterDO ServiceGroupDAO.getParameter(ServiceGroupDO serviceGroup, java.lang.String paramName)
           
 ServiceDO[] ServiceGroupDAO.getServices(ServiceGroupDO serviceGroup)
           
 ServiceDO[] ServiceGroupDAO.getServices(ServiceGroupDO serviceGroup, org.hibernate.Session session)
           
 void ModuleDAO.removeEngagedServiceGroup(java.lang.String moduleName, java.lang.String version, ServiceGroupDO serviceGrp)
           
 

Uses of ServiceGroupDO in org.wso2.wsas.persistence.dataobject
 

Methods in org.wso2.wsas.persistence.dataobject that return ServiceGroupDO
 ServiceGroupDO ServiceGroupParameterDO.getServiceGroup()
           
 ServiceGroupDO ServiceDO.getServiceGroup()
          Getter for property 'serviceGroup'.
 

Methods in org.wso2.wsas.persistence.dataobject with parameters of type ServiceGroupDO
 void ModuleDO.addServiceGroup(ServiceGroupDO serviceGroup)
           
 void ServiceGroupParameterDO.setServiceGroup(ServiceGroupDO serviceGroup)
           
 void ServiceDO.setServiceGroup(ServiceGroupDO serviceGroup)
          Setter for property 'serviceGroup'.