Uses of Interface
org.osid.offering.CatalogueForm
Packages that use CatalogueForm
Package
Description
The Open Service Interface Definitions for the org.osid.offering
service.
The Open Service Interface Definitions for the org.osid.offering.batch
service.
-
Uses of CatalogueForm in org.osid.offering
Methods in org.osid.offering that return CatalogueFormModifier and TypeMethodDescriptionCatalogueAdminSession.getCatalogueFormForCreate(Type[] catalogueRecordTypes) Gets the catalogue form for creating new catalogues.CatalogueAdminSession.getCatalogueFormForUpdate(Id catalogueId) Gets the catalogue form for updating an existing catalogue.Methods in org.osid.offering with parameters of type CatalogueFormModifier and TypeMethodDescriptionCatalogueAdminSession.createCatalogue(CatalogueForm catalogueForm) Creates a newCatalogue.voidCatalogueAdminSession.updateCatalogue(CatalogueForm catalogueForm) Updates an existing catalogue. -
Uses of CatalogueForm in org.osid.offering.batch
Subinterfaces of CatalogueForm in org.osid.offering.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating catalogues in bulk.