public interface IResourceHistoryService
Modifier and Type | Method and Description |
---|---|
void |
create(ResourceHistory resourceHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of a resource history
|
ResourceHistory |
findByPrimaryKey(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the ResourceHistory Object
|
void |
removeByHistory(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the resource history by history
|
void create(ResourceHistory resourceHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
resourceHistory
- The resource historyplugin
- the pluginvoid removeByHistory(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history keyplugin
- the PluginResourceHistory findByPrimaryKey(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history idplugin
- the pluginCopyright © 2017 City of Paris. All rights reserved.