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 IResourceExtenderHistoryDAOhistory - the historyplugin - the pluginpublic ResourceExtenderHistory load(int nIdHistory, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load in interface IResourceExtenderHistoryDAOnIdHistory - the n id historyplugin - the pluginpublic List<ResourceExtenderHistory> loadByFilter(ResourceExtenderHistoryFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadByFilter in interface IResourceExtenderHistoryDAOfilter - the filterplugin - the pluginpublic void delete(int nIdHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete in interface IResourceExtenderHistoryDAOnIdHistory - 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 IResourceExtenderHistoryDAOstrExtenderType - the str extender typestrIdExtendableResource - the str id extendable resourcestrExtendableResourceType - the str extendable resource typeplugin - the pluginCopyright © 2017 City of Paris. All rights reserved.