Uses of Interface
org.osid.ordering.batch.OrderBatchFormList
Packages that use OrderBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
-
Uses of OrderBatchFormList in org.osid.ordering.batch
Methods in org.osid.ordering.batch that return OrderBatchFormListModifier and TypeMethodDescriptionOrderBatchAdminSession.getOrderFormsForCreate(long number, Type[] orderRecordTypes) Gets the order forms for creating a bunch of new orders.OrderBatchAdminSession.getOrderFormsForUpdate(IdList orderIds) Gets the order forms for updating an existing set of orders.Methods in org.osid.ordering.batch with parameters of type OrderBatchFormListModifier and TypeMethodDescriptionOrderBatchAdminSession.createOrders(OrderBatchFormList orderForms) Creates a new set ofOrders.OrderBatchAdminSession.updateOrders(OrderBatchFormList orderForms) Updates existing orders.