public class CRMProcessAutomaticRecurringPaymentRunBean extends CRMProcessRunBean
| Constructor and Description |
|---|
CRMProcessAutomaticRecurringPaymentRunBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(com.crm.dataobject.processrun.CRMDOProcessRunDefinition processRunDefinition)
Executes an automatic recurring payment process.
|
void |
execute(java.lang.String processRunDefinitionID)
Executes an automatic recurring payment process.
|
void |
execute(java.lang.String processRunLogID,
java.lang.String type)
Executes an automatic recurring payment process.
|
deleteEditScheduledJob, deleteScheduledJob, executeProcess, executeProcess, getNormalBillingTermSchemeClause, getNumberOfThreads, getSegmentTranslatedQueries, getSegmentWhereClause, getSegmentWhereClause, getSegmentWithClause, scheduleProcess, scheduleProcess, scheduleProcess, scheduleProcess, submitProcessRun, submitProcessRunDefinitioncreateCronExpressionFromDate, createCronExpressionFromDate, setMandatoryFieldpublic CRMProcessAutomaticRecurringPaymentRunBean()
public void execute(java.lang.String processRunLogID,
java.lang.String type)
throws java.lang.Exception
processRunLogID - - the process run definition idtype - - the type of the first string parameterjava.lang.Exceptionpublic void execute(java.lang.String processRunDefinitionID)
throws java.lang.Exception
processRunDefinitionID - - the process run definition idjava.lang.Exceptionpublic void execute(com.crm.dataobject.processrun.CRMDOProcessRunDefinition processRunDefinition)
throws java.lang.Exception
processRunDefinition - - the process run definition to usejava.lang.Exception