org.wso2.solutions.identity.persistence.dao
Class ActionDAO

java.lang.Object
  extended by org.wso2.solutions.identity.persistence.dao.BaseDAO
      extended by org.wso2.solutions.identity.persistence.dao.ActionDAO

public class ActionDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
log, messages
 
Constructor Summary
ActionDAO(HibernateConfig config)
           
 
Method Summary
 ActionDO[] getAllActions()
           
 
Methods inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
create, createOrUpdate, delete, executeSingleDMLStatement, getDataObject, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionDAO

public ActionDAO(HibernateConfig config)
Method Detail

getAllActions

public ActionDO[] getAllActions()