Class HistoryServiceImpl
java.lang.Object
ch.tocco.nice2.netui.actions.impl.HistoryServiceImpl
- All Implemented Interfaces:
HistoryService
Deprecated.
-
Constructor Summary
ConstructorDescriptionHistoryServiceImpl
(HistoryDataStore historyDataStore, EntityVersionControl versionControl, LocaleResolverService localeResolverService, TimezoneResolverService timezoneResolverService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getEntity
(long pk) Deprecated.Returns the domain entity as xml.getVersions
(HistorySearchParams searchParams) Deprecated.Returns the versions of the entity with the given entity model, key and given search params.
-
Constructor Details
-
HistoryServiceImpl
public HistoryServiceImpl(HistoryDataStore historyDataStore, EntityVersionControl versionControl, LocaleResolverService localeResolverService, TimezoneResolverService timezoneResolverService) Deprecated.
-
-
Method Details
-
getVersions
Deprecated.Description copied from interface:HistoryService
Returns the versions of the entity with the given entity model, key and given search params.- Specified by:
getVersions
in interfaceHistoryService
-
getDiff
Deprecated.- Specified by:
getDiff
in interfaceHistoryService
-
getEntity
Deprecated.Description copied from interface:HistoryService
Returns the domain entity as xml.- Specified by:
getEntity
in interfaceHistoryService
-