Package org.cyclos.model.users.fields
Class UserCustomFieldDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.NamedEntityDTO
-
- org.cyclos.model.ConfigurationEntityDTO
-
- org.cyclos.model.system.fields.CustomFieldDTO
-
- org.cyclos.model.users.fields.UserCustomFieldDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,IEntity,IInternalNamedEntity,INamedEntity,ICustomField
public class UserCustomFieldDTO extends CustomFieldDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Boolean,UserCustomFieldDTO>HIDDEN_BY_DEFAULTstatic BasicProperty<Boolean,UserCustomFieldDTO>INCLUDE_IN_EXPORTstatic BasicProperty<String,UserCustomFieldDTO>OIDC_CLAIMstatic BasicProperty<Boolean,UserCustomFieldDTO>PURGE_VALUES-
Fields inherited from class org.cyclos.model.system.fields.CustomFieldDTO
ALL_SELECTED_LABEL, ALLOWED_MIME_TYPES, CONTROL, DECIMAL_DIGITS, DECIMAL_VALUE_RANGE, DEFAULT_BOOLEAN_VALUE, DEFAULT_DATE_TODAY, DEFAULT_DATE_VALUE, DEFAULT_DECIMAL_VALUE, DEFAULT_INTEGER_VALUE, DEFAULT_RICH_TEXT_VALUE, DEFAULT_STRING_VALUE, DEFAULT_TEXT_VALUE, EXPANDED_CATEGORIES, IGNORE_SANITIZER, INFORMATION_TEXT, INTEGER_VALUE_RANGE, LENGTH_CONSTRAINT, LINKED_ENTITY_RECORD_TYPE, LINKED_ENTITY_TYPE, LOAD_VALUES_SCRIPT, LOAD_VALUES_SCRIPT_PARAMETERS, MAX_FILES, MAX_WORD_SIZE, NATURE, OTHER_MIME_TYPES, PATTERN, REQUIRED, SHOW_QR_CODE_SCAN, SIZE, STORAGE_DIRECTORY, TYPE, UNIQUE, VALIDATION_SCRIPT, VALIDATION_SCRIPT_PARAMETERS, VALUE_MATCH
-
Fields inherited from class org.cyclos.model.ConfigurationEntityDTO
DESCRIPTION, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserCustomFieldDTO()UserCustomFieldDTO(Long id)UserCustomFieldDTO(Property<T,? super UserCustomFieldDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetOidcClaim()booleanisHiddenByDefault()booleanisIncludeInExport()booleanisPurgeValues()voidsetHiddenByDefault(boolean hiddenByDefault)voidsetIncludeInExport(boolean includeInExport)voidsetOidcClaim(String oidcClaim)voidsetPurgeValues(boolean purgeValues)-
Methods inherited from class org.cyclos.model.system.fields.CustomFieldDTO
getAllowedMimeTypes, getAllSelectedLabel, getControl, getDecimalDigits, getDecimalValueRange, getDefaultBooleanValue, getDefaultDateValue, getDefaultDecimalValue, getDefaultIntegerValue, getDefaultRichTextValue, getDefaultStringValue, getDefaultTextValue, getInformationText, getIntegerValueRange, getLengthConstraint, getLinkedEntityRecordType, getLinkedEntityType, getLoadValuesScript, getLoadValuesScriptParameters, getMaxFiles, getMaxWordSize, getNature, getOtherMimeTypes, getPattern, getShowQrCodeScan, getSize, getStorageDirectory, getType, getValidationScript, getValidationScriptParameters, getValueMatch, isDefaultDateToday, isExpandedCategories, isIgnoreSanitizer, isRequired, isUnique, setAllowedMimeTypes, setAllSelectedLabel, setControl, setDecimalDigits, setDecimalValueRange, setDefaultBooleanValue, setDefaultDateToday, setDefaultDateValue, setDefaultDecimalValue, setDefaultIntegerValue, setDefaultRichTextValue, setDefaultStringValue, setDefaultTextValue, setExpandedCategories, setIgnoreSanitizer, setInformationText, setIntegerValueRange, setLengthConstraint, setLinkedEntityRecordType, setLinkedEntityType, setLoadValuesScript, setLoadValuesScriptParameters, setMaxFiles, setMaxWordSize, setNature, setOtherMimeTypes, setPattern, setRequired, setShowQrCodeScan, setSize, setStorageDirectory, setType, setUnique, setValidationScript, setValidationScriptParameters, setValueMatch
-
Methods inherited from class org.cyclos.model.ConfigurationEntityDTO
getDescription, getInternalName, setDescription, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
getInternalName, matches, setInternalName
-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
HIDDEN_BY_DEFAULT
public static final BasicProperty<Boolean,UserCustomFieldDTO> HIDDEN_BY_DEFAULT
-
INCLUDE_IN_EXPORT
public static final BasicProperty<Boolean,UserCustomFieldDTO> INCLUDE_IN_EXPORT
-
OIDC_CLAIM
public static final BasicProperty<String,UserCustomFieldDTO> OIDC_CLAIM
-
PURGE_VALUES
public static final BasicProperty<Boolean,UserCustomFieldDTO> PURGE_VALUES
-
-
Constructor Detail
-
UserCustomFieldDTO
public UserCustomFieldDTO()
-
UserCustomFieldDTO
public UserCustomFieldDTO(Long id)
-
UserCustomFieldDTO
public UserCustomFieldDTO(Property<T,? super UserCustomFieldDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCustomFieldDTO
-
isHiddenByDefault
public boolean isHiddenByDefault()
-
setHiddenByDefault
public void setHiddenByDefault(boolean hiddenByDefault)
-
isIncludeInExport
public boolean isIncludeInExport()
-
setIncludeInExport
public void setIncludeInExport(boolean includeInExport)
-
getOidcClaim
public String getOidcClaim()
-
setOidcClaim
public void setOidcClaim(String oidcClaim)
-
isPurgeValues
public boolean isPurgeValues()
-
setPurgeValues
public void setPurgeValues(boolean purgeValues)
-
className
public String className()
- Overrides:
classNamein classCustomFieldDTO
-
-