public class NotificationRunDefinition
extends com.crm.process.ProcessRunDefinition
Constructor and Description |
---|
NotificationRunDefinition() |
Modifier and Type | Method and Description |
---|---|
NotificationClassification |
getClassification() |
java.lang.Integer |
getMaximumBatchSize() |
CRMDONotificationType |
getNotificationType() |
com.crm.process.utilities.SchedulerTask |
getSchedulerTask() |
static long |
getSerialversionuid() |
java.lang.Integer |
getStartAgainAfter() |
com.crm.framework.util.UnitOfTime |
getStartAgainAfterUOT() |
java.util.LinkedHashMap<java.lang.String,java.lang.String> |
getViewMandatoryFields() |
void |
setClassification(NotificationClassification classification) |
void |
setMaximumBatchSize(java.lang.Integer maximumBatchSize) |
void |
setNotificationType(CRMDONotificationType notificationType) |
void |
setSchedulerTask(com.crm.process.utilities.SchedulerTask schedulerTask) |
void |
setStartAgainAfter(java.lang.Integer startAgainAfter) |
void |
setStartAgainAfterUOT(com.crm.framework.util.UnitOfTime startAgainAfterUOT) |
getProcessRunDefinition, setProcessRunDefinition
setMandatoryFields
clone, 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, toString
public 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()
public void setSchedulerTask(com.crm.process.utilities.SchedulerTask schedulerTask)
public 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.util.LinkedHashMap<java.lang.String,java.lang.String> getViewMandatoryFields()
getViewMandatoryFields
in class com.crm.process.ProcessRunDefinition