Package org.teamapps.model.controlcenter
Interface UserAcceptedPolicy
- All Superinterfaces:
org.teamapps.universaldb.pojo.Entity<UserAcceptedPolicy>,org.teamapps.universaldb.pojo.Identifiable
- All Known Implementing Classes:
UdbUserAcceptedPolicy
public interface UserAcceptedPolicy extends org.teamapps.universaldb.pojo.Entity<UserAcceptedPolicy>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFIELD_ACCEPT_ENTRIESstatic java.lang.StringFIELD_LAST_ACCEPTED_PRIVACY_POLICYstatic java.lang.StringFIELD_LAST_ACCEPTED_TERMS_OF_USEstatic java.lang.StringFIELD_META_CREATED_BYstatic java.lang.StringFIELD_META_CREATION_DATEstatic java.lang.StringFIELD_META_DELETED_BYstatic java.lang.StringFIELD_META_DELETION_DATEstatic java.lang.StringFIELD_META_MODIFICATION_DATEstatic java.lang.StringFIELD_META_MODIFIED_BYstatic java.lang.StringFIELD_META_RESTORE_DATEstatic java.lang.StringFIELD_META_RESTORED_BY -
Method Summary
Methods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, delete, delete, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, restoreDeleted, save, save, save, saveTransactional, saveTransactional, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
FIELD_META_CREATION_DATE
static final java.lang.String FIELD_META_CREATION_DATE- See Also:
- Constant Field Values
-
FIELD_META_CREATED_BY
static final java.lang.String FIELD_META_CREATED_BY- See Also:
- Constant Field Values
-
FIELD_META_MODIFICATION_DATE
static final java.lang.String FIELD_META_MODIFICATION_DATE- See Also:
- Constant Field Values
-
FIELD_META_MODIFIED_BY
static final java.lang.String FIELD_META_MODIFIED_BY- See Also:
- Constant Field Values
-
FIELD_META_DELETION_DATE
static final java.lang.String FIELD_META_DELETION_DATE- See Also:
- Constant Field Values
-
FIELD_META_DELETED_BY
static final java.lang.String FIELD_META_DELETED_BY- See Also:
- Constant Field Values
-
FIELD_META_RESTORE_DATE
static final java.lang.String FIELD_META_RESTORE_DATE- See Also:
- Constant Field Values
-
FIELD_META_RESTORED_BY
static final java.lang.String FIELD_META_RESTORED_BY- See Also:
- Constant Field Values
-
FIELD_LAST_ACCEPTED_PRIVACY_POLICY
static final java.lang.String FIELD_LAST_ACCEPTED_PRIVACY_POLICY- See Also:
- Constant Field Values
-
FIELD_LAST_ACCEPTED_TERMS_OF_USE
static final java.lang.String FIELD_LAST_ACCEPTED_TERMS_OF_USE- See Also:
- Constant Field Values
-
FIELD_ACCEPT_ENTRIES
static final java.lang.String FIELD_ACCEPT_ENTRIES- See Also:
- Constant Field Values
-
-
Method Details
-
create
-
create
-
getById
-
getBuilder
-
getMetaCreationDate
java.time.Instant getMetaCreationDate() -
setMetaCreationDate
-
getMetaCreationDateAsEpochSecond
int getMetaCreationDateAsEpochSecond() -
setMetaCreationDateAsEpochSecond
-
getMetaCreationDateAsEpochMilli
long getMetaCreationDateAsEpochMilli() -
setMetaCreationDateAsEpochMilli
-
getMetaCreatedBy
int getMetaCreatedBy() -
setMetaCreatedBy
-
getMetaModificationDate
java.time.Instant getMetaModificationDate() -
setMetaModificationDate
-
getMetaModificationDateAsEpochSecond
int getMetaModificationDateAsEpochSecond() -
setMetaModificationDateAsEpochSecond
-
getMetaModificationDateAsEpochMilli
long getMetaModificationDateAsEpochMilli() -
setMetaModificationDateAsEpochMilli
-
getMetaModifiedBy
int getMetaModifiedBy() -
setMetaModifiedBy
-
getMetaDeletionDate
java.time.Instant getMetaDeletionDate() -
setMetaDeletionDate
-
getMetaDeletionDateAsEpochSecond
int getMetaDeletionDateAsEpochSecond() -
setMetaDeletionDateAsEpochSecond
-
getMetaDeletionDateAsEpochMilli
long getMetaDeletionDateAsEpochMilli() -
setMetaDeletionDateAsEpochMilli
-
getMetaDeletedBy
int getMetaDeletedBy() -
setMetaDeletedBy
-
getMetaRestoreDate
java.time.Instant getMetaRestoreDate() -
setMetaRestoreDate
-
getMetaRestoreDateAsEpochSecond
int getMetaRestoreDateAsEpochSecond() -
setMetaRestoreDateAsEpochSecond
-
getMetaRestoreDateAsEpochMilli
long getMetaRestoreDateAsEpochMilli() -
setMetaRestoreDateAsEpochMilli
-
getMetaRestoredBy
int getMetaRestoredBy() -
setMetaRestoredBy
-
getLastAcceptedPrivacyPolicy
int getLastAcceptedPrivacyPolicy() -
setLastAcceptedPrivacyPolicy
-
getLastAcceptedTermsOfUse
int getLastAcceptedTermsOfUse() -
setLastAcceptedTermsOfUse
-
getAcceptEntries
java.util.List<UserAcceptedPolicyEntries> getAcceptEntries() -
setAcceptEntries
-
getAcceptEntriesCount
int getAcceptEntriesCount() -
setAcceptEntries
-
getAcceptEntriesAsBitSet
java.util.BitSet getAcceptEntriesAsBitSet() -
addAcceptEntries
-
addAcceptEntries
-
removeAcceptEntries
-
removeAcceptEntries
-
removeAllAcceptEntries
UserAcceptedPolicy removeAllAcceptEntries() -
getAll
-
getDeletedRecords
-
sort
static java.util.List<UserAcceptedPolicy> sort(java.util.List<UserAcceptedPolicy> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
static int getCount() -
filter
-