public class ResourceExtenderHistoryDAO extends Object implements IResourceExtenderHistoryDAO
Constructor and Description |
---|
ResourceExtenderHistoryDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete.
|
void |
deleteByResource(String strExtenderType,
String strIdExtendableResource,
String strExtendableResourceType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete.
|
void |
insert(ResourceExtenderHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert.
|
ResourceExtenderHistory |
load(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load.
|
List<ResourceExtenderHistory> |
loadByFilter(ResourceExtenderHistoryFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load by filter.
|
public void insert(ResourceExtenderHistory history, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IResourceExtenderHistoryDAO
history
- the historyplugin
- the pluginpublic ResourceExtenderHistory load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IResourceExtenderHistoryDAO
nIdHistory
- the n id historyplugin
- the pluginpublic List<ResourceExtenderHistory> loadByFilter(ResourceExtenderHistoryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadByFilter
in interface IResourceExtenderHistoryDAO
filter
- the filterplugin
- the pluginpublic void delete(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IResourceExtenderHistoryDAO
nIdHistory
- the n id historyplugin
- the pluginpublic void deleteByResource(String strExtenderType, String strIdExtendableResource, String strExtendableResourceType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
deleteByResource
in interface IResourceExtenderHistoryDAO
strExtenderType
- the str extender typestrIdExtendableResource
- the str id extendable resourcestrExtendableResourceType
- the str extendable resource typeplugin
- the pluginCopyright © 2017 City of Paris. All rights reserved.