|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISbiGeoMapsDAO
Method Summary | |
---|---|
void |
eraseMap(GeoMap aMap)
Implements the query to erase a map. |
java.util.List |
getFeaturesFromSVG(byte[] content)
Gets the features (tag |
boolean |
hasFeaturesAssociated(java.lang.String mapId)
Tells if a map is associated to any Features. |
void |
insertMap(GeoMap aMap,
byte[] content)
Implements the query to insert a map. |
java.util.List |
loadAllMaps()
Loads all detail information for all maps. |
GeoMap |
loadMapByID(java.lang.Integer mapID)
Loads all detail information for a map identified by its mapID . |
GeoMap |
loadMapByName(java.lang.String name)
Loads all detail information for maps whose name is equal to name . |
void |
modifyMap(GeoMap aMap,
byte[] content)
Implements the query to modify a map. |
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao |
---|
getUserProfile, setUserID, setUserProfile |
Method Detail |
---|
GeoMap loadMapByID(java.lang.Integer mapID) throws it.eng.spago.error.EMFUserError
mapID
. All these information,
achived by a query to the DB, are stored into an map
object, which is
returned.
mapID
- The id for the map to load
map
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredGeoMap loadMapByName(java.lang.String name) throws it.eng.spago.error.EMFUserError
name
.
name
- The name for the map to load
map
object containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredjava.util.List loadAllMaps() throws it.eng.spago.error.EMFUserError
map
object. After that, all maps
are stored into a List
, which is returned.
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid modifyMap(GeoMap aMap, byte[] content) throws it.eng.spago.error.EMFUserError
map
object.
aMap
- The object containing all modify informationcontent
- the content of svg file
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid insertMap(GeoMap aMap, byte[] content) throws it.eng.spago.error.EMFUserError
map
object.
aMap
- The object containing all insert informationcontent
- the content of svg file
it.eng.spago.error.EMFUserError
- If an Exception occurredvoid eraseMap(GeoMap aMap) throws it.eng.spago.error.EMFUserError
map
object.
aMap
- The object containing all delete information
it.eng.spago.error.EMFUserError
- If an Exception occurredboolean hasFeaturesAssociated(java.lang.String mapId) throws it.eng.spago.error.EMFUserError
mapId
- The map identifier
it.eng.spago.error.EMFUserError
- If any exception occurredjava.util.List getFeaturesFromSVG(byte[] content) throws java.lang.Exception
content
- The content file
java.lang.Exception
- raised If there are some problems
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |