Uses of Interface
org.osid.ordering.batch.ProductBatchFormList
Packages that use ProductBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
-
Uses of ProductBatchFormList in org.osid.ordering.batch
Methods in org.osid.ordering.batch that return ProductBatchFormListModifier and TypeMethodDescriptionProductBatchAdminSession.getProductFormsForCreate(long number, Type[] productRecordTypes) Gets the product forms for creating a bunch of new productsProductBatchAdminSession.getProductFormsForUpdate(IdList productIds) Gets the product forms for updating an existing set of products.Methods in org.osid.ordering.batch with parameters of type ProductBatchFormListModifier and TypeMethodDescriptionProductBatchAdminSession.createProducts(ProductBatchFormList productForms) Creates a new set ofProducts.ProductBatchAdminSession.updateProducts(ProductBatchFormList productForms) Updates existing products.