public interface IResourceHistoryDAO
Modifier and Type | Method and Description |
---|---|
void |
deleteByHistory(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove resourceHistory by history
|
void |
deleteByResource(int nIdResource,
String strResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove resourceHistory by resource
|
void |
insert(ResourceHistory resourceHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert new record
|
ResourceHistory |
load(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load a record by primary key
|
void insert(ResourceHistory resourceHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
resourceHistory
- the ResourceHistory Objectplugin
- the pluginResourceHistory load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the history idplugin
- the pluginvoid deleteByHistory(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdHistory
- the History idplugin
- the pluginvoid deleteByResource(int nIdResource, String strResourceType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdResource
- the resource idstrResourceType
- the resource typeplugin
- the pluginCopyright © 2018 City of Paris. All rights reserved.