Class HistoryServiceImpl
java.lang.Object
ch.tocco.nice2.netui.actions.impl.HistoryServiceImpl
- All Implemented Interfaces:
HistoryService
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionHistoryServiceImpl(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:HistoryServiceReturns the versions of the entity with the given entity model, key and given search params.- Specified by:
getVersionsin interfaceHistoryService
-
getDiff
Deprecated.- Specified by:
getDiffin interfaceHistoryService
-
getEntity
Deprecated.Description copied from interface:HistoryServiceReturns the domain entity as xml.- Specified by:
getEntityin interfaceHistoryService
-