Class CustomOperationFieldDTO
- 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.system.operationfields.CustomOperationFieldDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,IEntity,IInternalNamedEntity,INamedEntity,ICustomField
public class CustomOperationFieldDTO extends CustomFieldDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CustomOperationVO,CustomOperationFieldDTO>CUSTOM_OPERATIONstatic BasicProperty<Boolean,CustomOperationFieldDTO>PROCESS_AFTER_SCANstatic BasicProperty<Boolean,CustomOperationFieldDTO>READONLY_IN_FORM-
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 CustomOperationFieldDTO()CustomOperationFieldDTO(Long id)CustomOperationFieldDTO(Property<T,? super CustomOperationFieldDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CustomOperationVOgetCustomOperation()BooleangetProcessAfterScan()BooleangetReadonlyInForm()voidsetCustomOperation(CustomOperationVO customOperation)voidsetProcessAfterScan(Boolean processAfterScan)voidsetReadonlyInForm(Boolean readonlyInForm)-
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, values
-
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
-
CUSTOM_OPERATION
public static final BasicProperty<CustomOperationVO,CustomOperationFieldDTO> CUSTOM_OPERATION
-
PROCESS_AFTER_SCAN
public static final BasicProperty<Boolean,CustomOperationFieldDTO> PROCESS_AFTER_SCAN
-
READONLY_IN_FORM
public static final BasicProperty<Boolean,CustomOperationFieldDTO> READONLY_IN_FORM
-
-
Constructor Detail
-
CustomOperationFieldDTO
public CustomOperationFieldDTO()
-
CustomOperationFieldDTO
public CustomOperationFieldDTO(Long id)
-
CustomOperationFieldDTO
public CustomOperationFieldDTO(Property<T,? super CustomOperationFieldDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classCustomFieldDTO
-
getCustomOperation
public CustomOperationVO getCustomOperation()
-
setCustomOperation
public void setCustomOperation(CustomOperationVO customOperation)
-
getProcessAfterScan
public Boolean getProcessAfterScan()
-
setProcessAfterScan
public void setProcessAfterScan(Boolean processAfterScan)
-
getReadonlyInForm
public Boolean getReadonlyInForm()
-
setReadonlyInForm
public void setReadonlyInForm(Boolean readonlyInForm)
-
className
public String className()
- Overrides:
classNamein classCustomFieldDTO
-
-