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

Packages that use GeoMapFeature
it.eng.spagobi.mapcatalogue.dao   
 

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

Methods in it.eng.spagobi.mapcatalogue.dao that return GeoMapFeature
 GeoMapFeature ISbiGeoMapFeaturesDAO.loadMapFeatures(java.lang.Integer mapId, java.lang.Integer featureId)
          Loads the list of MapFeatures associated to the input mapId and featureId.
 GeoMapFeature SbiGeoMapFeaturesDAOHibImpl.loadMapFeatures(java.lang.Integer mapId, java.lang.Integer featureId)
          Load map features.
 GeoMapFeature SbiGeoMapFeaturesDAOHibImpl.toGeoMapFeature(SbiGeoMapFeatures hibMapFeature)
          From the Hibernate MapFeature relation at input, gives the corrispondent GeoMapFeature object.
 

Methods in it.eng.spagobi.mapcatalogue.dao with parameters of type GeoMapFeature
 void ISbiGeoMapFeaturesDAO.eraseMapFeatures(GeoMapFeature aGeoMapFeature)
          Implements the query to erase a SbiGeoMapFeatures.
 void SbiGeoMapFeaturesDAOHibImpl.eraseMapFeatures(GeoMapFeature aMapFeature)
          Erase map features.
 void ISbiGeoMapFeaturesDAO.insertMapFeatures(GeoMapFeature aGeoMapFeature)
          Implements the query to insert a MapFeature.
 void SbiGeoMapFeaturesDAOHibImpl.insertMapFeatures(GeoMapFeature aMapFeature)
          Insert map features.
 void ISbiGeoMapFeaturesDAO.modifyMapFeatures(GeoMapFeature aGeoMapFeature)
          Implements the query to modify a MapFeature.
 void SbiGeoMapFeaturesDAOHibImpl.modifyMapFeatures(GeoMapFeature aMapFeature)
          Modify map features.