|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MapZoneData
Access methods for map zone data source.
| Method Summary | |
|---|---|
MapZone |
get(int mapZoneId)
Returns the map zone with the given id in the data source. |
MapZone |
get(int mapId,
String mapZoneName)
Returns the map zone with the given name associated to the map with the given id in the data source. |
MapZone |
get(String mapName,
String mapZoneName)
Returns the map zone with the given name associated to the map with the given name in the data source. |
Collection<MapZone> |
getAll()
Returns a list with all the map zones in the data source. |
Collection<MapZone> |
getAllOnMap(int mapId)
Returns a list with all the map zones associated to the map with the given id. |
Collection<MapZone> |
getAllOnMap(String mapName)
Returns a list with all the map zones associated to the map with the given name. |
| Method Detail |
|---|
Collection<MapZone> getAll()
Collection<MapZone> getAllOnMap(int mapId)
mapId - the id of the map for which the zones are to be returned
Collection<MapZone> getAllOnMap(String mapName)
mapName - the name of the map for which the zones are to be returned
MapZone get(int mapZoneId)
mapZoneId - the id of the map zone
MapZone get(int mapId,
String mapZoneName)
mapId - the id of the associated mapmapZoneName - the name of the map zone to be returned
MapZone get(String mapName,
String mapZoneName)
mapName - the name of the associated mapmapZoneName - the name of the map zone to be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||