Uses of Interface
org.osid.mapping.batch.LocationBatchFormList
Packages that use LocationBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.batch
service.
-
Uses of LocationBatchFormList in org.osid.mapping.batch
Methods in org.osid.mapping.batch that return LocationBatchFormListModifier and TypeMethodDescriptionLocationBatchAdminSession.getLocationFormsForCreate(long number, Type[] locationRecordTypes) Gets the location forms for creating a bunch of new locations.LocationBatchAdminSession.getLocationFormsForUpdate(IdList locationIds) Gets the location forms for updating an existing set of locations.Methods in org.osid.mapping.batch with parameters of type LocationBatchFormListModifier and TypeMethodDescriptionLocationBatchAdminSession.createLocations(LocationBatchFormList locationForms) Creates a new set ofLocations.LocationBatchAdminSession.updateLocations(LocationBatchFormList locationForms) Updates existing locations.