public class BatchProcessesAdminBoard extends ViewObject
| Constructor and Description |
|---|
BatchProcessesAdminBoard() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHostName() |
java.lang.String |
getModule() |
java.lang.String |
getProcess() |
java.util.Set<CRMDOProcessLoggingMethod> |
getProcessLoggingMethods() |
java.util.Set<CRMDORecurringProcessSetting> |
getRecurringProcessSettings() |
java.util.Set<BatchProcess> |
getRecurringsystemprocess() |
java.util.Date |
getStartFromDate() |
java.util.Date |
getStartToDate() |
java.util.LinkedHashMap<java.lang.String,java.lang.String> |
getViewMandatoryFields() |
void |
setHostName(java.lang.String hostName) |
void |
setModule(java.lang.String module) |
void |
setProcess(java.lang.String process) |
void |
setProcessLoggingMethods(java.util.Set<CRMDOProcessLoggingMethod> processLoggingMethods) |
void |
setRecurringProcessSettings(java.util.Set<CRMDORecurringProcessSetting> recurringProcessSettings) |
void |
setRecurringsystemprocess(java.util.Set<BatchProcess> recurringsystemprocess) |
void |
setStartFromDate(java.util.Date startFromDate) |
void |
setStartToDate(java.util.Date startToDate) |
setMandatoryFieldsclone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toStringpublic java.util.LinkedHashMap<java.lang.String,java.lang.String> getViewMandatoryFields()
getViewMandatoryFields in class ViewObjectpublic java.lang.String getProcess()
public void setProcess(java.lang.String process)
public java.lang.String getModule()
public void setModule(java.lang.String module)
public java.util.Date getStartFromDate()
public void setStartFromDate(java.util.Date startFromDate)
public java.util.Date getStartToDate()
public void setStartToDate(java.util.Date startToDate)
public java.util.Set<CRMDOProcessLoggingMethod> getProcessLoggingMethods()
public void setProcessLoggingMethods(java.util.Set<CRMDOProcessLoggingMethod> processLoggingMethods)
public java.util.Set<BatchProcess> getRecurringsystemprocess()
public void setRecurringsystemprocess(java.util.Set<BatchProcess> recurringsystemprocess)
public java.util.Set<CRMDORecurringProcessSetting> getRecurringProcessSettings()
public void setRecurringProcessSettings(java.util.Set<CRMDORecurringProcessSetting> recurringProcessSettings)
public java.lang.String getHostName()
public void setHostName(java.lang.String hostName)