public class BillSendingRunDefinition
extends com.crm.process.ProcessRunDefinition
Constructor and Description |
---|
BillSendingRunDefinition() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
excludeBillsWithZeroAmount() |
BillsFilterMethod |
getBillsFilterMethod() |
java.lang.Integer |
getBillsFilterMethodTimeUnits() |
com.crm.framework.util.UnitOfTime |
getBillsFilterMethodUnitOfTime() |
CommunicationMedia |
getCommunicationMedia()
Deprecated.
|
CRMDOCommunicationQueueExternalSystem |
getCommunicationQueueExternalSystem() |
CRMDOCommunicationTemplate |
getCommunicationTemplate()
Deprecated.
|
java.lang.Integer |
getExcludeBillsWithZeroAmount() |
java.lang.Integer |
getMaximumBatchSize() |
java.util.Set<NormalBillingRunCriterion> |
getNormalBillingRunCriteria() |
java.util.Set<BillSendingRunDefPresPrefMethod> |
getPresentmentPreferenceMethods() |
com.crm.process.utilities.SchedulerTask |
getSchedulerTask() |
java.lang.Integer |
getStartAgainAfter() |
com.crm.framework.util.UnitOfTime |
getStartAgainAfterUOT() |
java.lang.Integer |
getTimeUnits() |
com.crm.framework.util.UnitOfTime |
getUnitOfTime() |
void |
setBillsFilterMethod(BillsFilterMethod billsFilterMethod) |
void |
setBillsFilterMethodTimeUnits(java.lang.Integer billsFilterMethodTimeUnits) |
void |
setBillsFilterMethodUnitOfTime(com.crm.framework.util.UnitOfTime billsFilterMethodUnitOfTime) |
void |
setCommunicationMedia(CommunicationMedia communicationMedia)
Deprecated.
|
void |
setCommunicationQueueExternalSystem(CRMDOCommunicationQueueExternalSystem communicationQueueExternalSystem) |
void |
setCommunicationTemplate(CRMDOCommunicationTemplate communicationTemplate)
Deprecated.
|
void |
setExcludeBillsWithZeroAmount(java.lang.Integer excludeBillsWithZeroAmount) |
void |
setMaximumBatchSize(java.lang.Integer maximumBatchSize) |
void |
setNormalBillingRunCriteria(java.util.Set<NormalBillingRunCriterion> normalBillingRunCriteria) |
void |
setPresentmentPreferenceMethods(java.util.Set<BillSendingRunDefPresPrefMethod> presentmentPreferenceMethods) |
void |
setSchedulerTask(com.crm.process.utilities.SchedulerTask schedulerTask) |
void |
setStartAgainAfter(java.lang.Integer startAgainAfter) |
void |
setStartAgainAfterUOT(com.crm.framework.util.UnitOfTime startAgainAfterUOT) |
void |
setTimeUnits(java.lang.Integer timeUnits) |
void |
setUnitOfTime(com.crm.framework.util.UnitOfTime unitOfTime) |
getProcessRunDefinition, getRunsRepeatedly, getScheduledDate, getSchedulingInformation, getViewMandatoryFields, setProcessRunDefinition, setRunsRepeatedly, setScheduledDate, setSchedulingInformation
setMandatoryFields
clone, 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, toString
public com.crm.process.utilities.SchedulerTask getSchedulerTask()
getSchedulerTask
in class com.crm.process.ProcessRunDefinition
public void setSchedulerTask(com.crm.process.utilities.SchedulerTask schedulerTask)
setSchedulerTask
in class com.crm.process.ProcessRunDefinition
public java.util.Set<NormalBillingRunCriterion> getNormalBillingRunCriteria()
public void setNormalBillingRunCriteria(java.util.Set<NormalBillingRunCriterion> normalBillingRunCriteria)
@Deprecated public CommunicationMedia getCommunicationMedia()
@Deprecated public void setCommunicationMedia(CommunicationMedia communicationMedia)
@Deprecated public CRMDOCommunicationTemplate getCommunicationTemplate()
@Deprecated public void setCommunicationTemplate(CRMDOCommunicationTemplate communicationTemplate)
public CRMDOCommunicationQueueExternalSystem getCommunicationQueueExternalSystem()
public void setCommunicationQueueExternalSystem(CRMDOCommunicationQueueExternalSystem communicationQueueExternalSystem)
public BillsFilterMethod getBillsFilterMethod()
public void setBillsFilterMethod(BillsFilterMethod billsFilterMethod)
public java.util.Set<BillSendingRunDefPresPrefMethod> getPresentmentPreferenceMethods()
public void setPresentmentPreferenceMethods(java.util.Set<BillSendingRunDefPresPrefMethod> presentmentPreferenceMethods)
public java.lang.Integer getTimeUnits()
public void setTimeUnits(java.lang.Integer timeUnits)
public com.crm.framework.util.UnitOfTime getUnitOfTime()
public void setUnitOfTime(com.crm.framework.util.UnitOfTime unitOfTime)
public java.lang.Integer getBillsFilterMethodTimeUnits()
public void setBillsFilterMethodTimeUnits(java.lang.Integer billsFilterMethodTimeUnits)
public com.crm.framework.util.UnitOfTime getBillsFilterMethodUnitOfTime()
public void setBillsFilterMethodUnitOfTime(com.crm.framework.util.UnitOfTime billsFilterMethodUnitOfTime)
public java.lang.Integer getExcludeBillsWithZeroAmount()
public void setExcludeBillsWithZeroAmount(java.lang.Integer excludeBillsWithZeroAmount)
public java.lang.Boolean excludeBillsWithZeroAmount()
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)