|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.WorkflowDAO
public class WorkflowDAO
class WorkflowDAO
Constructor Summary | |
---|---|
WorkflowDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdWorkflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the workflow Object |
void |
insert(fr.paris.lutece.portal.business.workflow.Workflow workflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
fr.paris.lutece.portal.business.workflow.Workflow |
load(int nIdWorkflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the workflow Object |
java.util.List<fr.paris.lutece.portal.business.workflow.Workflow> |
selectWorkflowByFilter(WorkflowFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
select workflow by Filter |
void |
store(fr.paris.lutece.portal.business.workflow.Workflow workflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowDAO()
Method Detail |
---|
public void insert(fr.paris.lutece.portal.business.workflow.Workflow workflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkflowDAO
insert
in interface IWorkflowDAO
workflow
- instance of the Workflow object to insertplugin
- the pluginpublic void store(fr.paris.lutece.portal.business.workflow.Workflow workflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkflowDAO
store
in interface IWorkflowDAO
workflow
- instance of the Workflow object to updateplugin
- the pluginpublic fr.paris.lutece.portal.business.workflow.Workflow load(int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkflowDAO
load
in interface IWorkflowDAO
nIdWorkflow
- the workflow idplugin
- the plugin
public void delete(int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkflowDAO
delete
in interface IWorkflowDAO
nIdWorkflow
- the workflow idplugin
- the pluginpublic java.util.List<fr.paris.lutece.portal.business.workflow.Workflow> selectWorkflowByFilter(WorkflowFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IWorkflowDAO
selectWorkflowByFilter
in interface IWorkflowDAO
filter
- the filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |