Package org.teamapps.model.controlcenter
Class UdbUserAcceptedPolicy
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<UserAcceptedPolicy>
org.teamapps.model.controlcenter.UdbUserAcceptedPolicy
- All Implemented Interfaces:
UserAcceptedPolicy,org.teamapps.universaldb.pojo.Entity<UserAcceptedPolicy>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<UserAcceptedPolicy>
public class UdbUserAcceptedPolicy extends org.teamapps.universaldb.pojo.AbstractUdbEntity<UserAcceptedPolicy> implements UserAcceptedPolicy
-
Field Summary
Fields Modifier and Type Field Description protected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndexacceptEntriesprotected static org.teamapps.universaldb.index.numeric.IntegerIndexlastAcceptedPrivacyPolicyprotected static org.teamapps.universaldb.index.numeric.IntegerIndexlastAcceptedTermsOfUseprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaCreatedByprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaCreationDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaDeletedByprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaDeletionDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaModificationDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaModifiedByprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaRestoreDateprotected static org.teamapps.universaldb.index.numeric.IntegerIndexmetaRestoredByprotected static org.teamapps.universaldb.index.TableIndextableFields inherited from interface org.teamapps.model.controlcenter.UserAcceptedPolicy
FIELD_ACCEPT_ENTRIES, FIELD_LAST_ACCEPTED_PRIVACY_POLICY, FIELD_LAST_ACCEPTED_TERMS_OF_USE, FIELD_META_CREATED_BY, FIELD_META_CREATION_DATE, FIELD_META_DELETED_BY, FIELD_META_DELETION_DATE, FIELD_META_MODIFICATION_DATE, FIELD_META_MODIFIED_BY, FIELD_META_RESTORE_DATE, FIELD_META_RESTORED_BY -
Constructor Summary
Constructors Constructor Description UdbUserAcceptedPolicy()UdbUserAcceptedPolicy(int id, boolean createEntity) -
Method Summary
Methods inherited from class org.teamapps.universaldb.pojo.AbstractUdbEntity
addMultiReferenceValue, clearChanges, clearFieldChanges, createdBy, createEntityList, createEntityList, createEntityList, deleteRecord, equals, getBooleanValue, getChangedValue, getChangeValue, getCorrelationId, getDateAsEpochMilli, getDateTimeAsEpochMilli, getDateTimeValue, getDateValue, getDoubleValue, getEntityValue, getEnumValue, getFloatValue, getId, getIntValue, getLocalDateValue, getLongValue, getMultiReferenceValue, getMultiReferenceValueAsBitSet, getMultiReferenceValueCount, getQualifiedName, getRecordUpdates, getReferenceChangeValue, getShortValue, getTableId, getTableIndex, getTextValue, getTimestampAsEpochMilli, getTimestampAsEpochSecond, getTimestampValue, getTimeValue, getTranslatableTextValue, hashCode, isChanged, isChanged, isDeleted, isModified, isRestorable, isStored, removeAllMultiReferenceValue, removeMultiReferenceValue, restoreDeletedRecord, saveRecord, saveRecord, setBooleanValue, setChangeValue, setDatabase, setDateAsEpochMilli, setDateTimeAsEpochMilli, setDateTimeValue, setDateValue, setDoubleValue, setEntityValue, setEnumValue, setFloatValue, setIntValue, setLocalDateAsEpochMilli, setLocalDateValue, setLongValue, setMultiReferenceValue, setShortValue, setSingleReferenceValue, setTextValue, setTimestampAsEpochMilli, setTimestampAsEpochSecond, setTimestampValue, setTimeValue, setTranslatableTextValue, sort, sort, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.universaldb.pojo.Entity
clearChanges, clearFieldChanges, getEntityValue, getId, getRecordUpdates, isChanged, isDeleted, isModified, isRestorable, isStored, setEntityValueMethods inherited from interface org.teamapps.universaldb.pojo.Identifiable
getQualifiedName
-
Field Details
-
table
protected static org.teamapps.universaldb.index.TableIndex table -
metaCreationDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaCreationDate -
metaCreatedBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaCreatedBy -
metaModificationDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaModificationDate -
metaModifiedBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaModifiedBy -
metaDeletionDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaDeletionDate -
metaDeletedBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaDeletedBy -
metaRestoreDate
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaRestoreDate -
metaRestoredBy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex metaRestoredBy -
lastAcceptedPrivacyPolicy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex lastAcceptedPrivacyPolicy -
lastAcceptedTermsOfUse
protected static org.teamapps.universaldb.index.numeric.IntegerIndex lastAcceptedTermsOfUse -
acceptEntries
protected static org.teamapps.universaldb.index.reference.multi.MultiReferenceIndex acceptEntries
-
-
Constructor Details
-
UdbUserAcceptedPolicy
public UdbUserAcceptedPolicy() -
UdbUserAcceptedPolicy
public UdbUserAcceptedPolicy(int id, boolean createEntity)
-
-
Method Details
-
getAll
-
getDeletedRecords
-
sort
public 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) -
sort
public static java.util.List<UserAcceptedPolicy> sort(java.util.BitSet recordIds, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
getCount
public static int getCount() -
build
- Specified by:
buildin interfaceorg.teamapps.universaldb.record.EntityBuilder<UserAcceptedPolicy>
-
build
- Specified by:
buildin interfaceorg.teamapps.universaldb.record.EntityBuilder<UserAcceptedPolicy>
-
getMetaCreationDate
public java.time.Instant getMetaCreationDate()- Specified by:
getMetaCreationDatein interfaceUserAcceptedPolicy
-
setMetaCreationDate
- Specified by:
setMetaCreationDatein interfaceUserAcceptedPolicy
-
getMetaCreationDateAsEpochSecond
public int getMetaCreationDateAsEpochSecond()- Specified by:
getMetaCreationDateAsEpochSecondin interfaceUserAcceptedPolicy
-
setMetaCreationDateAsEpochSecond
- Specified by:
setMetaCreationDateAsEpochSecondin interfaceUserAcceptedPolicy
-
getMetaCreationDateAsEpochMilli
public long getMetaCreationDateAsEpochMilli()- Specified by:
getMetaCreationDateAsEpochMilliin interfaceUserAcceptedPolicy
-
setMetaCreationDateAsEpochMilli
- Specified by:
setMetaCreationDateAsEpochMilliin interfaceUserAcceptedPolicy
-
getMetaCreatedBy
public int getMetaCreatedBy()- Specified by:
getMetaCreatedByin interfaceUserAcceptedPolicy
-
setMetaCreatedBy
- Specified by:
setMetaCreatedByin interfaceUserAcceptedPolicy
-
getMetaModificationDate
public java.time.Instant getMetaModificationDate()- Specified by:
getMetaModificationDatein interfaceUserAcceptedPolicy
-
setMetaModificationDate
- Specified by:
setMetaModificationDatein interfaceUserAcceptedPolicy
-
getMetaModificationDateAsEpochSecond
public int getMetaModificationDateAsEpochSecond()- Specified by:
getMetaModificationDateAsEpochSecondin interfaceUserAcceptedPolicy
-
setMetaModificationDateAsEpochSecond
- Specified by:
setMetaModificationDateAsEpochSecondin interfaceUserAcceptedPolicy
-
getMetaModificationDateAsEpochMilli
public long getMetaModificationDateAsEpochMilli()- Specified by:
getMetaModificationDateAsEpochMilliin interfaceUserAcceptedPolicy
-
setMetaModificationDateAsEpochMilli
- Specified by:
setMetaModificationDateAsEpochMilliin interfaceUserAcceptedPolicy
-
getMetaModifiedBy
public int getMetaModifiedBy()- Specified by:
getMetaModifiedByin interfaceUserAcceptedPolicy
-
setMetaModifiedBy
- Specified by:
setMetaModifiedByin interfaceUserAcceptedPolicy
-
getMetaDeletionDate
public java.time.Instant getMetaDeletionDate()- Specified by:
getMetaDeletionDatein interfaceUserAcceptedPolicy
-
setMetaDeletionDate
- Specified by:
setMetaDeletionDatein interfaceUserAcceptedPolicy
-
getMetaDeletionDateAsEpochSecond
public int getMetaDeletionDateAsEpochSecond()- Specified by:
getMetaDeletionDateAsEpochSecondin interfaceUserAcceptedPolicy
-
setMetaDeletionDateAsEpochSecond
- Specified by:
setMetaDeletionDateAsEpochSecondin interfaceUserAcceptedPolicy
-
getMetaDeletionDateAsEpochMilli
public long getMetaDeletionDateAsEpochMilli()- Specified by:
getMetaDeletionDateAsEpochMilliin interfaceUserAcceptedPolicy
-
setMetaDeletionDateAsEpochMilli
- Specified by:
setMetaDeletionDateAsEpochMilliin interfaceUserAcceptedPolicy
-
getMetaDeletedBy
public int getMetaDeletedBy()- Specified by:
getMetaDeletedByin interfaceUserAcceptedPolicy
-
setMetaDeletedBy
- Specified by:
setMetaDeletedByin interfaceUserAcceptedPolicy
-
getMetaRestoreDate
public java.time.Instant getMetaRestoreDate()- Specified by:
getMetaRestoreDatein interfaceUserAcceptedPolicy
-
setMetaRestoreDate
- Specified by:
setMetaRestoreDatein interfaceUserAcceptedPolicy
-
getMetaRestoreDateAsEpochSecond
public int getMetaRestoreDateAsEpochSecond()- Specified by:
getMetaRestoreDateAsEpochSecondin interfaceUserAcceptedPolicy
-
setMetaRestoreDateAsEpochSecond
- Specified by:
setMetaRestoreDateAsEpochSecondin interfaceUserAcceptedPolicy
-
getMetaRestoreDateAsEpochMilli
public long getMetaRestoreDateAsEpochMilli()- Specified by:
getMetaRestoreDateAsEpochMilliin interfaceUserAcceptedPolicy
-
setMetaRestoreDateAsEpochMilli
- Specified by:
setMetaRestoreDateAsEpochMilliin interfaceUserAcceptedPolicy
-
getMetaRestoredBy
public int getMetaRestoredBy()- Specified by:
getMetaRestoredByin interfaceUserAcceptedPolicy
-
setMetaRestoredBy
- Specified by:
setMetaRestoredByin interfaceUserAcceptedPolicy
-
getLastAcceptedPrivacyPolicy
public int getLastAcceptedPrivacyPolicy()- Specified by:
getLastAcceptedPrivacyPolicyin interfaceUserAcceptedPolicy
-
setLastAcceptedPrivacyPolicy
- Specified by:
setLastAcceptedPrivacyPolicyin interfaceUserAcceptedPolicy
-
getLastAcceptedTermsOfUse
public int getLastAcceptedTermsOfUse()- Specified by:
getLastAcceptedTermsOfUsein interfaceUserAcceptedPolicy
-
setLastAcceptedTermsOfUse
- Specified by:
setLastAcceptedTermsOfUsein interfaceUserAcceptedPolicy
-
getAcceptEntries
- Specified by:
getAcceptEntriesin interfaceUserAcceptedPolicy
-
setAcceptEntries
- Specified by:
setAcceptEntriesin interfaceUserAcceptedPolicy
-
getAcceptEntriesCount
public int getAcceptEntriesCount()- Specified by:
getAcceptEntriesCountin interfaceUserAcceptedPolicy
-
setAcceptEntries
- Specified by:
setAcceptEntriesin interfaceUserAcceptedPolicy
-
getAcceptEntriesAsBitSet
public java.util.BitSet getAcceptEntriesAsBitSet()- Specified by:
getAcceptEntriesAsBitSetin interfaceUserAcceptedPolicy
-
addAcceptEntries
- Specified by:
addAcceptEntriesin interfaceUserAcceptedPolicy
-
addAcceptEntries
- Specified by:
addAcceptEntriesin interfaceUserAcceptedPolicy
-
removeAcceptEntries
- Specified by:
removeAcceptEntriesin interfaceUserAcceptedPolicy
-
removeAcceptEntries
- Specified by:
removeAcceptEntriesin interfaceUserAcceptedPolicy
-
removeAllAcceptEntries
- Specified by:
removeAllAcceptEntriesin interfaceUserAcceptedPolicy
-
save
- Specified by:
savein interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicy>
-
delete
public void delete()- Specified by:
deletein interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicy>
-
restoreDeleted
public void restoreDeleted()- Specified by:
restoreDeletedin interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicy>
-