| Package | Description |
|---|---|
| org.osid.ordering.rules |
The Open Service Interface Definitions for the org.osid.ordering.rules
service.
|
| Modifier and Type | Method and Description |
|---|---|
PriceEnablerForm |
PriceEnablerAdminSession.getPriceEnablerFormForCreate(Type[] priceEnablerRecordTypes)
Gets the price enabler form for creating new price enablers.
|
PriceEnablerForm |
PriceEnablerAdminSession.getPriceEnablerFormForUpdate(Id priceEnablerId)
Gets the price enabler form for updating an existing price enabler.
|
| Modifier and Type | Method and Description |
|---|---|
PriceEnabler |
PriceEnablerAdminSession.createPriceEnabler(PriceEnablerForm priceEnablerForm)
Creates a new
PriceEnabler. |
void |
PriceEnablerAdminSession.updatePriceEnabler(PriceEnablerForm priceEnablerForm)
Updates an existing price enabler.
|