Uses of Class
org.wso2.solutions.identity.persistence.dataobject.ActionDO

Packages that use ActionDO
org.wso2.solutions.identity.persistence   
org.wso2.solutions.identity.persistence.dao   
org.wso2.solutions.identity.persistence.dataobject   
 

Uses of ActionDO in org.wso2.solutions.identity.persistence
 

Methods in org.wso2.solutions.identity.persistence that return ActionDO
 ActionDO[] IPPersistenceManager.getAllActions()
           
 

Uses of ActionDO in org.wso2.solutions.identity.persistence.dao
 

Methods in org.wso2.solutions.identity.persistence.dao that return ActionDO
 ActionDO[] ActionDAO.getAllActions()
           
 

Uses of ActionDO in org.wso2.solutions.identity.persistence.dataobject
 

Methods in org.wso2.solutions.identity.persistence.dataobject that return ActionDO
 ActionDO UserActionDO.getAction()
           
 

Methods in org.wso2.solutions.identity.persistence.dataobject with parameters of type ActionDO
 void UserActionDO.setAction(ActionDO action)