Uses of Interface
org.osid.billing.CustomerForm
Packages that use CustomerForm
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.billing.batch
service.
-
Uses of CustomerForm in org.osid.billing
Methods in org.osid.billing that return CustomerFormModifier and TypeMethodDescriptionCustomerAdminSession.getCustomerFormForCreate(Id resourceId, Type[] customerRecordTypes) Gets the customer form for creating new customers.CustomerAdminSession.getCustomerFormForUpdate(Id customerId) Gets the customer form for updating an existing customer.Methods in org.osid.billing with parameters of type CustomerFormModifier and TypeMethodDescriptionCustomerAdminSession.createCustomer(CustomerForm customerForm) Creates a newCustomer.ItemAdminSession.createItem(CustomerForm itemForm) Creates a newItem.voidCustomerAdminSession.updateCustomer(CustomerForm customerForm) Updates an existing customer. -
Uses of CustomerForm in org.osid.billing.batch
Subinterfaces of CustomerForm in org.osid.billing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating customers in bulk.