Class RunTransferCustomOperationData
- 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
-
- org.cyclos.model.system.operations.RunTransferCustomOperationData
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity,HasCustomOperationActions
public class RunTransferCustomOperationData extends RunCustomOperationData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<TransferVO,RunTransferCustomOperationData>TRANSFER-
Fields inherited from class org.cyclos.model.system.operations.RunCustomOperationData
ACTIONS, AUTO_RUN_ACTION_ID, CLOSE_AFTER_SECONDS, CONFIRMATION_PASSWORD_INPUT, CUSTOM_SUBMIT_LABEL, EXPORT_FORMATS, FORM_PARAMETERS, OPEN_ROW_IN_NEW_WINDOW, RE_RUN, RESULT_INFORMATION_TEXT, ROW_ACTION, ROW_LOCATION, ROW_OPERATION, ROW_PARAMETERS, ROW_URL, SEARCH_AUTOMATICALLY
-
Fields inherited from class org.cyclos.model.system.operations.RunnableCustomOperationVO
ADMIN_MENU, ALLOW_EXPORT, ALLOW_PRINT, CONFIRMATION_TEXT, FRONTEND_MENU, HAS_FILE_UPLOAD, ICON, INFORMATION_TEXT, MISSING_OPTIONAL_PARAMETERS, MISSING_REQUIRED_PARAMETERS, PROFILE_SECTION, REQUIRE_CONFIRMATION_CREDENTIAL, 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 RunTransferCustomOperationData()RunTransferCustomOperationData(Long id)RunTransferCustomOperationData(Property<T,? super RunTransferCustomOperationData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()TransferVOgetTransfer()voidsetTransfer(TransferVO transfer)-
Methods inherited from class org.cyclos.model.system.operations.RunCustomOperationData
getActions, getAutoRunActionId, getCloseAfterSeconds, getConfirmationPasswordInput, getCustomSubmitLabel, getExportFormats, getFormParameters, getResultInformationText, getRowAction, getRowLocation, getRowOperation, getRowParameters, getRowUrl, isOpenRowInNewWindow, isReRun, isSearchAutomatically, setActions, setAutoRunActionId, setCloseAfterSeconds, setConfirmationPasswordInput, setCustomSubmitLabel, setExportFormats, setFormParameters, setOpenRowInNewWindow, setReRun, setResultInformationText, setRowAction, setRowLocation, setRowOperation, setRowParameters, setRowUrl, setSearchAutomatically
-
Methods inherited from class org.cyclos.model.system.operations.RunnableCustomOperationVO
getAdminMenu, getConfirmationText, getFrontendMenu, getIcon, getInformationText, getMissingOptionalParameters, getMissingRequiredParameters, getProfileSection, getResultType, getShowForm, getUserMenu, isAllowExport, isAllowPrint, isHasFileUpload, isRequireConfirmationCredential, isSubmitWithQrCodeScan, setAdminMenu, setAllowExport, setAllowPrint, setConfirmationText, setFrontendMenu, setHasFileUpload, setIcon, setInformationText, setMissingOptionalParameters, setMissingRequiredParameters, setProfileSection, setRequireConfirmationCredential, 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, 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, values
-
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
-
TRANSFER
public static final BasicProperty<TransferVO,RunTransferCustomOperationData> TRANSFER
-
-
Constructor Detail
-
RunTransferCustomOperationData
public RunTransferCustomOperationData()
-
RunTransferCustomOperationData
public RunTransferCustomOperationData(Long id)
-
RunTransferCustomOperationData
public RunTransferCustomOperationData(Property<T,? super RunTransferCustomOperationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classRunCustomOperationData
-
getTransfer
public TransferVO getTransfer()
-
setTransfer
public void setTransfer(TransferVO transfer)
-
className
public String className()
- Overrides:
classNamein classRunCustomOperationData
-
-