|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionDAO
IActionDAO
Method Summary | |
---|---|
void |
delete(int nIdAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the action Object |
void |
insert(fr.paris.lutece.portal.business.workflow.Action action,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
fr.paris.lutece.portal.business.workflow.Action |
load(int nIdAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the action Object |
fr.paris.lutece.portal.business.workflow.Action |
loadWithIcon(int nIdAction,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the action Object with icon associated |
java.util.List<fr.paris.lutece.portal.business.workflow.Action> |
selectActionsByFilter(ActionFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
select all actions by filter |
void |
store(fr.paris.lutece.portal.business.workflow.Action action,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
Method Detail |
---|
void insert(fr.paris.lutece.portal.business.workflow.Action action, fr.paris.lutece.portal.service.plugin.Plugin plugin)
action
- instance of the Action object to insertplugin
- the pluginvoid store(fr.paris.lutece.portal.business.workflow.Action action, fr.paris.lutece.portal.service.plugin.Plugin plugin)
action
- instance of the Action object to updateplugin
- the pluginfr.paris.lutece.portal.business.workflow.Action load(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAction
- the state idplugin
- the plugin
fr.paris.lutece.portal.business.workflow.Action loadWithIcon(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAction
- the state idplugin
- the plugin
void delete(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAction
- the action idplugin
- the pluginjava.util.List<fr.paris.lutece.portal.business.workflow.Action> selectActionsByFilter(ActionFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the action filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |