Uses of Interface
org.osid.financials.BusinessForm
Packages that use BusinessForm
Package
Description
The Open Service Interface Definitions for the org.osid.financials
service.
The Open Service Interface Definitions for the org.osid.financials.batch
service.
The Open Service Interface Definitions for the org.osid.financials.budgeting.batch
service.
The Open Service Interface Definitions for the org.osid.financials.posting.batch
service.
-
Uses of BusinessForm in org.osid.financials
Methods in org.osid.financials 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.financials 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.financials.batch
Subinterfaces of BusinessForm in org.osid.financials.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating businesses in bulk. -
Uses of BusinessForm in org.osid.financials.budgeting.batch
Subinterfaces of BusinessForm in org.osid.financials.budgeting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating budgets in bulk.interfaceThis is the form for creating and updating budget entries in bulk. -
Uses of BusinessForm in org.osid.financials.posting.batch
Subinterfaces of BusinessForm in org.osid.financials.posting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating posts in bulk.interfaceThis is the form for creating and updating post entries in bulk.