Class CustomOperationData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<CustomOperationDTO>
-
- org.cyclos.model.system.operations.CustomOperationData
-
- All Implemented Interfaces:
Serializable,HasContentData
public class CustomOperationData extends EntityData<CustomOperationDTO> implements HasContentData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<CustomOperationActionVO,CustomOperationData>ACTIONSstatic ListProperty<ChannelVO,CustomOperationData>CHANNELSstatic StringCLASS_NAMEstatic ListProperty<CustomScriptVO,CustomOperationData>CONTENT_SCRIPTSstatic ListProperty<CustomFieldVO,CustomOperationData>FORM_PARAMETERSstatic ListProperty<CustomOperationVO,CustomOperationData>INTERNAL_OPERATIONSstatic ListProperty<ParameterVO,CustomOperationData>PARAMETERSstatic ListProperty<RecordTypeVO,CustomOperationData>RECORD_TYPESstatic ListProperty<CustomScriptVO,CustomOperationData>SCRIPTSstatic ListProperty<TransferTypeVO,CustomOperationData>TRANSFER_TYPES-
Fields inherited from class org.cyclos.model.EntityData
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, REMOVABLE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES
-
-
Constructor Summary
Constructors Constructor Description CustomOperationData()CustomOperationData(Property<T,? super CustomOperationData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<CustomOperationActionVO>getActions()List<ChannelVO>getChannels()List<CustomScriptVO>getContentScripts()List<CustomFieldVO>getFormParameters()List<CustomOperationVO>getInternalOperations()List<ParameterVO>getParameters()List<RecordTypeVO>getRecordTypes()List<CustomScriptVO>getScripts()List<TransferTypeVO>getTransferTypes()voidsetActions(List<CustomOperationActionVO> actions)voidsetChannels(List<ChannelVO> channels)voidsetContentScripts(List<CustomScriptVO> contentScripts)voidsetFormParameters(List<CustomFieldVO> formParameters)voidsetInternalOperations(List<CustomOperationVO> internalOperations)voidsetParameters(List<ParameterVO> parameters)voidsetRecordTypes(List<RecordTypeVO> recordTypes)voidsetScripts(List<CustomScriptVO> scripts)voidsetTransferTypes(List<TransferTypeVO> transferTypes)-
Methods inherited from class org.cyclos.model.EntityData
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, isRemovable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setRemovable, setTranslatedPropertyTypes, setTranslatedValues
-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACTIONS
public static final ListProperty<CustomOperationActionVO,CustomOperationData> ACTIONS
-
CHANNELS
public static final ListProperty<ChannelVO,CustomOperationData> CHANNELS
-
CONTENT_SCRIPTS
public static final ListProperty<CustomScriptVO,CustomOperationData> CONTENT_SCRIPTS
-
FORM_PARAMETERS
public static final ListProperty<CustomFieldVO,CustomOperationData> FORM_PARAMETERS
-
INTERNAL_OPERATIONS
public static final ListProperty<CustomOperationVO,CustomOperationData> INTERNAL_OPERATIONS
-
PARAMETERS
public static final ListProperty<ParameterVO,CustomOperationData> PARAMETERS
-
RECORD_TYPES
public static final ListProperty<RecordTypeVO,CustomOperationData> RECORD_TYPES
-
SCRIPTS
public static final ListProperty<CustomScriptVO,CustomOperationData> SCRIPTS
-
TRANSFER_TYPES
public static final ListProperty<TransferTypeVO,CustomOperationData> TRANSFER_TYPES
-
-
Constructor Detail
-
CustomOperationData
public CustomOperationData()
-
CustomOperationData
public CustomOperationData(Property<T,? super CustomOperationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityData<CustomOperationDTO>
-
getActions
public List<CustomOperationActionVO> getActions()
-
setActions
public void setActions(List<CustomOperationActionVO> actions)
-
getContentScripts
public List<CustomScriptVO> getContentScripts()
- Specified by:
getContentScriptsin interfaceHasContentData
-
setContentScripts
public void setContentScripts(List<CustomScriptVO> contentScripts)
- Specified by:
setContentScriptsin interfaceHasContentData
-
getFormParameters
public List<CustomFieldVO> getFormParameters()
-
setFormParameters
public void setFormParameters(List<CustomFieldVO> formParameters)
-
getInternalOperations
public List<CustomOperationVO> getInternalOperations()
-
setInternalOperations
public void setInternalOperations(List<CustomOperationVO> internalOperations)
-
getParameters
public List<ParameterVO> getParameters()
- Specified by:
getParametersin interfaceHasContentData
-
setParameters
public void setParameters(List<ParameterVO> parameters)
- Specified by:
setParametersin interfaceHasContentData
-
getRecordTypes
public List<RecordTypeVO> getRecordTypes()
-
setRecordTypes
public void setRecordTypes(List<RecordTypeVO> recordTypes)
-
getScripts
public List<CustomScriptVO> getScripts()
-
setScripts
public void setScripts(List<CustomScriptVO> scripts)
-
getTransferTypes
public List<TransferTypeVO> getTransferTypes()
-
setTransferTypes
public void setTransferTypes(List<TransferTypeVO> transferTypes)
-
-