| Package | Description |
|---|---|
| org.osid.ordering |
The Open Service Interface Definitions for the org.osid.ordering
service.
|
| org.osid.ordering.batch |
The Open Service Interface Definitions for the org.osid.ordering.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
StoreForm |
StoreAdminSession.getStoreFormForCreate(Type[] storeRecordTypes)
Gets the store form for creating new stores.
|
StoreForm |
StoreAdminSession.getStoreFormForUpdate(Id storeId)
Gets the store form for updating an existing store.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
StoreAdminSession.createStore(StoreForm storeForm)
Creates a new
Store. |
void |
StoreAdminSession.updateStore(StoreForm storeForm)
Updates an existing store.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StoreBatchForm
This is the form for creating and updating stores in bulk.
|