Package | Description |
---|---|
org.osid.mapping.path |
The Open Service Interface Definitions for the org.osid.mapping.path
service.
|
org.osid.mapping.path.batch |
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
|
Modifier and Type | Method and Description |
---|---|
SpeedZoneForm |
SpeedZoneAdminSession.getSpeedZoneFormForCreate(Type[] speedZoneRecordTypes)
Gets the speed zone form for creating new speed zones.
|
SpeedZoneForm |
SpeedZoneAdminSession.getSpeedZoneFormForUpdate(Id speedZoneId)
Gets the speed zone form for updating an existing speed zone.
|
Modifier and Type | Method and Description |
---|---|
SpeedZone |
SpeedZoneAdminSession.createSpeedZone(SpeedZoneForm speedZoneForm)
Creates a new
SpeedZone. |
void |
SpeedZoneAdminSession.updateSpeedZone(SpeedZoneForm speedZoneForm)
Updates an existing speed zone.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SpeedZoneBatchForm
This is the form for creating and updating speed zones in bulk.
|