Class RunContactCustomOperationData
- 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.RunContactCustomOperationData
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity,HasCustomOperationActions
public class RunContactCustomOperationData extends RunCustomOperationData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<ContactDetailedVO,RunContactCustomOperationData>CONTACT-
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 RunContactCustomOperationData()RunContactCustomOperationData(Long id)RunContactCustomOperationData(Property<T,? super RunContactCustomOperationData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ContactDetailedVOgetContact()voidsetContact(ContactDetailedVO contact)-
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
-
CONTACT
public static final BasicProperty<ContactDetailedVO,RunContactCustomOperationData> CONTACT
-
-
Constructor Detail
-
RunContactCustomOperationData
public RunContactCustomOperationData()
-
RunContactCustomOperationData
public RunContactCustomOperationData(Long id)
-
RunContactCustomOperationData
public RunContactCustomOperationData(Property<T,? super RunContactCustomOperationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classRunCustomOperationData
-
getContact
public ContactDetailedVO getContact()
-
setContact
public void setContact(ContactDetailedVO contact)
-
className
public String className()
- Overrides:
classNamein classRunCustomOperationData
-
-