Uses of Interface
org.osid.ordering.rules.PriceEnablerForm
Packages that use PriceEnablerForm
Package
Description
The Open Service Interface Definitions for the org.osid.ordering.rules
service.
-
Uses of PriceEnablerForm in org.osid.ordering.rules
Methods in org.osid.ordering.rules that return PriceEnablerFormModifier and TypeMethodDescriptionPriceEnablerAdminSession.getPriceEnablerFormForCreate(Type[] priceEnablerRecordTypes) Gets the price enabler form for creating new price enablers.PriceEnablerAdminSession.getPriceEnablerFormForUpdate(Id priceEnablerId) Gets the price enabler form for updating an existing price enabler.Methods in org.osid.ordering.rules with parameters of type PriceEnablerFormModifier and TypeMethodDescriptionPriceEnablerAdminSession.createPriceEnabler(PriceEnablerForm priceEnablerForm) Creates a newPriceEnabler.voidPriceEnablerAdminSession.updatePriceEnabler(PriceEnablerForm priceEnablerForm) Updates an existing price enabler.