it.eng.spagobi.sdk.maps.impl
Class MapsSDKServiceImpl

java.lang.Object
  extended by it.eng.spagobi.sdk.AbstractSDKService
      extended by it.eng.spagobi.sdk.maps.impl.MapsSDKServiceImpl
All Implemented Interfaces:
it.eng.spagobi.sdk.maps.stub.MapsSDKService, java.rmi.Remote

public class MapsSDKServiceImpl
extends AbstractSDKService
implements it.eng.spagobi.sdk.maps.stub.MapsSDKService


Constructor Summary
MapsSDKServiceImpl()
           
 
Method Summary
 it.eng.spagobi.sdk.datasets.bo.SDKDataSet getDataSet(java.lang.Integer dataSetId)
           
 it.eng.spagobi.sdk.datasets.bo.SDKDataSet[] getDataSets()
           
 it.eng.spagobi.sdk.datasets.bo.SDKDataStoreMetadata getDataStoreMetadata(it.eng.spagobi.sdk.datasets.bo.SDKDataSet sdkDataSet)
           
 it.eng.spagobi.sdk.maps.bo.SDKFeature getFeatureById(java.lang.Integer featureId)
           
 it.eng.spagobi.sdk.maps.bo.SDKFeature[] getFeatures()
           
 it.eng.spagobi.sdk.maps.bo.SDKMap getMapById(java.lang.Integer mapId)
           
 it.eng.spagobi.sdk.maps.bo.SDKFeature[] getMapFeatures(java.lang.Integer mapId)
           
 it.eng.spagobi.sdk.maps.bo.SDKMap[] getMaps()
           
 
Methods inherited from class it.eng.spagobi.sdk.AbstractSDKService
checkUserPermissionForFunctionality, getUserProfile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapsSDKServiceImpl

public MapsSDKServiceImpl()
Method Detail

getMapById

public it.eng.spagobi.sdk.maps.bo.SDKMap getMapById(java.lang.Integer mapId)
                                             throws java.rmi.RemoteException,
                                                    it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getMapById in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getMaps

public it.eng.spagobi.sdk.maps.bo.SDKMap[] getMaps()
                                            throws java.rmi.RemoteException,
                                                   it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getMaps in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getFeatures

public it.eng.spagobi.sdk.maps.bo.SDKFeature[] getFeatures()
                                                    throws java.rmi.RemoteException,
                                                           it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getFeatures in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getFeatureById

public it.eng.spagobi.sdk.maps.bo.SDKFeature getFeatureById(java.lang.Integer featureId)
                                                     throws it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getFeatureById in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getMapFeatures

public it.eng.spagobi.sdk.maps.bo.SDKFeature[] getMapFeatures(java.lang.Integer mapId)
                                                       throws java.rmi.RemoteException,
                                                              it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Specified by:
getMapFeatures in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getDataSet

public it.eng.spagobi.sdk.datasets.bo.SDKDataSet getDataSet(java.lang.Integer dataSetId)
                                                     throws it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Throws:
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getDataSets

public it.eng.spagobi.sdk.datasets.bo.SDKDataSet[] getDataSets()
                                                        throws it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
Throws:
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException

getDataStoreMetadata

public it.eng.spagobi.sdk.datasets.bo.SDKDataStoreMetadata getDataStoreMetadata(it.eng.spagobi.sdk.datasets.bo.SDKDataSet sdkDataSet)
                                                                         throws it.eng.spagobi.sdk.exceptions.NotAllowedOperationException,
                                                                                it.eng.spagobi.sdk.exceptions.MissingParameterValue,
                                                                                it.eng.spagobi.sdk.exceptions.InvalidParameterValue
Throws:
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
it.eng.spagobi.sdk.exceptions.MissingParameterValue
it.eng.spagobi.sdk.exceptions.InvalidParameterValue