|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.unittree.business.action.ActionDAO
public class ActionDAO
ActionDAO
Constructor Summary | |
---|---|
ActionDAO()
|
Method Summary | |
---|---|
java.util.List<IAction> |
selectActions(java.lang.String strActionType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
java.util.List<IAction> |
selectFilterByPermission(java.lang.String strActionType,
java.lang.String strPermission,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the list of actions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionDAO()
Method Detail |
---|
public java.util.List<IAction> selectActions(java.lang.String strActionType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectActions
in interface IActionDAO
strActionType
- the action typeplugin
- the plugin
public java.util.List<IAction> selectFilterByPermission(java.lang.String strActionType, java.lang.String strPermission, fr.paris.lutece.portal.service.plugin.Plugin plugin)
selectFilterByPermission
in interface IActionDAO
strActionType
- the action typestrPermission
- the permissionplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |