Class RunCustomOperationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.operations.RunCustomOperationDTO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RunAdCustomOperationDTO,RunContactCustomOperationDTO,RunContactInfoCustomOperationDTO,RunMenuItemCustomOperationDTO,RunRecordCustomOperationDTO,RunTransferCustomOperationDTO,RunUserCustomOperationDTO
public class RunCustomOperationDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,RunCustomOperationDTO>CONFIRMATION_PASSWORDstatic BasicProperty<Integer,RunCustomOperationDTO>CURRENT_PAGEstatic BasicProperty<CustomOperationVO,RunCustomOperationDTO>CUSTOM_OPERATIONstatic BasicProperty<ExportFormatVO,RunCustomOperationDTO>EXPORT_FORMATstatic BasicProperty<FileInfo,RunCustomOperationDTO>FILE_UPLOADstatic ListProperty<CustomFieldValueDTO,RunCustomOperationDTO>FORM_PARAMETERSstatic BasicProperty<Integer,RunCustomOperationDTO>PAGE_SIZEstatic BasicProperty<Boolean,RunCustomOperationDTO>SKIP_TOTAL_COUNT
-
Constructor Summary
Constructors Constructor Description RunCustomOperationDTO()RunCustomOperationDTO(Property<T,? super RunCustomOperationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetConfirmationPassword()IntegergetCurrentPage()CustomOperationVOgetCustomOperation()ExportFormatVOgetExportFormat()FileInfogetFileUpload()List<CustomFieldValueDTO>getFormParameters()IntegergetPageSize()booleanisSkipTotalCount()voidsetConfirmationPassword(String confirmationPassword)voidsetCurrentPage(Integer currentPage)voidsetCustomOperation(CustomOperationVO customOperation)voidsetExportFormat(ExportFormatVO exportFormat)voidsetFileUpload(FileInfo fileUpload)voidsetFormParameters(List<CustomFieldValueDTO> formParameters)voidsetPageSize(Integer pageSize)voidsetSkipTotalCount(boolean skipTotalCount)-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CONFIRMATION_PASSWORD
public static final BasicProperty<String,RunCustomOperationDTO> CONFIRMATION_PASSWORD
-
CURRENT_PAGE
public static final BasicProperty<Integer,RunCustomOperationDTO> CURRENT_PAGE
-
CUSTOM_OPERATION
public static final BasicProperty<CustomOperationVO,RunCustomOperationDTO> CUSTOM_OPERATION
-
EXPORT_FORMAT
public static final BasicProperty<ExportFormatVO,RunCustomOperationDTO> EXPORT_FORMAT
-
FILE_UPLOAD
public static final BasicProperty<FileInfo,RunCustomOperationDTO> FILE_UPLOAD
-
FORM_PARAMETERS
public static final ListProperty<CustomFieldValueDTO,RunCustomOperationDTO> FORM_PARAMETERS
-
PAGE_SIZE
public static final BasicProperty<Integer,RunCustomOperationDTO> PAGE_SIZE
-
SKIP_TOTAL_COUNT
public static final BasicProperty<Boolean,RunCustomOperationDTO> SKIP_TOTAL_COUNT
-
-
Constructor Detail
-
RunCustomOperationDTO
public RunCustomOperationDTO()
-
RunCustomOperationDTO
public RunCustomOperationDTO(Property<T,? super RunCustomOperationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getConfirmationPassword
public String getConfirmationPassword()
-
setConfirmationPassword
public void setConfirmationPassword(String confirmationPassword)
-
getCurrentPage
public Integer getCurrentPage()
-
setCurrentPage
public void setCurrentPage(Integer currentPage)
-
getCustomOperation
public CustomOperationVO getCustomOperation()
-
setCustomOperation
public void setCustomOperation(CustomOperationVO customOperation)
-
getExportFormat
public ExportFormatVO getExportFormat()
-
setExportFormat
public void setExportFormat(ExportFormatVO exportFormat)
-
getFileUpload
public FileInfo getFileUpload()
-
setFileUpload
public void setFileUpload(FileInfo fileUpload)
-
getFormParameters
public List<CustomFieldValueDTO> getFormParameters()
-
setFormParameters
public void setFormParameters(List<CustomFieldValueDTO> formParameters)
-
getPageSize
public Integer getPageSize()
-
setPageSize
public void setPageSize(Integer pageSize)
-
isSkipTotalCount
public boolean isSkipTotalCount()
-
setSkipTotalCount
public void setSkipTotalCount(boolean skipTotalCount)
-
-