public java.util.HashMap getAllDatamartModels()
     throws java.rmi.RemoteException, it.eng.spagobi.sdk.exceptions.NotAllowedOperationException {
   DocumentsServiceImpl impl = new DocumentsServiceImpl();
   return impl.getAllDatamartModels();
 }