getByPrimaryId(String chartOfAccountsCode, String accountNumber) This method retrieves a ServiceBillingControl object using the values provided.
Parameters: chartOfAccountsCode - The chart code used to retrieve the service billing control. Parameters: accountNumber - The account number used to retrieve the service billing control.
This method retrieves all ServiceBillingControl objects in the database.
A collection of all ServiceBillingControls defined in the database. See Also:ServiceBillingControlService.getAll
This method retrieves a ServiceBillingControl object using the values provided.
Parameters: chartOfAccountsCode - The chart code used to retrieve the service billing control. Parameters: accountNumber - The account number used to retrieve the service billing control. An instance of a ServiceBillingControl which matches the parameters provided. See Also:ServiceBillingControlService.getByPrimaryId(StringString)