Class CustomOperationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.NamedEntityDTO
-
- org.cyclos.model.ConfigurationEntityDTO
-
- org.cyclos.model.system.operations.CustomOperationDTO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityDTO>,HasContentScriptDTO,IEntity,IInternalNamedEntity,INamedEntity
public class CustomOperationDTO extends ConfigurationEntityDTO implements HasContentScriptDTO
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.model.ConfigurationEntityDTO
DESCRIPTION, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityDTO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description CustomOperationDTO()CustomOperationDTO(Long id)CustomOperationDTO(Property<T,? super CustomOperationDTO> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.ConfigurationEntityDTO
getDescription, getInternalName, setDescription, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityDTO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
equals, 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, 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
-
ADMIN_MENU
public static final BasicProperty<AdminMainMenu,CustomOperationDTO> ADMIN_MENU
-
ALLOW_EXPORT
public static final BasicProperty<Boolean,CustomOperationDTO> ALLOW_EXPORT
-
ALLOW_PRINT
public static final BasicProperty<Boolean,CustomOperationDTO> ALLOW_PRINT
-
CHANNELS
public static final SetProperty<ChannelVO,CustomOperationDTO> CHANNELS
-
CLOSE_AFTER_SECONDS
public static final BasicProperty<Integer,CustomOperationDTO> CLOSE_AFTER_SECONDS
-
CONFIRMATION_TEXT
public static final BasicProperty<String,CustomOperationDTO> CONFIRMATION_TEXT
-
CONTENT_SCRIPT
public static final BasicProperty<CustomScriptVO,CustomOperationDTO> CONTENT_SCRIPT
-
CONTENT_SCRIPT_PARAMETERS
public static final BasicProperty<String,CustomOperationDTO> CONTENT_SCRIPT_PARAMETERS
-
CUSTOM_SUBMIT_LABEL
public static final BasicProperty<String,CustomOperationDTO> CUSTOM_SUBMIT_LABEL
-
ENABLED_FOR_ACTIVE_USERS
public static final BasicProperty<Boolean,CustomOperationDTO> ENABLED_FOR_ACTIVE_USERS
-
ENABLED_FOR_PENDING_USERS
public static final BasicProperty<Boolean,CustomOperationDTO> ENABLED_FOR_PENDING_USERS
-
FRONTEND_MENU
public static final BasicProperty<FrontendMenu,CustomOperationDTO> FRONTEND_MENU
-
HAS_FILE_UPLOAD
public static final BasicProperty<Boolean,CustomOperationDTO> HAS_FILE_UPLOAD
-
ICON
public static final BasicProperty<String,CustomOperationDTO> ICON
-
INFORMATION_TEXT
public static final BasicProperty<String,CustomOperationDTO> INFORMATION_TEXT
-
LABEL
public static final BasicProperty<String,CustomOperationDTO> LABEL
-
OPEN_ROW_IN_NEW_WINDOW
public static final BasicProperty<Boolean,CustomOperationDTO> OPEN_ROW_IN_NEW_WINDOW
-
PROFILE_SECTION
public static final BasicProperty<ProfileManagementSection,CustomOperationDTO> PROFILE_SECTION
-
RECORD_TYPES
public static final SetProperty<RecordTypeVO,CustomOperationDTO> RECORD_TYPES
-
REQUIRE_CONFIRMATION_CREDENTIAL
public static final BasicProperty<Boolean,CustomOperationDTO> REQUIRE_CONFIRMATION_CREDENTIAL
-
RESULT_INFORMATION_TEXT
public static final BasicProperty<String,CustomOperationDTO> RESULT_INFORMATION_TEXT
-
RESULT_TYPE
public static final BasicProperty<CustomOperationResultType,CustomOperationDTO> RESULT_TYPE
-
ROW_ACTION
public static final BasicProperty<CustomOperationResultPageRowAction,CustomOperationDTO> ROW_ACTION
-
ROW_LOCATION
public static final BasicProperty<Location,CustomOperationDTO> ROW_LOCATION
-
ROW_OPERATION
public static final BasicProperty<CustomOperationVO,CustomOperationDTO> ROW_OPERATION
-
ROW_PARAMETERS
public static final SetProperty<String,CustomOperationDTO> ROW_PARAMETERS
-
ROW_URL
public static final BasicProperty<String,CustomOperationDTO> ROW_URL
-
SCOPE
public static final BasicProperty<CustomOperationScope,CustomOperationDTO> SCOPE
-
SCRIPT
public static final BasicProperty<CustomScriptVO,CustomOperationDTO> SCRIPT
-
SCRIPT_PARAMETERS
public static final BasicProperty<String,CustomOperationDTO> SCRIPT_PARAMETERS
-
SEARCH_AUTOMATICALLY
public static final BasicProperty<Boolean,CustomOperationDTO> SEARCH_AUTOMATICALLY
-
SHOW_FORM
public static final BasicProperty<CustomOperationShowForm,CustomOperationDTO> SHOW_FORM
-
SUBMIT_WITH_QR_CODE_SCAN
public static final BasicProperty<Boolean,CustomOperationDTO> SUBMIT_WITH_QR_CODE_SCAN
-
SVG_ICON
public static final BasicProperty<String,CustomOperationDTO> SVG_ICON
-
TRANSFER_TYPES
public static final SetProperty<TransferTypeVO,CustomOperationDTO> TRANSFER_TYPES
-
USER_MENU
public static final BasicProperty<UserMainMenu,CustomOperationDTO> USER_MENU
-
-
Constructor Detail
-
CustomOperationDTO
public CustomOperationDTO()
-
CustomOperationDTO
public CustomOperationDTO(Long id)
-
CustomOperationDTO
public CustomOperationDTO(Property<T,? super CustomOperationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classConfigurationEntityDTO
-
getAdminMenu
public AdminMainMenu getAdminMenu()
-
setAdminMenu
public void setAdminMenu(AdminMainMenu adminMenu)
-
isAllowExport
public boolean isAllowExport()
-
setAllowExport
public void setAllowExport(boolean allowExport)
-
isAllowPrint
public boolean isAllowPrint()
-
setAllowPrint
public void setAllowPrint(boolean allowPrint)
-
getCloseAfterSeconds
public Integer getCloseAfterSeconds()
-
setCloseAfterSeconds
public void setCloseAfterSeconds(Integer closeAfterSeconds)
-
getConfirmationText
public String getConfirmationText()
-
setConfirmationText
public void setConfirmationText(String confirmationText)
-
getContentScript
public CustomScriptVO getContentScript()
- Specified by:
getContentScriptin interfaceHasContentScriptDTO
-
setContentScript
public void setContentScript(CustomScriptVO contentScript)
- Specified by:
setContentScriptin interfaceHasContentScriptDTO
-
getContentScriptParameters
public String getContentScriptParameters()
- Specified by:
getContentScriptParametersin interfaceHasContentScriptDTO
-
setContentScriptParameters
public void setContentScriptParameters(String contentScriptParameters)
- Specified by:
setContentScriptParametersin interfaceHasContentScriptDTO
-
getCustomSubmitLabel
public String getCustomSubmitLabel()
-
setCustomSubmitLabel
public void setCustomSubmitLabel(String customSubmitLabel)
-
isEnabledForActiveUsers
public boolean isEnabledForActiveUsers()
-
setEnabledForActiveUsers
public void setEnabledForActiveUsers(boolean enabledForActiveUsers)
-
isEnabledForPendingUsers
public boolean isEnabledForPendingUsers()
-
setEnabledForPendingUsers
public void setEnabledForPendingUsers(boolean enabledForPendingUsers)
-
getFrontendMenu
public FrontendMenu getFrontendMenu()
-
setFrontendMenu
public void setFrontendMenu(FrontendMenu frontendMenu)
-
isHasFileUpload
public boolean isHasFileUpload()
-
setHasFileUpload
public void setHasFileUpload(boolean hasFileUpload)
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
getInformationText
public String getInformationText()
-
setInformationText
public void setInformationText(String informationText)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
isOpenRowInNewWindow
public boolean isOpenRowInNewWindow()
-
setOpenRowInNewWindow
public void setOpenRowInNewWindow(boolean openRowInNewWindow)
-
getProfileSection
public ProfileManagementSection getProfileSection()
-
setProfileSection
public void setProfileSection(ProfileManagementSection profileSection)
-
getRecordTypes
public Set<RecordTypeVO> getRecordTypes()
-
setRecordTypes
public void setRecordTypes(Set<RecordTypeVO> recordTypes)
-
isRequireConfirmationCredential
public boolean isRequireConfirmationCredential()
-
setRequireConfirmationCredential
public void setRequireConfirmationCredential(boolean requireConfirmationCredential)
-
getResultInformationText
public String getResultInformationText()
-
setResultInformationText
public void setResultInformationText(String resultInformationText)
-
getResultType
public CustomOperationResultType getResultType()
-
setResultType
public void setResultType(CustomOperationResultType resultType)
-
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)
-
getScope
public CustomOperationScope getScope()
-
setScope
public void setScope(CustomOperationScope scope)
-
getScript
public CustomScriptVO getScript()
-
setScript
public void setScript(CustomScriptVO script)
-
getScriptParameters
public String getScriptParameters()
-
setScriptParameters
public void setScriptParameters(String scriptParameters)
-
isSearchAutomatically
public boolean isSearchAutomatically()
-
setSearchAutomatically
public void setSearchAutomatically(boolean searchAutomatically)
-
getShowForm
public CustomOperationShowForm getShowForm()
-
setShowForm
public void setShowForm(CustomOperationShowForm showForm)
-
isSubmitWithQrCodeScan
public boolean isSubmitWithQrCodeScan()
-
setSubmitWithQrCodeScan
public void setSubmitWithQrCodeScan(boolean submitWithQrCodeScan)
-
getSvgIcon
public String getSvgIcon()
-
setSvgIcon
public void setSvgIcon(String svgIcon)
-
getTransferTypes
public Set<TransferTypeVO> getTransferTypes()
-
setTransferTypes
public void setTransferTypes(Set<TransferTypeVO> transferTypes)
-
getUserMenu
public UserMainMenu getUserMenu()
-
setUserMenu
public void setUserMenu(UserMainMenu userMenu)
-
-