Uses of Interface
org.osid.billing.batch.CustomerBatchFormList
Packages that use CustomerBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.billing.batch
service.
-
Uses of CustomerBatchFormList in org.osid.billing.batch
Methods in org.osid.billing.batch that return CustomerBatchFormListModifier and TypeMethodDescriptionCustomerBatchAdminSession.getCustomerFormsForCreate(IdList resourceIds, Type[] customerRecordTypes) Gets the customer forms for creating a bunch of new customers.CustomerBatchAdminSession.getCustomerFormsForUpdate(IdList customerIds) Gets the customer forms for updating an existing set of customers.Methods in org.osid.billing.batch with parameters of type CustomerBatchFormListModifier and TypeMethodDescriptionCustomerBatchAdminSession.createCustomers(CustomerBatchFormList customerForms) Creates a new set ofCustomers.CustomerBatchAdminSession.updateCustomers(CustomerBatchFormList customerForms) Updates existing customers.