Interface CategoryAuditService
-
- All Superinterfaces:
BaseServiceAudit<Category,java.util.UUID,java.lang.Integer>
public interface CategoryAuditService extends BaseServiceAudit<Category,java.util.UUID,java.lang.Integer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<org.springframework.data.history.Revision<java.lang.Integer,Category>>
findRevisionByIdAndChangeKindNotIn(java.util.UUID id, java.util.Collection<AbstractEntityAudit.ChangeKind> changeKinds, org.springframework.data.domain.Pageable pageable)
-
Methods inherited from interface no.nsd.qddt.domain.BaseServiceAudit
findFirstChange, findLastChange, findRevision, findRevisions, setShowPrivateComment
-
-
-
-
Method Detail
-
findRevisionByIdAndChangeKindNotIn
org.springframework.data.domain.Page<org.springframework.data.history.Revision<java.lang.Integer,Category>> findRevisionByIdAndChangeKindNotIn(java.util.UUID id, java.util.Collection<AbstractEntityAudit.ChangeKind> changeKinds, org.springframework.data.domain.Pageable pageable)
-
-