public abstract class AbstractCrudServiceEnvers extends AbstractCrudService implements Auditing
CrudReadService.SORTORDERDEFAULT_PAGE_SIZE, EDITORROLE| Constructor and Description |
|---|
AbstractCrudServiceEnvers() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
getRevision(Number n,
Class<T> type)
get historical data for a certain revision
|
<T extends Serializable> |
getRevisionInfo(Serializable id,
Integer max,
Class<T> type)
return a list holding revision information, newest come first
|
<T extends Serializable> |
getRevisionNumbers(Object id,
Class<T> type)
return list of revision numbers, first is the oldest
|
count, countDynamic, create, delete, find, find, findAll, findDynamic, findNative, findOne, getEntityManager, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, updatecount, countDynamic, find, find, findAll, findDynamic, findNative, findOnepublic <T extends Serializable> T getRevision(Number n, Class<T> type)
AuditinggetRevision in interface Auditingpublic <T extends Serializable> List<RevInfo<T>> getRevisionInfo(Serializable id, Integer max, Class<T> type)
AuditinggetRevisionInfo in interface Auditingmax - the maximum to number of results to return, defaults to 5public <T extends Serializable> List<Number> getRevisionNumbers(Object id, Class<T> type)
AuditinggetRevisionNumbers in interface AuditingCopyright © 2018 Fryske Akademy. All rights reserved.