public class CRMBOBillingRunStepResultBean extends CRMBO
Constructor and Description |
---|
CRMBOBillingRunStepResultBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<java.lang.String> |
getDefaultAssociations()
Returns the default associated data objects of a billing run step result.
|
java.lang.Integer |
getNumberOfAccountsIncluded(com.crm.dataobject.billing.CRMDOBillingRun billingRun,
com.crm.dataobject.billing.BillingRunStep billingRunStep)
Returns the number of accounts that were included in a billing run.
|
java.lang.Integer |
getNumberOfBillsGenerated(com.crm.dataobject.billing.CRMDOBillingRun billingRun,
com.crm.dataobject.billing.BillingRunStep billingRunStep)
Returns the number of bills generated by a billing run.
|
java.lang.Integer |
getNumberOfCreditNotesGenerated(com.crm.dataobject.billing.CRMDOBillingRun billingRun,
com.crm.dataobject.billing.BillingRunStep billingRunStep)
Returns the number of credit notes generated by a billing run.
|
java.lang.Integer |
getNumberOfInvoicesGenerated(com.crm.dataobject.billing.CRMDOBillingRun billingRun,
com.crm.dataobject.billing.BillingRunStep billingRunStep)
Returns the number of invoices generated by a billing run.
|
java.lang.Integer |
getNumberOfJobsIncluded(com.crm.dataobject.billing.CRMDOBillingRun billingRun,
com.crm.dataobject.billing.BillingRunStep billingRunStep)
Returns the number of jobs that were included in a billing run.
|
java.lang.Integer |
getNumberOfStepsExecuted(com.crm.dataobject.billing.CRMDOBillingRun billingRun)
Returns the number of steps a billing run executed.
|
java.lang.Integer |
getNumberOfSubscriptionsIncluded(com.crm.dataobject.billing.CRMDOBillingRun billingRun,
com.crm.dataobject.billing.BillingRunStep billingRunStep)
Returns the number of subscriptions that were included in a billing run.
|
java.lang.Integer |
getNumberOfWalletTrxnGenerated(com.crm.dataobject.billing.CRMDOBillingRun billingRun,
com.crm.dataobject.billing.BillingRunStep billingRunStep)
Returns the number of wallet transactions generated by a billing run.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.billing.CRMDONormalBillingRun normalBillingRun)
Loads a list of billing run step results of a normal billing run.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
load(com.crm.dataobject.billing.CRMDOPrepaidBillingRun prepaidBillingRun)
Loads a list of billing run step results of a prepaid billing run.
|
construct, construct, construct, construct, construct, construct, construct, construct, createAndUpdate, delete, delete, delete, getDOName, getDOName, getNextSequenceNumber, getNextSequenceNumber, getNumberScheme, load, load, load, load, load, load, load, load, loadAll, loadAll, loadAll, parseAssociations, save, save, save, saveCRMDOCollection, saveImages, setMandatoryFields, setNumberScheme, validateAndDelete, validateAndSave, validateAndSave, validateAndSave, validateOnDelete, validateOnDelete, validateOnDelete, validateOnSave, validateOnSave, validateOnSave
dispatch, getCRMSession, getCRMSessionHandle, getEJBHomeInterface, getInitialContext, getSessionContext, invoke, setCRMSessionHandle, setInitialContext, setSessionContext
public CRMBOBillingRunStepResultBean()
public java.util.ArrayList<java.lang.String> getDefaultAssociations()
getDefaultAssociations
in class CRMBO
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.billing.CRMDONormalBillingRun normalBillingRun) throws java.lang.Exception
normalBillingRun
- - the normal billing run to load the billing run step results fromjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> load(com.crm.dataobject.billing.CRMDOPrepaidBillingRun prepaidBillingRun) throws java.lang.Exception
prepaidBillingRun
- - the prepaid billing run to load the billing run step results fromjava.lang.Exception
public java.lang.Integer getNumberOfStepsExecuted(com.crm.dataobject.billing.CRMDOBillingRun billingRun) throws java.lang.Exception
billingRun
- - the billing run to usejava.lang.Exception
public java.lang.Integer getNumberOfSubscriptionsIncluded(com.crm.dataobject.billing.CRMDOBillingRun billingRun, com.crm.dataobject.billing.BillingRunStep billingRunStep) throws java.lang.Exception
billingRun
- - the billing run to usebillingRunStep
- - the billing run step to usejava.lang.Exception
public java.lang.Integer getNumberOfJobsIncluded(com.crm.dataobject.billing.CRMDOBillingRun billingRun, com.crm.dataobject.billing.BillingRunStep billingRunStep) throws java.lang.Exception
billingRun
- - the billing run to usebillingRunStep
- - the billing run step to usejava.lang.Exception
public java.lang.Integer getNumberOfAccountsIncluded(com.crm.dataobject.billing.CRMDOBillingRun billingRun, com.crm.dataobject.billing.BillingRunStep billingRunStep) throws java.lang.Exception
billingRun
- - the billing run to usebillingRunStep
- - the billing run step to usejava.lang.Exception
public java.lang.Integer getNumberOfInvoicesGenerated(com.crm.dataobject.billing.CRMDOBillingRun billingRun, com.crm.dataobject.billing.BillingRunStep billingRunStep) throws java.lang.Exception
billingRun
- - the billing run to usebillingRunStep
- - the billing run step to usejava.lang.Exception
public java.lang.Integer getNumberOfCreditNotesGenerated(com.crm.dataobject.billing.CRMDOBillingRun billingRun, com.crm.dataobject.billing.BillingRunStep billingRunStep) throws java.lang.Exception
billingRun
- - the billing run to usebillingRunStep
- - the billing run step to usejava.lang.Exception
public java.lang.Integer getNumberOfBillsGenerated(com.crm.dataobject.billing.CRMDOBillingRun billingRun, com.crm.dataobject.billing.BillingRunStep billingRunStep) throws java.lang.Exception
billingRun
- - the billing run to usebillingRunStep
- - the billing run step to usejava.lang.Exception
public java.lang.Integer getNumberOfWalletTrxnGenerated(com.crm.dataobject.billing.CRMDOBillingRun billingRun, com.crm.dataobject.billing.BillingRunStep billingRunStep) throws java.lang.Exception
billingRun
- - the billing run to usebillingRunStep
- - the billing run step to usejava.lang.Exception