|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.dao.AbstractHibernateDAO
it.eng.spagobi.mapcatalogue.dao.SbiGeoMapFeaturesDAOHibImpl
public class SbiGeoMapFeaturesDAOHibImpl
Field Summary |
---|
Fields inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO |
---|
TENANT_FILTER_NAME |
Constructor Summary | |
---|---|
SbiGeoMapFeaturesDAOHibImpl()
|
Method Summary | |
---|---|
void |
eraseMapFeatures(GeoMapFeature aMapFeature)
Erase map features. |
void |
insertMapFeatures(GeoMapFeature aMapFeature)
Insert map features. |
java.util.List |
loadFeatureNamesByMapId(java.lang.Integer mapId)
Load feature names by map id. |
java.util.List |
loadFeaturesByMapId(java.lang.Integer mapId)
Load features by map id. |
GeoMapFeature |
loadMapFeatures(java.lang.Integer mapId,
java.lang.Integer featureId)
Load map features. |
java.util.List |
loadMapNamesByFeatureId(java.lang.Integer featureId)
Load map names by feature id. |
java.util.List |
loadMapsByFeatureId(java.lang.Integer featureId)
Load maps by feature id. |
void |
modifyMapFeatures(GeoMapFeature aMapFeature)
Modify map features. |
GeoMapFeature |
toGeoMapFeature(SbiGeoMapFeatures hibMapFeature)
From the Hibernate MapFeature relation at input, gives the corrispondent GeoMapFeature object. |
Methods inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO |
---|
commitIfActiveAndClose, disableTenantFilter, enableTenantFilter, getSession, getTenant, getUserProfile, logException, rollbackIfActiveAndClose, setTenant, setUserID, setUserProfile, updateSbiCommonInfo4Insert, updateSbiCommonInfo4Update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setTenant, setUserID, setUserProfile |
Constructor Detail |
---|
public SbiGeoMapFeaturesDAOHibImpl()
Method Detail |
---|
public java.util.List loadFeatureNamesByMapId(java.lang.Integer mapId) throws it.eng.spago.error.EMFUserError
loadFeatureNamesByMapId
in interface ISbiGeoMapFeaturesDAO
mapId
- the map id
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.mapcatalogue.dao.bo.dao.ISbiGeoMapFeaturesDAO#loadFeatureNamesByMapId(java.lang.Integer)
public java.util.List loadFeaturesByMapId(java.lang.Integer mapId) throws it.eng.spago.error.EMFUserError
loadFeaturesByMapId
in interface ISbiGeoMapFeaturesDAO
mapId
- the map id
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.mapcatalogue.dao.bo.dao.ISbiGeoMapFeaturesDAO#loadFeaturesByMapId(java.lang.Integer)
public java.util.List loadMapNamesByFeatureId(java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
loadMapNamesByFeatureId
in interface ISbiGeoMapFeaturesDAO
featureId
- the feature id
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.mapcatalogue.dao.bo.dao.ISbiGeoMapFeaturesDAO#loadMapNamesByFeatureId(java.lang.Integer)
public java.util.List loadMapsByFeatureId(java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
loadMapsByFeatureId
in interface ISbiGeoMapFeaturesDAO
featureId
- the feature id
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.mapcatalogue.dao.bo.dao.ISbiGeoMapFeaturesDAO#loadMapsByFeatureId(java.lang.Integer)
public GeoMapFeature loadMapFeatures(java.lang.Integer mapId, java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
loadMapFeatures
in interface ISbiGeoMapFeaturesDAO
mapId
- the map idfeatureId
- the feature id
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.mapcatalogue.dao.bo.dao.ISbiGeoMapFeaturesDAO#loadMapFeatures(java.lang.Integer, java.lang.Integer)
public void modifyMapFeatures(GeoMapFeature aMapFeature) throws it.eng.spago.error.EMFUserError
modifyMapFeatures
in interface ISbiGeoMapFeaturesDAO
aMapFeature
- the a map feature
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.mapcatalogue.dao.geo.geo.bo.dao.ISbiGeoMapFeaturesDAO#modifySbiGeoMapFeatures(it.eng.spagobi.geo.bo.SbiGeoMapFeatures)
public void insertMapFeatures(GeoMapFeature aMapFeature) throws it.eng.spago.error.EMFUserError
insertMapFeatures
in interface ISbiGeoMapFeaturesDAO
aMapFeature
- the a map feature
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.mapcatalogue.dao.geo.bo.dao.ISbiGeoMapFeaturesDAO#insertMapFeatures(it.eng.spagobi.geo.bo.SbiGeoMapFeatures)
public void eraseMapFeatures(GeoMapFeature aMapFeature) throws it.eng.spago.error.EMFUserError
eraseMapFeatures
in interface ISbiGeoMapFeaturesDAO
aMapFeature
- the a map feature
it.eng.spago.error.EMFUserError
- the EMF user errorit.eng.spagobi.mapcatalogue.dao.bo.dao.ISbiGeoMapFeaturesDAO#eraseMapFeatures(it.eng.spagobi.mapcatalogue.bo.GeoMapFeature)
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 |