Uses of Class
it.eng.spagobi.mapcatalogue.bo.GeoMap

Packages that use GeoMap
it.eng.spagobi.mapcatalogue.dao   
it.eng.spagobi.mapcatalogue.metadata   
 

Uses of GeoMap in it.eng.spagobi.mapcatalogue.dao
 

Methods in it.eng.spagobi.mapcatalogue.dao that return GeoMap
 GeoMap SbiGeoMapsDAOHibImpl.loadMapByID(java.lang.Integer mapID)
          Load map by id.
 GeoMap ISbiGeoMapsDAO.loadMapByID(java.lang.Integer mapID)
          Loads all detail information for a map identified by its mapID.
 GeoMap SbiGeoMapsDAOHibImpl.loadMapByName(java.lang.String name)
          Load map by name.
 GeoMap ISbiGeoMapsDAO.loadMapByName(java.lang.String name)
          Loads all detail information for maps whose name is equal to name.
 

Methods in it.eng.spagobi.mapcatalogue.dao with parameters of type GeoMap
 void SbiGeoMapsDAOHibImpl.eraseMap(GeoMap aMap)
          Erase map.
 void ISbiGeoMapsDAO.eraseMap(GeoMap aMap)
          Implements the query to erase a map.
 void SbiGeoMapsDAOHibImpl.insertMap(GeoMap aMap, byte[] content)
          Insert map.
 void ISbiGeoMapsDAO.insertMap(GeoMap aMap, byte[] content)
          Implements the query to insert a map.
 void SbiGeoMapsDAOHibImpl.modifyMap(GeoMap aMap, byte[] content)
          Modify map.
 void ISbiGeoMapsDAO.modifyMap(GeoMap aMap, byte[] content)
          Implements the query to modify a map.
 

Uses of GeoMap in it.eng.spagobi.mapcatalogue.metadata
 

Methods in it.eng.spagobi.mapcatalogue.metadata that return GeoMap
 GeoMap SbiGeoMaps.toGeoMap()
          From the Hibernate Map object at input, gives the corrispondent GeoMap object.