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

Packages that use GeoFeature
it.eng.spagobi.mapcatalogue.bo.dao   
it.eng.spagobi.mapcatalogue.bo.dao.hibernate   
 

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

Methods in it.eng.spagobi.mapcatalogue.bo.dao that return GeoFeature
 GeoFeature ISbiGeoFeaturesDAO.loadFeatureByID(java.lang.Integer featureID)
          Loads all detail information for a map identified by its mapID.
 GeoFeature ISbiGeoFeaturesDAO.loadFeatureByName(java.lang.String name)
          Loads all detail information for feature whose name is equal to name.
 

Methods in it.eng.spagobi.mapcatalogue.bo.dao with parameters of type GeoFeature
 void ISbiGeoFeaturesDAO.eraseFeature(GeoFeature aFeature)
          Implements the query to erase a feature.
 void ISbiGeoFeaturesDAO.insertFeature(GeoFeature aFeature)
          Implements the query to insert a feature.
 void ISbiGeoFeaturesDAO.modifyFeature(GeoFeature aFeature)
          Implements the query to modify a feature.
 

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

Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate that return GeoFeature
 GeoFeature SbiGeoFeaturesDAOHibImpl.loadFeatureByID(java.lang.Integer featureID)
           
 GeoFeature SbiGeoFeaturesDAOHibImpl.loadFeatureByName(java.lang.String name)
           
 GeoFeature SbiGeoFeaturesDAOHibImpl.toGeoFeature(SbiGeoFeatures hibFeature)
          From the Hibernate Feature object at input, gives the corrispondent GeoFeature object.
 

Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate with parameters of type GeoFeature
 void SbiGeoFeaturesDAOHibImpl.eraseFeature(GeoFeature aFeature)
           
 void SbiGeoFeaturesDAOHibImpl.insertFeature(GeoFeature aFeature)
           
 void SbiGeoFeaturesDAOHibImpl.modifyFeature(GeoFeature aFeature)