public class NotificationRunDefinition
extends com.crm.process.ProcessRunDefinition
| Constructor and Description |
|---|
NotificationRunDefinition() |
| Modifier and Type | Method and Description |
|---|---|
NotificationClassification |
getClassification() |
java.util.Date |
getExecutedDate() |
java.lang.Integer |
getIsRunRepeatedly() |
java.lang.Integer |
getMaximumBatchSize() |
CRMDONotificationType |
getNotificationType() |
java.lang.String |
getScheduledDate() |
com.crm.process.utilities.SchedulerTask |
getSchedulerTask() |
java.lang.String |
getSchedulingInfoStr() |
static long |
getSerialversionuid() |
java.lang.Integer |
getStartAgainAfter() |
com.crm.framework.util.UnitOfTime |
getStartAgainAfterUOT() |
void |
setClassification(NotificationClassification classification) |
void |
setExecutedDate(java.util.Date executedDate) |
void |
setIsRunRepeatedly(java.lang.Integer isRunRepeatedly) |
void |
setMaximumBatchSize(java.lang.Integer maximumBatchSize) |
void |
setNotificationType(CRMDONotificationType notificationType) |
void |
setScheduledDate(java.lang.String scheduledDate) |
void |
setSchedulerTask(com.crm.process.utilities.SchedulerTask schedulerTask) |
void |
setSchedulingInfoStr(java.lang.String schedulingInfoStr) |
void |
setStartAgainAfter(java.lang.Integer startAgainAfter) |
void |
setStartAgainAfterUOT(com.crm.framework.util.UnitOfTime startAgainAfterUOT) |
getProcessRunDefinition, getRunsRepeatedly, getSchedulingInformation, getViewMandatoryFields, setProcessRunDefinition, setRunsRepeatedly, setSchedulingInformationsetMandatoryFieldsclone, compareObjects, compareTo, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, 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, 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, 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 CRMDONotificationType getNotificationType()
public void setNotificationType(CRMDONotificationType notificationType)
public static long getSerialversionuid()
public NotificationClassification getClassification()
public void setClassification(NotificationClassification classification)
public com.crm.process.utilities.SchedulerTask getSchedulerTask()
getSchedulerTask in class com.crm.process.ProcessRunDefinitionpublic void setSchedulerTask(com.crm.process.utilities.SchedulerTask schedulerTask)
setSchedulerTask in class com.crm.process.ProcessRunDefinitionpublic java.lang.Integer getMaximumBatchSize()
public void setMaximumBatchSize(java.lang.Integer maximumBatchSize)
public java.lang.Integer getStartAgainAfter()
public void setStartAgainAfter(java.lang.Integer startAgainAfter)
public com.crm.framework.util.UnitOfTime getStartAgainAfterUOT()
public void setStartAgainAfterUOT(com.crm.framework.util.UnitOfTime startAgainAfterUOT)
public java.lang.Integer getIsRunRepeatedly()
public void setIsRunRepeatedly(java.lang.Integer isRunRepeatedly)
public java.lang.String getSchedulingInfoStr()
public void setSchedulingInfoStr(java.lang.String schedulingInfoStr)
public java.util.Date getExecutedDate()
public void setExecutedDate(java.util.Date executedDate)
public java.lang.String getScheduledDate()
getScheduledDate in class com.crm.process.ProcessRunDefinitionpublic void setScheduledDate(java.lang.String scheduledDate)
setScheduledDate in class com.crm.process.ProcessRunDefinition