Package it.eng.spagobi.sdk.documents.stub

Source Code of it.eng.spagobi.sdk.documents.stub.DocumentsServiceSoapBindingImpl

/**
* DocumentsServiceSoapBindingImpl.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/

package it.eng.spagobi.sdk.documents.stub;

import it.eng.spagobi.sdk.documents.impl.DocumentsServiceImpl;

public class DocumentsServiceSoapBindingImpl implements it.eng.spagobi.sdk.documents.stub.DocumentsService{
  public it.eng.spagobi.sdk.documents.bo.SDKDocument[] getDocumentsAsList(java.lang.String in0, java.lang.String in1, java.lang.String in2) throws java.rmi.RemoteException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.getDocumentsAsList(in0, in1, in2);
    }

    public it.eng.spagobi.sdk.documents.bo.SDKDocument getDocumentById(java.lang.Integer in0) throws java.rmi.RemoteException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.getDocumentById(in0);
    }

    public it.eng.spagobi.sdk.documents.bo.SDKDocument getDocumentByLabel(java.lang.String in0) throws java.rmi.RemoteException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.getDocumentByLabel(in0);
    }

    public it.eng.spagobi.sdk.documents.bo.SDKFunctionality getDocumentsAsTree(java.lang.String in0) throws java.rmi.RemoteException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.getDocumentsAsTree(in0);
    }

    public java.lang.String[] getCorrectRolesForExecution(java.lang.Integer in0) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NonExecutableDocumentException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.getCorrectRolesForExecution(in0);
    }

    public it.eng.spagobi.sdk.documents.bo.SDKDocumentParameter[] getDocumentParameters(java.lang.Integer in0, java.lang.String in1) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NonExecutableDocumentException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.getDocumentParameters(in0, in1);
    }

    public java.util.HashMap getAdmissibleValues(java.lang.Integer in0, java.lang.String in1) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NonExecutableDocumentException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.getAdmissibleValues(in0,in1);
    }

    public it.eng.spagobi.sdk.documents.bo.SDKTemplate downloadTemplate(java.lang.Integer in0) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.downloadTemplate(in0);
    }

    public void uploadTemplate(java.lang.Integer in0, it.eng.spagobi.sdk.documents.bo.SDKTemplate in1) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      impl.uploadTemplate(in0,in1);
    }

    public java.lang.Integer saveNewDocument(it.eng.spagobi.sdk.documents.bo.SDKDocument in0, it.eng.spagobi.sdk.documents.bo.SDKTemplate in1, java.lang.Integer in2) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.saveNewDocument(in0, in1, in2);
    }

    public it.eng.spagobi.sdk.documents.bo.SDKExecutedDocumentContent executeDocument(it.eng.spagobi.sdk.documents.bo.SDKDocument in0, it.eng.spagobi.sdk.documents.bo.SDKDocumentParameter[] in1, java.lang.String in2, java.lang.String in3) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NonExecutableDocumentException, it.eng.spagobi.sdk.exceptions.InvalidParameterValue, it.eng.spagobi.sdk.exceptions.MissingParameterValue, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.executeDocument(in0, in1, in2, in3);
    }

    public void uploadDatamartTemplate(it.eng.spagobi.sdk.documents.bo.SDKTemplate in0) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      impl.uploadDatamartTemplate(in0);
    }

    public void uploadDatamartModel(it.eng.spagobi.sdk.documents.bo.SDKTemplate in0) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      impl.uploadDatamartModel(in0);
    }

    public it.eng.spagobi.sdk.documents.bo.SDKTemplate downloadDatamartFile(java.lang.String in0, java.lang.String in1) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
        return impl.downloadDatamartFile(in0, in1);
    }
   
    public it.eng.spagobi.sdk.documents.bo.SDKTemplate downloadDatamartModelFiles(java.lang.String in0, java.lang.String in1, java.lang.String in2) throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
        return impl.downloadDatamartModelFiles(in0, in1, in2);
    }

    public java.util.HashMap<String, String> getAllDatamartModels() throws java.rmi.RemoteException {
      DocumentsServiceImpl impl = new DocumentsServiceImpl();
      return impl.getAllDatamartModels();
    }

}
TOP

Related Classes of it.eng.spagobi.sdk.documents.stub.DocumentsServiceSoapBindingImpl

TOP
Copyright © 2018 www.massapi.com. 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.