Uses of Interface
org.osid.mapping.LocationForm
Packages that use LocationForm
Package
Description
The Open Service Interface Definitions for the org.osid.mapping
service.
The Open Service Interface Definitions for the org.osid.mapping.batch
service.
-
Uses of LocationForm in org.osid.mapping
Methods in org.osid.mapping that return LocationFormModifier and TypeMethodDescriptionLocationAdminSession.getLocationFormForCreate(Type[] locationRecordTypes) Gets the location form for creating new locations.LocationAdminSession.getLocationFormForUpdate(Id locationId) Gets the location form for updating an existing location.Methods in org.osid.mapping with parameters of type LocationFormModifier and TypeMethodDescriptionLocationAdminSession.createLocation(LocationForm locationForm) Creates a newLocation.voidLocationAdminSession.updateLocation(LocationForm locationForm) Updates an existing location. -
Uses of LocationForm in org.osid.mapping.batch
Subinterfaces of LocationForm in org.osid.mapping.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating locations in bulk.