Class RunCustomOperationData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.ConfigurationEntityVO
-
- org.cyclos.model.system.operations.CustomOperationVO
-
- org.cyclos.model.system.operations.RunnableCustomOperationVO
-
- org.cyclos.model.system.operations.RunCustomOperationData
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity,HasCustomOperationActions
- Direct Known Subclasses:
RunAdCustomOperationData,RunContactCustomOperationData,RunContactInfoCustomOperationData,RunMenuItemCustomOperationData,RunRecordCustomOperationData,RunTransferCustomOperationData,RunUserCustomOperationData
public class RunCustomOperationData extends RunnableCustomOperationVO implements HasCustomOperationActions
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.system.operations.RunnableCustomOperationVO
ADMIN_MENU, ALLOW_EXPORT, ALLOW_PRINT, CONFIRMATION_TEXT, HAS_FILE_UPLOAD, ICON, INFORMATION_TEXT, MISSING_OPTIONAL_PARAMETERS, MISSING_REQUIRED_PARAMETERS, PROFILE_SECTION, REQUIRE_CONFIRMATION_PASSWORD, RESULT_TYPE, SHOW_FORM, SUBMIT_WITH_QR_CODE_SCAN, USER_MENU
-
Fields inherited from class org.cyclos.model.system.operations.CustomOperationVO
LABEL, SCOPE, SVG_ICON
-
Fields inherited from class org.cyclos.model.ConfigurationEntityVO
GLOBAL, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description RunCustomOperationData()RunCustomOperationData(Long id)RunCustomOperationData(Property<T,? super RunCustomOperationData> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.system.operations.RunnableCustomOperationVO
getAdminMenu, getConfirmationText, getIcon, getInformationText, getMissingOptionalParameters, getMissingRequiredParameters, getProfileSection, getResultType, getShowForm, getUserMenu, isAllowExport, isAllowPrint, isHasFileUpload, isRequireConfirmationPassword, isSubmitWithQrCodeScan, setAdminMenu, setAllowExport, setAllowPrint, setConfirmationText, setHasFileUpload, setIcon, setInformationText, setMissingOptionalParameters, setMissingRequiredParameters, setProfileSection, setRequireConfirmationPassword, setResultType, setShowForm, setSubmitWithQrCodeScan, setUserMenu
-
Methods inherited from class org.cyclos.model.system.operations.CustomOperationVO
getLabel, getScope, getSvgIcon, setLabel, setScope, setSvgIcon
-
Methods inherited from class org.cyclos.model.ConfigurationEntityVO
getInternalName, isGlobal, setGlobal, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityModel
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACTIONS
public static final ListProperty<RunCustomOperationAction,RunCustomOperationData> ACTIONS
-
AUTO_RUN_ACTION_ID
public static final BasicProperty<Long,RunCustomOperationData> AUTO_RUN_ACTION_ID
-
CLOSE_AFTER_SECONDS
public static final BasicProperty<Integer,RunCustomOperationData> CLOSE_AFTER_SECONDS
-
CONFIRMATION_PASSWORD_INPUT
public static final BasicProperty<PasswordInputDTO,RunCustomOperationData> CONFIRMATION_PASSWORD_INPUT
-
CUSTOM_SUBMIT_LABEL
public static final BasicProperty<String,RunCustomOperationData> CUSTOM_SUBMIT_LABEL
-
EXPORT_FORMATS
public static final ListProperty<ExportFormatVO,RunCustomOperationData> EXPORT_FORMATS
-
FORM_PARAMETERS
public static final ListProperty<CustomFieldDetailedVO,RunCustomOperationData> FORM_PARAMETERS
-
OPEN_ROW_IN_NEW_WINDOW
public static final BasicProperty<Boolean,RunCustomOperationData> OPEN_ROW_IN_NEW_WINDOW
-
RE_RUN
public static final BasicProperty<Boolean,RunCustomOperationData> RE_RUN
-
RESULT_INFORMATION_TEXT
public static final BasicProperty<String,RunCustomOperationData> RESULT_INFORMATION_TEXT
-
ROW_ACTION
public static final BasicProperty<CustomOperationResultPageRowAction,RunCustomOperationData> ROW_ACTION
-
ROW_LOCATION
public static final BasicProperty<Location,RunCustomOperationData> ROW_LOCATION
-
ROW_OPERATION
public static final BasicProperty<CustomOperationVO,RunCustomOperationData> ROW_OPERATION
-
ROW_PARAMETERS
public static final ListProperty<String,RunCustomOperationData> ROW_PARAMETERS
-
ROW_URL
public static final BasicProperty<String,RunCustomOperationData> ROW_URL
-
SEARCH_AUTOMATICALLY
public static final BasicProperty<Boolean,RunCustomOperationData> SEARCH_AUTOMATICALLY
-
-
Constructor Detail
-
RunCustomOperationData
public RunCustomOperationData()
-
RunCustomOperationData
public RunCustomOperationData(Long id)
-
RunCustomOperationData
public RunCustomOperationData(Property<T,? super RunCustomOperationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classRunnableCustomOperationVO
-
getActions
public List<RunCustomOperationAction> getActions()
- Specified by:
getActionsin interfaceHasCustomOperationActions
-
setActions
public void setActions(List<RunCustomOperationAction> actions)
-
getAutoRunActionId
public Long getAutoRunActionId()
- Specified by:
getAutoRunActionIdin interfaceHasCustomOperationActions
-
setAutoRunActionId
public void setAutoRunActionId(Long autoRunActionId)
-
getCloseAfterSeconds
public Integer getCloseAfterSeconds()
-
setCloseAfterSeconds
public void setCloseAfterSeconds(Integer closeAfterSeconds)
-
getConfirmationPasswordInput
public PasswordInputDTO getConfirmationPasswordInput()
-
setConfirmationPasswordInput
public void setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput)
-
getCustomSubmitLabel
public String getCustomSubmitLabel()
-
setCustomSubmitLabel
public void setCustomSubmitLabel(String customSubmitLabel)
-
getExportFormats
public List<ExportFormatVO> getExportFormats()
-
setExportFormats
public void setExportFormats(List<ExportFormatVO> exportFormats)
-
getFormParameters
public List<CustomFieldDetailedVO> getFormParameters()
-
setFormParameters
public void setFormParameters(List<CustomFieldDetailedVO> formParameters)
-
isOpenRowInNewWindow
public boolean isOpenRowInNewWindow()
-
setOpenRowInNewWindow
public void setOpenRowInNewWindow(boolean openRowInNewWindow)
-
isReRun
public boolean isReRun()
-
setReRun
public void setReRun(boolean reRun)
-
getResultInformationText
public String getResultInformationText()
-
setResultInformationText
public void setResultInformationText(String resultInformationText)
-
getRowAction
public CustomOperationResultPageRowAction getRowAction()
-
setRowAction
public void setRowAction(CustomOperationResultPageRowAction rowAction)
-
getRowLocation
public Location getRowLocation()
-
setRowLocation
public void setRowLocation(Location rowLocation)
-
getRowOperation
public CustomOperationVO getRowOperation()
-
setRowOperation
public void setRowOperation(CustomOperationVO rowOperation)
-
getRowUrl
public String getRowUrl()
-
setRowUrl
public void setRowUrl(String rowUrl)
-
isSearchAutomatically
public boolean isSearchAutomatically()
-
setSearchAutomatically
public void setSearchAutomatically(boolean searchAutomatically)
-
className
public String className()
- Overrides:
classNamein classRunnableCustomOperationVO
-
-