Class CustomOperationData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityData<CustomOperationDTO>
-
- org.cyclos.model.system.operations.CustomOperationData
-
- All Implemented Interfaces:
Serializable
public class CustomOperationData extends EntityData<CustomOperationDTO>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<CustomOperationActionVO,CustomOperationData>ACTIONSstatic ListProperty<ChannelVO,CustomOperationData>CHANNELSstatic StringCLASS_NAMEstatic ListProperty<CustomFieldVO,CustomOperationData>FORM_PARAMETERSstatic ListProperty<CustomOperationVO,CustomOperationData>INTERNAL_OPERATIONSstatic 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<CustomFieldVO>getFormParameters()List<CustomOperationVO>getInternalOperations()List<RecordTypeVO>getRecordTypes()List<CustomScriptVO>getScripts()List<TransferTypeVO>getTransferTypes()voidsetActions(List<CustomOperationActionVO> actions)voidsetChannels(List<ChannelVO> channels)voidsetFormParameters(List<CustomFieldVO> formParameters)voidsetInternalOperations(List<CustomOperationVO> internalOperations)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, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
-
-
-
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
-
FORM_PARAMETERS
public static final ListProperty<CustomFieldVO,CustomOperationData> FORM_PARAMETERS
-
INTERNAL_OPERATIONS
public static final ListProperty<CustomOperationVO,CustomOperationData> INTERNAL_OPERATIONS
-
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)
-
getFormParameters
public List<CustomFieldVO> getFormParameters()
-
setFormParameters
public void setFormParameters(List<CustomFieldVO> formParameters)
-
getInternalOperations
public List<CustomOperationVO> getInternalOperations()
-
setInternalOperations
public void setInternalOperations(List<CustomOperationVO> internalOperations)
-
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)
-
-