|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoMapFeature | |
---|---|
it.eng.spagobi.mapcatalogue.bo.dao | |
it.eng.spagobi.mapcatalogue.bo.dao.hibernate |
Uses of GeoMapFeature in it.eng.spagobi.mapcatalogue.bo.dao |
---|
Methods in it.eng.spagobi.mapcatalogue.bo.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 . |
Methods in it.eng.spagobi.mapcatalogue.bo.dao with parameters of type GeoMapFeature | |
---|---|
void |
ISbiGeoMapFeaturesDAO.eraseMapFeatures(GeoMapFeature aGeoMapFeature)
Implements the query to erase a SbiGeoMapFeatures. |
void |
ISbiGeoMapFeaturesDAO.insertMapFeatures(GeoMapFeature aGeoMapFeature)
Implements the query to insert a MapFeature. |
void |
ISbiGeoMapFeaturesDAO.modifyMapFeatures(GeoMapFeature aGeoMapFeature)
Implements the query to modify a MapFeature. |
Uses of GeoMapFeature in it.eng.spagobi.mapcatalogue.bo.dao.hibernate |
---|
Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate that return GeoMapFeature | |
---|---|
GeoMapFeature |
SbiGeoMapFeaturesDAOHibImpl.loadMapFeatures(java.lang.Integer mapId,
java.lang.Integer featureId)
|
GeoMapFeature |
SbiGeoMapFeaturesDAOHibImpl.toGeoMapFeature(SbiGeoMapFeatures hibMapFeature)
From the Hibernate MapFeature relation at input, gives the corrispondent GeoMapFeature object. |
Methods in it.eng.spagobi.mapcatalogue.bo.dao.hibernate with parameters of type GeoMapFeature | |
---|---|
void |
SbiGeoMapFeaturesDAOHibImpl.eraseMapFeatures(GeoMapFeature aMapFeature)
|
void |
SbiGeoMapFeaturesDAOHibImpl.insertMapFeatures(GeoMapFeature aMapFeature)
|
void |
SbiGeoMapFeaturesDAOHibImpl.modifyMapFeatures(GeoMapFeature aMapFeature)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |