Uses of Class
fr.paris.lutece.plugins.workflow.business.ResourceHistory

Packages that use ResourceHistory
fr.paris.lutece.plugins.workflow.business   
 

Uses of ResourceHistory in fr.paris.lutece.plugins.workflow.business
 

Methods in fr.paris.lutece.plugins.workflow.business that return ResourceHistory
static ResourceHistory ResourceHistoryHome.findByPrimaryKey(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the resource history Object
static ResourceHistory ResourceHistoryHome.getLastHistoryResource(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the last resource history depending creation date
 ResourceHistory ResourceHistoryDAO.load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 ResourceHistory IResourceHistoryDAO.load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the Resource History Object
 

Methods in fr.paris.lutece.plugins.workflow.business that return types with arguments of type ResourceHistory
static java.util.List<ResourceHistory> ResourceHistoryHome.getAllHistoryByAction(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load all ResourceHistory Object for a given resource
static java.util.List<ResourceHistory> ResourceHistoryHome.getAllHistoryByResource(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load all ResourceHistory Object for a given resource
 java.util.List<ResourceHistory> ResourceHistoryDAO.selectByAction(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 java.util.List<ResourceHistory> IResourceHistoryDAO.selectByAction(int nIdAction, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load all ResourceHistory Object for a given resource
 java.util.List<ResourceHistory> ResourceHistoryDAO.selectByResource(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 java.util.List<ResourceHistory> IResourceHistoryDAO.selectByResource(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load all ResourceHistory Object for a given resource
 

Methods in fr.paris.lutece.plugins.workflow.business with parameters of type ResourceHistory
static void ResourceHistoryHome.create(ResourceHistory resourceHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Creation of an instance of resoureceHistory
 void ResourceHistoryDAO.insert(ResourceHistory resourceHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void IResourceHistoryDAO.insert(ResourceHistory resourceHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 



Copyright © 2012 Mairie de Paris. All Rights Reserved.