Uses of Interface
org.osid.ordering.OrderForm
Packages that use OrderForm
Package
Description
The Open Service Interface Definitions for the org.osid.ordering
service.
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
-
Uses of OrderForm in org.osid.ordering
Methods in org.osid.ordering that return OrderFormModifier and TypeMethodDescriptionOrderAdminSession.getOrderFormForCreate(Type[] orderRecordTypes) Gets the order form for creating new entries.OrderAdminSession.getOrderFormForUpdate(Id orderId) Gets the order form for updating an existing order.Methods in org.osid.ordering with parameters of type OrderFormModifier and TypeMethodDescriptionOrderAdminSession.createOrder(OrderForm orderForm) Creates a newOrder.voidOrderAdminSession.updateOrder(OrderForm orderForm) Updates an existing order. -
Uses of OrderForm in org.osid.ordering.batch
Subinterfaces of OrderForm in org.osid.ordering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating orders in bulk.