Package org.teamapps.model.controlcenter
Class UdbUserAcceptedPolicyEntries
java.lang.Object
org.teamapps.universaldb.pojo.AbstractUdbEntity<UserAcceptedPolicyEntries>
org.teamapps.model.controlcenter.UdbUserAcceptedPolicyEntries
- All Implemented Interfaces:
UserAcceptedPolicyEntries,org.teamapps.universaldb.pojo.Entity<UserAcceptedPolicyEntries>,org.teamapps.universaldb.pojo.Identifiable,org.teamapps.universaldb.record.EntityBuilder<UserAcceptedPolicyEntries>
public class UdbUserAcceptedPolicyEntries extends org.teamapps.universaldb.pojo.AbstractUdbEntity<UserAcceptedPolicyEntries> implements UserAcceptedPolicyEntries
-
Field Summary
Fields Modifier and Type Field Description protected static org.teamapps.universaldb.index.numeric.IntegerIndexacceptedPrivacyPolicyprotected static org.teamapps.universaldb.index.numeric.IntegerIndexacceptedTermsOfUseprotected 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.UserAcceptedPolicyEntries
FIELD_ACCEPTED_PRIVACY_POLICY, FIELD_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 UdbUserAcceptedPolicyEntries()UdbUserAcceptedPolicyEntries(int id, boolean createEntity) -
Method Summary
Methods inherited from class org.teamapps.universaldb.pojo.AbstractUdbEntity
addMultiReferenceValue, clearChanges, createEntityList, createEntityList, createEntityList, deleteRecord, deleteRecord, equals, getBooleanValue, getChangedValue, getChangeValue, getCorrelationId, getDateAsEpochMilli, getDateTimeAsEpochMilli, getDateTimeValue, getDateValue, getDoubleValue, getEntityId, getEntityValue, getEnumValue, getFloatValue, getId, getIntValue, getLocalDateValue, getLongValue, getMultiReferenceValue, getMultiReferenceValueAsBitSet, getMultiReferenceValueCount, getQualifiedName, getReferenceChangeValue, getShortValue, getTableIndex, getTextValue, getTimestampAsEpochMilli, getTimestampAsEpochSecond, getTimestampValue, getTimeValue, getTransaction, getTranslatableTextValue, hashCode, isChanged, isDeleted, isModified, isRestorable, isStored, removeAllMultiReferenceValue, removeMultiReferenceValue, restoreDeletedRecord, saveAsynchronously, saveRecord, saveRecord, saveRecord, setBooleanValue, setChangeValue, 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, getEntityValue, getId, isDeleted, isModified, isRestorable, isStored, save, saveTransactional, 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 -
acceptedPrivacyPolicy
protected static org.teamapps.universaldb.index.numeric.IntegerIndex acceptedPrivacyPolicy -
acceptedTermsOfUse
protected static org.teamapps.universaldb.index.numeric.IntegerIndex acceptedTermsOfUse
-
-
Constructor Details
-
UdbUserAcceptedPolicyEntries
public UdbUserAcceptedPolicyEntries() -
UdbUserAcceptedPolicyEntries
public UdbUserAcceptedPolicyEntries(int id, boolean createEntity)
-
-
Method Details
-
getAll
-
getDeletedRecords
-
sort
public static java.util.List<UserAcceptedPolicyEntries> sort(java.util.List<UserAcceptedPolicyEntries> list, java.lang.String sortFieldName, boolean ascending, org.teamapps.universaldb.context.UserContext userContext, java.lang.String... path) -
sort
public static java.util.List<UserAcceptedPolicyEntries> 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<UserAcceptedPolicyEntries>
-
build
- Specified by:
buildin interfaceorg.teamapps.universaldb.record.EntityBuilder<UserAcceptedPolicyEntries>
-
getMetaCreationDate
public java.time.Instant getMetaCreationDate()- Specified by:
getMetaCreationDatein interfaceUserAcceptedPolicyEntries
-
setMetaCreationDate
- Specified by:
setMetaCreationDatein interfaceUserAcceptedPolicyEntries
-
getMetaCreationDateAsEpochSecond
public int getMetaCreationDateAsEpochSecond()- Specified by:
getMetaCreationDateAsEpochSecondin interfaceUserAcceptedPolicyEntries
-
setMetaCreationDateAsEpochSecond
- Specified by:
setMetaCreationDateAsEpochSecondin interfaceUserAcceptedPolicyEntries
-
getMetaCreationDateAsEpochMilli
public long getMetaCreationDateAsEpochMilli()- Specified by:
getMetaCreationDateAsEpochMilliin interfaceUserAcceptedPolicyEntries
-
setMetaCreationDateAsEpochMilli
- Specified by:
setMetaCreationDateAsEpochMilliin interfaceUserAcceptedPolicyEntries
-
getMetaCreatedBy
public int getMetaCreatedBy()- Specified by:
getMetaCreatedByin interfaceUserAcceptedPolicyEntries
-
setMetaCreatedBy
- Specified by:
setMetaCreatedByin interfaceUserAcceptedPolicyEntries
-
getMetaModificationDate
public java.time.Instant getMetaModificationDate()- Specified by:
getMetaModificationDatein interfaceUserAcceptedPolicyEntries
-
setMetaModificationDate
- Specified by:
setMetaModificationDatein interfaceUserAcceptedPolicyEntries
-
getMetaModificationDateAsEpochSecond
public int getMetaModificationDateAsEpochSecond()- Specified by:
getMetaModificationDateAsEpochSecondin interfaceUserAcceptedPolicyEntries
-
setMetaModificationDateAsEpochSecond
- Specified by:
setMetaModificationDateAsEpochSecondin interfaceUserAcceptedPolicyEntries
-
getMetaModificationDateAsEpochMilli
public long getMetaModificationDateAsEpochMilli()- Specified by:
getMetaModificationDateAsEpochMilliin interfaceUserAcceptedPolicyEntries
-
setMetaModificationDateAsEpochMilli
- Specified by:
setMetaModificationDateAsEpochMilliin interfaceUserAcceptedPolicyEntries
-
getMetaModifiedBy
public int getMetaModifiedBy()- Specified by:
getMetaModifiedByin interfaceUserAcceptedPolicyEntries
-
setMetaModifiedBy
- Specified by:
setMetaModifiedByin interfaceUserAcceptedPolicyEntries
-
getMetaDeletionDate
public java.time.Instant getMetaDeletionDate()- Specified by:
getMetaDeletionDatein interfaceUserAcceptedPolicyEntries
-
setMetaDeletionDate
- Specified by:
setMetaDeletionDatein interfaceUserAcceptedPolicyEntries
-
getMetaDeletionDateAsEpochSecond
public int getMetaDeletionDateAsEpochSecond()- Specified by:
getMetaDeletionDateAsEpochSecondin interfaceUserAcceptedPolicyEntries
-
setMetaDeletionDateAsEpochSecond
- Specified by:
setMetaDeletionDateAsEpochSecondin interfaceUserAcceptedPolicyEntries
-
getMetaDeletionDateAsEpochMilli
public long getMetaDeletionDateAsEpochMilli()- Specified by:
getMetaDeletionDateAsEpochMilliin interfaceUserAcceptedPolicyEntries
-
setMetaDeletionDateAsEpochMilli
- Specified by:
setMetaDeletionDateAsEpochMilliin interfaceUserAcceptedPolicyEntries
-
getMetaDeletedBy
public int getMetaDeletedBy()- Specified by:
getMetaDeletedByin interfaceUserAcceptedPolicyEntries
-
setMetaDeletedBy
- Specified by:
setMetaDeletedByin interfaceUserAcceptedPolicyEntries
-
getMetaRestoreDate
public java.time.Instant getMetaRestoreDate()- Specified by:
getMetaRestoreDatein interfaceUserAcceptedPolicyEntries
-
setMetaRestoreDate
- Specified by:
setMetaRestoreDatein interfaceUserAcceptedPolicyEntries
-
getMetaRestoreDateAsEpochSecond
public int getMetaRestoreDateAsEpochSecond()- Specified by:
getMetaRestoreDateAsEpochSecondin interfaceUserAcceptedPolicyEntries
-
setMetaRestoreDateAsEpochSecond
- Specified by:
setMetaRestoreDateAsEpochSecondin interfaceUserAcceptedPolicyEntries
-
getMetaRestoreDateAsEpochMilli
public long getMetaRestoreDateAsEpochMilli()- Specified by:
getMetaRestoreDateAsEpochMilliin interfaceUserAcceptedPolicyEntries
-
setMetaRestoreDateAsEpochMilli
- Specified by:
setMetaRestoreDateAsEpochMilliin interfaceUserAcceptedPolicyEntries
-
getMetaRestoredBy
public int getMetaRestoredBy()- Specified by:
getMetaRestoredByin interfaceUserAcceptedPolicyEntries
-
setMetaRestoredBy
- Specified by:
setMetaRestoredByin interfaceUserAcceptedPolicyEntries
-
getAcceptedPrivacyPolicy
public int getAcceptedPrivacyPolicy()- Specified by:
getAcceptedPrivacyPolicyin interfaceUserAcceptedPolicyEntries
-
setAcceptedPrivacyPolicy
- Specified by:
setAcceptedPrivacyPolicyin interfaceUserAcceptedPolicyEntries
-
getAcceptedTermsOfUse
public int getAcceptedTermsOfUse()- Specified by:
getAcceptedTermsOfUsein interfaceUserAcceptedPolicyEntries
-
setAcceptedTermsOfUse
- Specified by:
setAcceptedTermsOfUsein interfaceUserAcceptedPolicyEntries
-
save
public UdbUserAcceptedPolicyEntries save(org.teamapps.universaldb.transaction.Transaction transaction, boolean strictChangeVerification)- Specified by:
savein interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicyEntries>
-
saveTransactional
- Specified by:
saveTransactionalin interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicyEntries>
-
save
- Specified by:
savein interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicyEntries>
-
delete
public void delete(org.teamapps.universaldb.transaction.Transaction transaction)- Specified by:
deletein interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicyEntries>
-
delete
public void delete()- Specified by:
deletein interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicyEntries>
-
restoreDeleted
public void restoreDeleted()- Specified by:
restoreDeletedin interfaceorg.teamapps.universaldb.pojo.Entity<UserAcceptedPolicyEntries>
-