Uses of Interface
org.osid.ordering.StoreForm
Packages that use StoreForm
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 StoreForm in org.osid.ordering
Methods in org.osid.ordering that return StoreFormModifier and TypeMethodDescriptionStoreAdminSession.getStoreFormForCreate(Type[] storeRecordTypes) Gets the store form for creating new stores.StoreAdminSession.getStoreFormForUpdate(Id storeId) Gets the store form for updating an existing store.Methods in org.osid.ordering with parameters of type StoreFormModifier and TypeMethodDescriptionStoreAdminSession.createStore(StoreForm storeForm) Creates a newStore.voidStoreAdminSession.updateStore(StoreForm storeForm) Updates an existing store. -
Uses of StoreForm in org.osid.ordering.batch
Subinterfaces of StoreForm in org.osid.ordering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating stores in bulk.