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

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

public class UserActionDAO
extends BaseDAO


Field Summary
 
Fields inherited from class org.wso2.solutions.identity.persistence.dao.BaseDAO
log, messages
 
Constructor Summary
UserActionDAO(HibernateConfig config)
           
 
Method Summary
 UserActionDO[] getAllUserActions()
           
 
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

UserActionDAO

public UserActionDAO(HibernateConfig config)
Method Detail

getAllUserActions

public UserActionDO[] getAllUserActions()