Package it.eng.spagobi.sdk.maps.impl

Examples of it.eng.spagobi.sdk.maps.impl.MapsSDKServiceImpl


import it.eng.spagobi.sdk.maps.impl.MapsSDKServiceImpl;

public class MapsSDKServiceSoapBindingImpl implements it.eng.spagobi.sdk.maps.stub.MapsSDKService{
    public it.eng.spagobi.sdk.maps.bo.SDKMap[] getMaps() throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getMaps();
    }
View Full Code Here


      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getMaps();
    }

    public it.eng.spagobi.sdk.maps.bo.SDKMap getMapById(java.lang.Integer in0) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getMapById(in0);
    }
View Full Code Here

      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getMapById(in0);
    }

    public it.eng.spagobi.sdk.maps.bo.SDKFeature[] getMapFeatures(java.lang.Integer in0) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getMapFeatures(in0);
    }
View Full Code Here

      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getMapFeatures(in0);
    }

    public it.eng.spagobi.sdk.maps.bo.SDKFeature[] getFeatures() throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getFeatures();
    }
View Full Code Here

      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getFeatures();
    }

    public it.eng.spagobi.sdk.maps.bo.SDKFeature getFeatureById(java.lang.Integer in0) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      MapsSDKServiceImpl impl = new MapsSDKServiceImpl();
      return impl.getFeatureById(in0);
    }
View Full Code Here

TOP

Related Classes of it.eng.spagobi.sdk.maps.impl.MapsSDKServiceImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.