Uses of Interface
org.osid.ordering.ProductForm
Packages that use ProductForm
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 ProductForm in org.osid.ordering
Methods in org.osid.ordering that return ProductFormModifier and TypeMethodDescriptionProductAdminSession.getProductFormForCreate(Type[] productRecordTypes) Gets the product form for creating new products.ProductAdminSession.getProductFormForUpdate(Id productId) Gets the product form for updating an existing product.Methods in org.osid.ordering with parameters of type ProductFormModifier and TypeMethodDescriptionProductAdminSession.createProduct(ProductForm productForm) Creates a newProduct.voidProductAdminSession.updateProduct(ProductForm productForm) Updates an existing product. -
Uses of ProductForm in org.osid.ordering.batch
Subinterfaces of ProductForm in org.osid.ordering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating products in bulk.