|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.mapcatalogue.bo.dao.hibernate.AbstractHibernateDAO
it.eng.spagobi.mapcatalogue.bo.dao.hibernate.SbiGeoMapFeaturesDAOHibImpl
public class SbiGeoMapFeaturesDAOHibImpl
Constructor Summary | |
---|---|
SbiGeoMapFeaturesDAOHibImpl()
|
Method Summary | |
---|---|
void |
eraseMapFeatures(GeoMapFeature aMapFeature)
Implements the query to erase a SbiGeoMapFeatures. |
void |
insertMapFeatures(GeoMapFeature aMapFeature)
Implements the query to insert a MapFeature. |
java.util.List |
loadFeatureNamesByMapId(java.lang.Integer mapId)
Loads all detail information for all features compatible to the map specified at input. |
java.util.List |
loadFeaturesByMapId(java.lang.Integer mapId)
Loads all detail information for all features compatible to the map specified at input. |
GeoMapFeature |
loadMapFeatures(java.lang.Integer mapId,
java.lang.Integer featureId)
Loads the list of MapFeatures associated to the input mapId and featureId . |
java.util.List |
loadMapNamesByFeatureId(java.lang.Integer featureId)
Loads all detail information for all maps compatible to the feature specified at input. |
java.util.List |
loadMapsByFeatureId(java.lang.Integer featureId)
Loads all detail information for all maps compatible to the feature specified at input. |
void |
modifyMapFeatures(GeoMapFeature aMapFeature)
Implements the query to modify a MapFeature. |
GeoMapFeature |
toGeoMapFeature(SbiGeoMapFeatures hibMapFeature)
From the Hibernate MapFeature relation at input, gives the corrispondent GeoMapFeature object. |
Methods inherited from class it.eng.spagobi.mapcatalogue.bo.dao.hibernate.AbstractHibernateDAO |
---|
getSession, logException |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SbiGeoMapFeaturesDAOHibImpl()
Method Detail |
---|
public java.util.List loadFeatureNamesByMapId(java.lang.Integer mapId) throws it.eng.spago.error.EMFUserError
ISbiGeoMapFeaturesDAO
String
object.
After that, all names are stored into a List
, which is returned.
loadFeatureNamesByMapId
in interface ISbiGeoMapFeaturesDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.bo.dao.ISbiGeoMapFeaturesDAO#loadFeatureNamesByMapId(java.lang.Integer)
public java.util.List loadFeaturesByMapId(java.lang.Integer mapId) throws it.eng.spago.error.EMFUserError
ISbiGeoMapFeaturesDAO
GeoFeature
object.
After that, all features are stored into a List
, which is returned.
loadFeaturesByMapId
in interface ISbiGeoMapFeaturesDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.bo.dao.ISbiGeoMapFeaturesDAO#loadFeaturesByMapId(java.lang.Integer)
public java.util.List loadMapNamesByFeatureId(java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
ISbiGeoMapFeaturesDAO
String
object.
After that, all names are stored into a List
, which is returned.
loadMapNamesByFeatureId
in interface ISbiGeoMapFeaturesDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.bo.dao.ISbiGeoMapFeaturesDAO#loadMapNamesByFeatureId(java.lang.Integer)
public java.util.List loadMapsByFeatureId(java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
ISbiGeoMapFeaturesDAO
GeoMap
object.
After that, all maps are stored into a List
, which is returned.
loadMapsByFeatureId
in interface ISbiGeoMapFeaturesDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.bo.dao.ISbiGeoMapFeaturesDAO#loadMapsByFeatureId(java.lang.Integer)
public GeoMapFeature loadMapFeatures(java.lang.Integer mapId, java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
ISbiGeoMapFeaturesDAO
mapId
and featureId
. All these information,
achived by a query to the DB, are stored into a List of SbiGeoMapFeatures
object,
which is returned.
loadMapFeatures
in interface ISbiGeoMapFeaturesDAO
mapId
- The id for the map to loadfeatureId
- The feature id for the feature to load
SbiGeoMapFeature
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.bo.dao.ISbiGeoMapFeaturesDAO#loadMapFeatures(java.lang.Integer, java.lang.Integer)
public void modifyMapFeatures(GeoMapFeature aMapFeature) throws it.eng.spago.error.EMFUserError
ISbiGeoMapFeaturesDAO
SbiGeoMapFeatures
object.
modifyMapFeatures
in interface ISbiGeoMapFeaturesDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.geo.geo.bo.dao.ISbiGeoMapFeaturesDAO#modifySbiGeoMapFeatures(it.eng.spagobi.geo.bo.SbiGeoMapFeatures)
public void insertMapFeatures(GeoMapFeature aMapFeature) throws it.eng.spago.error.EMFUserError
ISbiGeoMapFeaturesDAO
SbiGeoMapFeatures
object.
insertMapFeatures
in interface ISbiGeoMapFeaturesDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.geo.bo.dao.ISbiGeoMapFeaturesDAO#insertMapFeatures(it.eng.spagobi.geo.bo.SbiGeoMapFeatures)
public void eraseMapFeatures(GeoMapFeature aMapFeature) throws it.eng.spago.error.EMFUserError
ISbiGeoMapFeaturesDAO
SbiGeoMapFeatures
object.
eraseMapFeatures
in interface ISbiGeoMapFeaturesDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredit.eng.spagobi.bo.dao.ISbiGeoMapFeaturesDAO#eraseObjParuse(it.eng.spagobi.geo.bo.SbiGeoMapFeatures)
public GeoMapFeature toGeoMapFeature(SbiGeoMapFeatures hibMapFeature)
GeoMapFeature
object.
hibMapFeature
- The Hibernate Map object
GeoMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |