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, submitProcessRunDefinition
createCronExpressionFromDate, createCronExpressionFromDate, setMandatoryField
public 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.Exception
public void execute(java.lang.String processRunDefinitionID) throws java.lang.Exception
processRunDefinitionID
- - the process run definition idjava.lang.Exception
public void execute(com.crm.dataobject.processrun.CRMDOProcessRunDefinition processRunDefinition) throws java.lang.Exception
processRunDefinition
- - the process run definition to usejava.lang.Exception