it.eng.spagobi.sdk.maps.stub
Class MapsSDKServiceSoapBindingImpl
java.lang.Object
it.eng.spagobi.sdk.maps.stub.MapsSDKServiceSoapBindingImpl
- All Implemented Interfaces:
- it.eng.spagobi.sdk.maps.stub.MapsSDKService, java.rmi.Remote
public class MapsSDKServiceSoapBindingImpl
- extends java.lang.Object
- implements it.eng.spagobi.sdk.maps.stub.MapsSDKService
Method Summary |
it.eng.spagobi.sdk.maps.bo.SDKFeature |
getFeatureById(java.lang.Integer in0)
|
it.eng.spagobi.sdk.maps.bo.SDKFeature[] |
getFeatures()
|
it.eng.spagobi.sdk.maps.bo.SDKMap |
getMapById(java.lang.Integer in0)
|
it.eng.spagobi.sdk.maps.bo.SDKFeature[] |
getMapFeatures(java.lang.Integer in0)
|
it.eng.spagobi.sdk.maps.bo.SDKMap[] |
getMaps()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapsSDKServiceSoapBindingImpl
public MapsSDKServiceSoapBindingImpl()
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
getMapById
public it.eng.spagobi.sdk.maps.bo.SDKMap getMapById(java.lang.Integer in0)
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
getMapFeatures
public it.eng.spagobi.sdk.maps.bo.SDKFeature[] getMapFeatures(java.lang.Integer in0)
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
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 in0)
throws java.rmi.RemoteException,
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException
- Specified by:
getFeatureById
in interface it.eng.spagobi.sdk.maps.stub.MapsSDKService
- Throws:
java.rmi.RemoteException
it.eng.spagobi.sdk.exceptions.NotAllowedOperationException