Uses of Interface
org.osid.billing.BusinessForm
Packages that use BusinessForm
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 BusinessForm in org.osid.billing
Methods in org.osid.billing that return BusinessFormModifier and TypeMethodDescriptionBusinessAdminSession.getBusinessFormForCreate(Type[] businessRecordTypes) Gets the business form for creating new businesses.BusinessAdminSession.getBusinessFormForUpdate(Id businessId) Gets the business form for updating an existing business.Methods in org.osid.billing with parameters of type BusinessFormModifier and TypeMethodDescriptionBusinessAdminSession.createBusiness(BusinessForm businessForm) Creates a newBusiness.voidBusinessAdminSession.updateBusiness(BusinessForm businessForm) Updates an existing business. -
Uses of BusinessForm in org.osid.billing.batch
Subinterfaces of BusinessForm in org.osid.billing.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating businesses in bulk.