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

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

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

Methods in org.wso2.wsas.persistence.dao that return ServiceIdentifierDO
 ServiceIdentifierDO OperationDAO.getServiceIdentifier(OperationDO op)
           
 

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

Methods in org.wso2.wsas.persistence.dataobject that return ServiceIdentifierDO
 ServiceIdentifierDO ServiceDO.getServiceIdentifierDO()
          Getter for property 'serviceIdentifierDO'.
 

Methods in org.wso2.wsas.persistence.dataobject with parameters of type ServiceIdentifierDO
 void ServiceDO.setServiceIdentifierDO(ServiceIdentifierDO serviceIdentifierDO)
          Setter for property 'serviceIdentifierDO'.