|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionDAO
IActionDAO
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 |
Method Detail |
---|
java.util.List<IAction> selectActions(java.lang.String strActionType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strActionType
- the action typeplugin
- the plugin
java.util.List<IAction> selectFilterByPermission(java.lang.String strActionType, java.lang.String strPermission, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strActionType
- the action typestrPermission
- the permissionplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |