Class RunUserCustomOperationData
- 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.RunUserCustomOperationData
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity,HasCustomOperationActions
public class RunUserCustomOperationData extends RunCustomOperationData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<UserVO,RunUserCustomOperationData>USER-
Fields inherited from class org.cyclos.model.system.operations.RunCustomOperationData
ACTIONS, AUTO_RUN_ACTION_ID, CONFIRMATION_PASSWORD_INPUT, CUSTOM_SUBMIT_LABEL, EXPORT_FORMATS, FORM_PARAMETERS, OPEN_ROW_IN_NEW_WINDOW, 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, 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 RunUserCustomOperationData()RunUserCustomOperationData(Long id)RunUserCustomOperationData(Property<T,? super RunUserCustomOperationData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()UserVOgetUser()voidsetUser(UserVO user)-
Methods inherited from class org.cyclos.model.system.operations.RunCustomOperationData
getActions, getAutoRunActionId, getConfirmationPasswordInput, getCustomSubmitLabel, getExportFormats, getFormParameters, getResultInformationText, getRowAction, getRowLocation, getRowOperation, getRowParameters, getRowUrl, isOpenRowInNewWindow, isSearchAutomatically, setActions, setAutoRunActionId, setConfirmationPasswordInput, setCustomSubmitLabel, setExportFormats, setFormParameters, setOpenRowInNewWindow, 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, setAdminMenu, setAllowExport, setAllowPrint, setConfirmationText, setHasFileUpload, setIcon, setInformationText, setMissingOptionalParameters, setMissingRequiredParameters, setProfileSection, setRequireConfirmationPassword, setResultType, setShowForm, 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.EntityVO
equals, getId, getIds, getUniqueIds
-
Methods inherited from class org.cyclos.model.EntityModel
getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, 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
-
USER
public static final BasicProperty<UserVO,RunUserCustomOperationData> USER
-
-
Constructor Detail
-
RunUserCustomOperationData
public RunUserCustomOperationData()
-
RunUserCustomOperationData
public RunUserCustomOperationData(Long id)
-
RunUserCustomOperationData
public RunUserCustomOperationData(Property<T,? super RunUserCustomOperationData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classRunCustomOperationData
-
getUser
public UserVO getUser()
-
setUser
public void setUser(UserVO user)
-
className
public String className()
- Overrides:
classNamein classRunCustomOperationData
-
-