|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.resource.ResourceHistoryDAO
public class ResourceHistoryDAO
ResourceHistoryDAO
Constructor Summary | |
---|---|
ResourceHistoryDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdHistory)
|
void |
deleteByListIdResource(java.util.List<java.lang.Integer> listIdResource,
java.lang.String strResourceType,
java.lang.Integer nIdWorflow)
|
java.util.List<java.lang.Integer> |
getListHistoryIdByListIdResourceId(java.util.List<java.lang.Integer> listIdResource,
java.lang.String strResourceType,
java.lang.Integer nIdWorflow)
|
void |
insert(fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory resourceHistory)
|
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory |
load(int nIdHistory)
|
java.util.List<fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory> |
selectByAction(int nIdAction)
|
java.util.List<fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory> |
selectByResource(int nIdResource,
java.lang.String strResourceType,
int nIdWorkflow)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceHistoryDAO()
Method Detail |
---|
public void insert(fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory resourceHistory)
insert
in interface fr.paris.lutece.plugins.workflowcore.business.resource.IResourceHistoryDAO
public fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory load(int nIdHistory)
load
in interface fr.paris.lutece.plugins.workflowcore.business.resource.IResourceHistoryDAO
public java.util.List<fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory> selectByResource(int nIdResource, java.lang.String strResourceType, int nIdWorkflow)
selectByResource
in interface fr.paris.lutece.plugins.workflowcore.business.resource.IResourceHistoryDAO
public java.util.List<fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory> selectByAction(int nIdAction)
selectByAction
in interface fr.paris.lutece.plugins.workflowcore.business.resource.IResourceHistoryDAO
public void delete(int nIdHistory)
delete
in interface fr.paris.lutece.plugins.workflowcore.business.resource.IResourceHistoryDAO
public void deleteByListIdResource(java.util.List<java.lang.Integer> listIdResource, java.lang.String strResourceType, java.lang.Integer nIdWorflow)
deleteByListIdResource
in interface fr.paris.lutece.plugins.workflowcore.business.resource.IResourceHistoryDAO
public java.util.List<java.lang.Integer> getListHistoryIdByListIdResourceId(java.util.List<java.lang.Integer> listIdResource, java.lang.String strResourceType, java.lang.Integer nIdWorflow)
getListHistoryIdByListIdResourceId
in interface fr.paris.lutece.plugins.workflowcore.business.resource.IResourceHistoryDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |