Class RunCustomOperationResult
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.operations.RunCustomOperationResult
-
- All Implemented Interfaces:
Serializable,HasCustomOperationActions
public class RunCustomOperationResult extends Bean implements HasCustomOperationActions
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RunCustomOperationResult()RunCustomOperationResult(Property<T,? super RunCustomOperationResult> property, T value)
-
Method Summary
-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACTIONS
public static final ListProperty<RunCustomOperationAction,RunCustomOperationResult> ACTIONS
-
AUTO_RUN_ACTION_ID
public static final BasicProperty<Long,RunCustomOperationResult> AUTO_RUN_ACTION_ID
-
BACK_TO
public static final BasicProperty<CustomOperationVO,RunCustomOperationResult> BACK_TO
-
BACK_TO_ROOT
public static final BasicProperty<Boolean,RunCustomOperationResult> BACK_TO_ROOT
-
COLUMNS
public static final ListProperty<PageResultColumn,RunCustomOperationResult> COLUMNS
-
CONTENT
public static final BasicProperty<String,RunCustomOperationResult> CONTENT
-
CURRENT_PAGE
public static final BasicProperty<Integer,RunCustomOperationResult> CURRENT_PAGE
-
FILE_DOWNLOAD
public static final BasicProperty<FileInfo,RunCustomOperationResult> FILE_DOWNLOAD
-
HAS_NEXT_PAGE
public static final BasicProperty<Boolean,RunCustomOperationResult> HAS_NEXT_PAGE
-
NEW_WINDOW
public static final BasicProperty<Boolean,RunCustomOperationResult> NEW_WINDOW
-
NOTIFICATION
public static final BasicProperty<String,RunCustomOperationResult> NOTIFICATION
-
NOTIFICATION_LEVEL
public static final BasicProperty<NotificationLevel,RunCustomOperationResult> NOTIFICATION_LEVEL
-
PAGE_COUNT
public static final BasicProperty<Integer,RunCustomOperationResult> PAGE_COUNT
-
PAGE_SIZE
public static final BasicProperty<Integer,RunCustomOperationResult> PAGE_SIZE
-
RE_RUN
public static final BasicProperty<Boolean,RunCustomOperationResult> RE_RUN
-
RECEIPT
public static final BasicProperty<ReceiptVO,RunCustomOperationResult> RECEIPT
-
RESULT_TYPE
public static final BasicProperty<CustomOperationResultType,RunCustomOperationResult> RESULT_TYPE
-
ROWS
public static final ListProperty<String,RunCustomOperationResult> ROWS
-
TITLE
public static final BasicProperty<String,RunCustomOperationResult> TITLE
-
TOTAL_COUNT
public static final BasicProperty<Integer,RunCustomOperationResult> TOTAL_COUNT
-
URL
public static final BasicProperty<String,RunCustomOperationResult> URL
-
-
Constructor Detail
-
RunCustomOperationResult
public RunCustomOperationResult()
-
RunCustomOperationResult
public RunCustomOperationResult(Property<T,? super RunCustomOperationResult> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getActions
public List<RunCustomOperationAction> getActions()
- Specified by:
getActionsin interfaceHasCustomOperationActions
-
setActions
public void setActions(List<RunCustomOperationAction> actions)
-
getAutoRunActionId
public Long getAutoRunActionId()
- Specified by:
getAutoRunActionIdin interfaceHasCustomOperationActions
-
setAutoRunActionId
public void setAutoRunActionId(Long autoRunActionId)
-
getBackTo
public CustomOperationVO getBackTo()
-
setBackTo
public void setBackTo(CustomOperationVO backTo)
-
isBackToRoot
public boolean isBackToRoot()
-
setBackToRoot
public void setBackToRoot(boolean backToRoot)
-
getColumns
public List<PageResultColumn> getColumns()
-
setColumns
public void setColumns(List<PageResultColumn> columns)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getCurrentPage
public Integer getCurrentPage()
-
setCurrentPage
public void setCurrentPage(Integer currentPage)
-
getFileDownload
public FileInfo getFileDownload()
-
setFileDownload
public void setFileDownload(FileInfo fileDownload)
-
getHasNextPage
public Boolean getHasNextPage()
-
setHasNextPage
public void setHasNextPage(Boolean hasNextPage)
-
getNewWindow
public Boolean getNewWindow()
-
setNewWindow
public void setNewWindow(Boolean newWindow)
-
getNotification
public String getNotification()
-
setNotification
public void setNotification(String notification)
-
getNotificationLevel
public NotificationLevel getNotificationLevel()
-
setNotificationLevel
public void setNotificationLevel(NotificationLevel notificationLevel)
-
getPageCount
public Integer getPageCount()
-
setPageCount
public void setPageCount(Integer pageCount)
-
getPageSize
public Integer getPageSize()
-
setPageSize
public void setPageSize(Integer pageSize)
-
isReRun
public boolean isReRun()
-
setReRun
public void setReRun(boolean reRun)
-
getReceipt
public ReceiptVO getReceipt()
-
setReceipt
public void setReceipt(ReceiptVO receipt)
-
getResultType
public CustomOperationResultType getResultType()
-
setResultType
public void setResultType(CustomOperationResultType resultType)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getTotalCount
public Integer getTotalCount()
-
setTotalCount
public void setTotalCount(Integer totalCount)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
-