Uses of Interface
org.osid.offering.batch.CatalogueBatchFormList
Packages that use CatalogueBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.offering.batch
service.
-
Uses of CatalogueBatchFormList in org.osid.offering.batch
Methods in org.osid.offering.batch that return CatalogueBatchFormListModifier and TypeMethodDescriptionCatalogueBatchAdminSession.getCatalogueFormsForCreate(long number, Type[] catalogueRecordTypes) Gets the catalogue forms for creating a bunch of new catalogues.CatalogueBatchAdminSession.getCatalogueFormsForUpdate(IdList catalogueIds) Gets the catalogue forms for updating an existing set of catalogues.Methods in org.osid.offering.batch with parameters of type CatalogueBatchFormListModifier and TypeMethodDescriptionCatalogueBatchAdminSession.createCatalogues(CatalogueBatchFormList catalogueForms) Creates a new set ofCatalogues.CatalogueBatchAdminSession.updateCatalogues(CatalogueBatchFormList catalogueForms) Updates existing catalogues.