public class RunCustomOperationData extends CustomOperationVO
ICON, LABEL, RESULT_TYPE, SCOPEINTERNAL_NAMENAMEIDNULL_PART| Constructor and Description |
|---|
RunCustomOperationData() |
RunCustomOperationData(java.lang.Long id) |
RunCustomOperationData(Property<T,? super RunCustomOperationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PasswordInputDTO |
getConfirmationPasswordInput() |
java.lang.String |
getConfirmationText() |
java.lang.String |
getCustomSubmitLabel() |
java.util.List<CustomFieldDetailedVO> |
getFormParameters() |
java.lang.String |
getInformationText() |
CustomOperationResultPageRowAction |
getRowAction() |
Location |
getRowLocation() |
CustomOperationVO |
getRowOperation() |
java.util.List<java.lang.String> |
getRowParameters() |
java.lang.String |
getRowUrl() |
UserVO |
getUser() |
boolean |
isAllowExport() |
boolean |
isAllowPrint() |
boolean |
isHasFileUpload() |
boolean |
isOpenDetailInNewWindow() |
boolean |
isSearchAutomatically() |
void |
setAllowExport(boolean allowExport) |
void |
setAllowPrint(boolean allowPrint) |
void |
setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput) |
void |
setConfirmationText(java.lang.String confirmationText) |
void |
setCustomSubmitLabel(java.lang.String customSubmitLabel) |
void |
setFormParameters(java.util.List<CustomFieldDetailedVO> formParameters) |
void |
setHasFileUpload(boolean hasFileUpload) |
void |
setInformationText(java.lang.String informationText) |
void |
setOpenDetailInNewWindow(boolean openDetailInNewWindow) |
void |
setRowAction(CustomOperationResultPageRowAction rowAction) |
void |
setRowLocation(Location rowLocation) |
void |
setRowOperation(CustomOperationVO rowOperation) |
void |
setRowParameters(java.util.List<java.lang.String> rowParameters) |
void |
setRowUrl(java.lang.String rowUrl) |
void |
setSearchAutomatically(boolean searchAutomatically) |
void |
setUser(UserVO user) |
getIcon, getLabel, getResultType, getScope, setIcon, setLabel, setResultType, setScopegetInternalName, setInternalNamecompareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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 BasicProperty<java.lang.Boolean,RunCustomOperationData> ALLOW_EXPORT
public static final BasicProperty<java.lang.Boolean,RunCustomOperationData> ALLOW_PRINT
public static final BasicProperty<PasswordInputDTO,RunCustomOperationData> CONFIRMATION_PASSWORD_INPUT
public static final BasicProperty<java.lang.String,RunCustomOperationData> CONFIRMATION_TEXT
public static final BasicProperty<java.lang.String,RunCustomOperationData> CUSTOM_SUBMIT_LABEL
public static final ListProperty<CustomFieldDetailedVO,RunCustomOperationData> FORM_PARAMETERS
public static final BasicProperty<java.lang.Boolean,RunCustomOperationData> HAS_FILE_UPLOAD
public static final BasicProperty<java.lang.String,RunCustomOperationData> INFORMATION_TEXT
public static final BasicProperty<java.lang.Boolean,RunCustomOperationData> OPEN_DETAIL_IN_NEW_WINDOW
public static final BasicProperty<CustomOperationResultPageRowAction,RunCustomOperationData> ROW_ACTION
public static final BasicProperty<Location,RunCustomOperationData> ROW_LOCATION
public static final BasicProperty<CustomOperationVO,RunCustomOperationData> ROW_OPERATION
public static final ListProperty<java.lang.String,RunCustomOperationData> ROW_PARAMETERS
public static final BasicProperty<java.lang.String,RunCustomOperationData> ROW_URL
public static final BasicProperty<java.lang.Boolean,RunCustomOperationData> SEARCH_AUTOMATICALLY
public static final BasicProperty<UserVO,RunCustomOperationData> USER
public RunCustomOperationData()
public RunCustomOperationData(java.lang.Long id)
public RunCustomOperationData(Property<T,? super RunCustomOperationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CustomOperationVOpublic boolean isAllowExport()
public void setAllowExport(boolean allowExport)
public boolean isAllowPrint()
public void setAllowPrint(boolean allowPrint)
public PasswordInputDTO getConfirmationPasswordInput()
public void setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput)
public java.lang.String getConfirmationText()
public void setConfirmationText(java.lang.String confirmationText)
public java.lang.String getCustomSubmitLabel()
public void setCustomSubmitLabel(java.lang.String customSubmitLabel)
public java.util.List<CustomFieldDetailedVO> getFormParameters()
public void setFormParameters(java.util.List<CustomFieldDetailedVO> formParameters)
public boolean isHasFileUpload()
public void setHasFileUpload(boolean hasFileUpload)
public java.lang.String getInformationText()
public void setInformationText(java.lang.String informationText)
public boolean isOpenDetailInNewWindow()
public void setOpenDetailInNewWindow(boolean openDetailInNewWindow)
public CustomOperationResultPageRowAction getRowAction()
public void setRowAction(CustomOperationResultPageRowAction rowAction)
public Location getRowLocation()
public void setRowLocation(Location rowLocation)
public CustomOperationVO getRowOperation()
public void setRowOperation(CustomOperationVO rowOperation)
public java.util.List<java.lang.String> getRowParameters()
public void setRowParameters(java.util.List<java.lang.String> rowParameters)
public java.lang.String getRowUrl()
public void setRowUrl(java.lang.String rowUrl)
public boolean isSearchAutomatically()
public void setSearchAutomatically(boolean searchAutomatically)
public UserVO getUser()
public void setUser(UserVO user)
public java.lang.String className()
className in class CustomOperationVO