PRINCIPAL_TYPE
- the principal typepublic interface AuditingModel<PRINCIPAL_TYPE>
The model with time tracking and auditing built in
Modifier and Type | Method and Description |
---|---|
PRINCIPAL_TYPE |
_creator()
Returns the principal who created and saved this model
|
PRINCIPAL_TYPE |
_lastModifier()
Returns the principal who is the last person modified and saved this model
|
Class<PRINCIPAL_TYPE> |
_principalType()
Return the class of principal used in this model
|
PRINCIPAL_TYPE _creator()
Returns the principal who created and saved this model
PRINCIPAL_TYPE _lastModifier()
Returns the principal who is the last person modified and saved this model
Class<PRINCIPAL_TYPE> _principalType()
Return the class of principal used in this model
Copyright © 2014–2021 ActFramework. All rights reserved.