Class RunAdCustomOperationData
- 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.RunAdCustomOperationData
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity,HasCustomOperationActions
public class RunAdCustomOperationData extends RunCustomOperationData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BasicAdVO,RunAdCustomOperationData>ADstatic StringCLASS_NAME-
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, 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 RunAdCustomOperationData()RunAdCustomOperationData(Long id)RunAdCustomOperationData(Property<T,? super RunAdCustomOperationData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BasicAdVOgetAd()voidsetAd(BasicAdVO ad)-
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, 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
-
AD
public static final BasicProperty<BasicAdVO,RunAdCustomOperationData> AD
-
-
Constructor Detail
-
RunAdCustomOperationData
public RunAdCustomOperationData()
-
RunAdCustomOperationData
public RunAdCustomOperationData(Long id)
-
RunAdCustomOperationData
public RunAdCustomOperationData(Property<T,? super RunAdCustomOperationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classRunCustomOperationData
-
getAd
public BasicAdVO getAd()
-
setAd
public void setAd(BasicAdVO ad)
-
className
public String className()
- Overrides:
classNamein classRunCustomOperationData
-
-