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

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

Uses of ServiceGroupParameterDO in org.wso2.wsas.persistence
 

Methods in org.wso2.wsas.persistence that return ServiceGroupParameterDO
 ServiceGroupParameterDO PersistenceManager.getServiceGroupParameter(ServiceGroupDO serviceGroup, java.lang.String paramName)
           
 

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

Methods in org.wso2.wsas.persistence.dao that return ServiceGroupParameterDO
 ServiceGroupParameterDO ServiceGroupDAO.getParameter(ServiceGroupDO serviceGroup, java.lang.String paramName)
           
 

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

Methods in org.wso2.wsas.persistence.dataobject that return ServiceGroupParameterDO
 ServiceGroupParameterDO ServiceGroupDO.getParameter(java.lang.String paramName)
           
 

Methods in org.wso2.wsas.persistence.dataobject with parameters of type ServiceGroupParameterDO
 void ServiceGroupDO.addParameter(ServiceGroupParameterDO param)