public class CustomOperationData extends EntityData<CustomOperationDTO>
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<CustomOperationActionVO,CustomOperationData> |
ACTIONS |
static ListProperty<ChannelVO,CustomOperationData> |
CHANNELS |
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldVO,CustomOperationData> |
FORM_PARAMETERS |
static ListProperty<CustomOperationVO,CustomOperationData> |
INTERNAL_OPERATIONS |
static ListProperty<RecordTypeVO,CustomOperationData> |
RECORD_TYPES |
static ListProperty<CustomScriptVO,CustomOperationData> |
SCRIPTS |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
CustomOperationData() |
CustomOperationData(Property<T,? super CustomOperationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomOperationActionVO> |
getActions() |
java.util.List<ChannelVO> |
getChannels() |
java.util.List<CustomFieldVO> |
getFormParameters() |
java.util.List<CustomOperationVO> |
getInternalOperations() |
java.util.List<RecordTypeVO> |
getRecordTypes() |
java.util.List<CustomScriptVO> |
getScripts() |
void |
setActions(java.util.List<CustomOperationActionVO> actions) |
void |
setChannels(java.util.List<ChannelVO> channels) |
void |
setFormParameters(java.util.List<CustomFieldVO> formParameters) |
void |
setInternalOperations(java.util.List<CustomOperationVO> internalOperations) |
void |
setRecordTypes(java.util.List<RecordTypeVO> recordTypes) |
void |
setScripts(java.util.List<CustomScriptVO> scripts) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<CustomOperationActionVO,CustomOperationData> ACTIONS
public static final ListProperty<ChannelVO,CustomOperationData> CHANNELS
public static final ListProperty<CustomFieldVO,CustomOperationData> FORM_PARAMETERS
public static final ListProperty<CustomOperationVO,CustomOperationData> INTERNAL_OPERATIONS
public static final ListProperty<RecordTypeVO,CustomOperationData> RECORD_TYPES
public static final ListProperty<CustomScriptVO,CustomOperationData> SCRIPTS
public CustomOperationData()
public CustomOperationData(Property<T,? super CustomOperationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<CustomOperationDTO>public java.util.List<CustomOperationActionVO> getActions()
public void setActions(java.util.List<CustomOperationActionVO> actions)
public java.util.List<ChannelVO> getChannels()
public void setChannels(java.util.List<ChannelVO> channels)
public java.util.List<CustomFieldVO> getFormParameters()
public void setFormParameters(java.util.List<CustomFieldVO> formParameters)
public java.util.List<CustomOperationVO> getInternalOperations()
public void setInternalOperations(java.util.List<CustomOperationVO> internalOperations)
public java.util.List<RecordTypeVO> getRecordTypes()
public void setRecordTypes(java.util.List<RecordTypeVO> recordTypes)
public java.util.List<CustomScriptVO> getScripts()
public void setScripts(java.util.List<CustomScriptVO> scripts)