|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISbiGeoMapFeaturesDAO
Method Summary | |
---|---|
void |
eraseMapFeatures(GeoMapFeature aGeoMapFeature)
Implements the query to erase a SbiGeoMapFeatures. |
void |
insertMapFeatures(GeoMapFeature aGeoMapFeature)
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 aGeoMapFeature)
Implements the query to modify a MapFeature. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
java.util.List loadFeatureNamesByMapId(java.lang.Integer mapId) throws it.eng.spago.error.EMFUserError
String
object.
After that, all names are stored into a List
, which is returned.
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadFeaturesByMapId(java.lang.Integer mapId) throws it.eng.spago.error.EMFUserError
GeoFeature
object.
After that, all features are stored into a List
, which is returned.
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadMapNamesByFeatureId(java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
String
object.
After that, all names are stored into a List
, which is returned.
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadMapsByFeatureId(java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
GeoMap
object.
After that, all maps are stored into a List
, which is returned.
it.eng.spago.error.EMFUserError
- If an Exception occurredGeoMapFeature loadMapFeatures(java.lang.Integer mapId, java.lang.Integer featureId) throws it.eng.spago.error.EMFUserError
mapId
and featureId
. All these information,
achived by a query to the DB, are stored into a List of SbiGeoMapFeatures
object,
which is returned.
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 occurredvoid modifyMapFeatures(GeoMapFeature aGeoMapFeature) throws it.eng.spago.error.EMFUserError
SbiGeoMapFeatures
object.
aSbiGeoMapFeatures
- The SbiGeoMapFeatures containing all modify information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertMapFeatures(GeoMapFeature aGeoMapFeature) throws it.eng.spago.error.EMFUserError
SbiGeoMapFeatures
object.
aSbiGeoMapFeatures
- The SbiGeoMapFeatures containing all insert information
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseMapFeatures(GeoMapFeature aGeoMapFeature) throws it.eng.spago.error.EMFUserError
SbiGeoMapFeatures
object.
aSbiGeoMapFeatures
- The object containing all delete information
it.eng.spago.error.EMFUserError
- If an Exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |