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

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

Uses of ServicePolicyDO in org.wso2.wsas.persistence
 

Methods in org.wso2.wsas.persistence that return ServicePolicyDO
 ServicePolicyDO[] PersistenceManager.getServicePolicies(ServiceDO service)
           
 

Methods in org.wso2.wsas.persistence with parameters of type ServicePolicyDO
 void PersistenceManager.addServicePolicy(ServicePolicyDO servicePolicy)
           
 void PersistenceManager.updateServicePolicy(ServicePolicyDO servicePolicy)
           
 void PersistenceManager.addPolicyToService(java.lang.String serviceId, java.lang.String serviceVersion, ServicePolicyDO policy)
           
 

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

Methods in org.wso2.wsas.persistence.dao that return ServicePolicyDO
 ServicePolicyDO[] ServiceDAO.getPolicies(java.lang.String serviceId, java.lang.String version)
           
 ServicePolicyDO[] ServiceDAO.getPolicies(ServiceDO service)
           
 

Methods in org.wso2.wsas.persistence.dao with parameters of type ServicePolicyDO
 void ServiceDAO.addPolicy(java.lang.String serviceId, java.lang.String version, ServicePolicyDO policy)
           
 void ServiceDAO.updatePolicy(ServicePolicyDO servicePolicy)
           
 

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

Methods in org.wso2.wsas.persistence.dataobject with parameters of type ServicePolicyDO
 void ServiceDO.addPolicy(ServicePolicyDO policy)