Uses of Interface
org.osid.ordering.batch.StoreBatchFormList
Packages that use StoreBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
-
Uses of StoreBatchFormList in org.osid.ordering.batch
Methods in org.osid.ordering.batch that return StoreBatchFormListModifier and TypeMethodDescriptionStoreBatchAdminSession.getStoreFormsForCreate(long number, Type[] storeRecordTypes) Gets the store forms for creating a bunch of new stores.StoreBatchAdminSession.getStoreFormsForUpdate(IdList storeIds) Gets the store forms for updating an existing set of stores.Methods in org.osid.ordering.batch with parameters of type StoreBatchFormListModifier and TypeMethodDescriptionStoreBatchAdminSession.createStores(StoreBatchFormList storeForms) Creates a new set ofStores.StoreBatchAdminSession.updateStores(StoreBatchFormList storeForms) Updates existing stores.