|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStateDAO
IStateDAO
Method Summary | |
---|---|
void |
delete(int nIdState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the state Object |
fr.paris.lutece.portal.business.workflow.State |
findByResource(int nIdResource,
java.lang.String strResourceType,
int nIdWorkflow,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the state Object from the given resource |
void |
insert(fr.paris.lutece.portal.business.workflow.State state,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
fr.paris.lutece.portal.business.workflow.State |
load(int nIdState,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the state Object |
java.util.List<fr.paris.lutece.portal.business.workflow.State> |
selectStatesByFilter(StateFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
select all states by filter |
void |
store(fr.paris.lutece.portal.business.workflow.State state,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
update record in the table. |
Method Detail |
---|
void insert(fr.paris.lutece.portal.business.workflow.State state, fr.paris.lutece.portal.service.plugin.Plugin plugin)
state
- instance of the State object to insertplugin
- the pluginvoid store(fr.paris.lutece.portal.business.workflow.State state, fr.paris.lutece.portal.service.plugin.Plugin plugin)
state
- instance of the State object to updateplugin
- the pluginfr.paris.lutece.portal.business.workflow.State load(int nIdState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdState
- the state idplugin
- the plugin
fr.paris.lutece.portal.business.workflow.State findByResource(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdResource
- the resource idstrResourceType
- the resource typenIdWorkflow
- the workflow idplugin
- the plugin
void delete(int nIdState, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdState
- the state idplugin
- the pluginjava.util.List<fr.paris.lutece.portal.business.workflow.State> selectStatesByFilter(StateFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- StateFilter Objectplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |