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

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

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

Methods in it.eng.spagobi.mapcatalogue.bo.dao that return GeoMap
 GeoMap ISbiGeoMapsDAO.loadMapByID(java.lang.Integer mapID)
          Loads all detail information for a map identified by its mapID.
 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.bo.dao with parameters of type GeoMap
 void ISbiGeoMapsDAO.eraseMap(GeoMap aMap)
          Implements the query to erase a map.
 void ISbiGeoMapsDAO.insertMap(GeoMap aMap, byte[] content)
          Implements the query to insert a map.
 void ISbiGeoMapsDAO.modifyMap(GeoMap aMap, byte[] content)
          Implements the query to modify a map.
 

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

Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate that return GeoMap
 GeoMap SbiGeoMapsDAOHibImpl.loadMapByID(java.lang.Integer mapID)
          Load map by id.
 GeoMap SbiGeoMapsDAOHibImpl.loadMapByName(java.lang.String name)
          Load map by name.
 

Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate with parameters of type GeoMap
 void SbiGeoMapsDAOHibImpl.eraseMap(GeoMap aMap)
          Erase map.
 void SbiGeoMapsDAOHibImpl.insertMap(GeoMap aMap, byte[] content)
          Insert map.
 void SbiGeoMapsDAOHibImpl.modifyMap(GeoMap aMap, byte[] content)
          Modify 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.