com.tensegrity.palowebviewer.modules.engine.client
Class EngineServiceAsyncLogger

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.engine.client.EngineServiceAsyncProxy
      extended by com.tensegrity.palowebviewer.modules.engine.client.EngineServiceAsyncLogger
All Implemented Interfaces:
IEngineServiceAsync

public class EngineServiceAsyncLogger
extends EngineServiceAsyncProxy


Nested Class Summary
 
Nested classes/interfaces inherited from class com.tensegrity.palowebviewer.modules.engine.client.EngineServiceAsyncProxy
EngineServiceAsyncProxy.AsyncCallbackProxy
 
Constructor Summary
EngineServiceAsyncLogger(IEngineServiceAsync engineService)
           
 
Method Summary
 void authenticate(java.lang.String login, java.lang.String password, boolean remember, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void checkExistance(XPath contextPath, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void checkExistance(XPath contextPath, java.lang.String elementName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
protected  void debug(java.lang.String message)
           
 void forceReload(com.google.gwt.user.client.rpc.AsyncCallback callback)
           
protected  com.google.gwt.user.client.rpc.AsyncCallback getCallbackProxy(java.lang.String methodName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void getClientProperties(com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void getParentsOf(XPath contextPath, java.lang.String elementId, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void isAuthenticated(com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void loadChildren(XPath path, int type, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void loadDefaultView(XPath path, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void logoff(com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void query(XQueryPath[] query, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void saveView(XViewPath viewPath, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 java.lang.String toString()
           
 void updateData(XPath cubePath, IXPoint point, IResultElement value, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.engine.client.EngineServiceAsyncProxy
getEngineService, loadChild, loadChildByName, loadFavoriteViews
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EngineServiceAsyncLogger

public EngineServiceAsyncLogger(IEngineServiceAsync engineService)
Method Detail

authenticate

public void authenticate(java.lang.String login,
                         java.lang.String password,
                         boolean remember,
                         com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
authenticate in interface IEngineServiceAsync
Overrides:
authenticate in class EngineServiceAsyncProxy

checkExistance

public void checkExistance(XPath contextPath,
                           java.lang.String elementName,
                           com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
checkExistance in interface IEngineServiceAsync
Overrides:
checkExistance in class EngineServiceAsyncProxy

checkExistance

public void checkExistance(XPath contextPath,
                           com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
checkExistance in interface IEngineServiceAsync
Overrides:
checkExistance in class EngineServiceAsyncProxy

forceReload

public void forceReload(com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
forceReload in interface IEngineServiceAsync
Overrides:
forceReload in class EngineServiceAsyncProxy

getClientProperties

public void getClientProperties(com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
getClientProperties in interface IEngineServiceAsync
Overrides:
getClientProperties in class EngineServiceAsyncProxy

getParentsOf

public void getParentsOf(XPath contextPath,
                         java.lang.String elementId,
                         com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
getParentsOf in interface IEngineServiceAsync
Overrides:
getParentsOf in class EngineServiceAsyncProxy

isAuthenticated

public void isAuthenticated(com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
isAuthenticated in interface IEngineServiceAsync
Overrides:
isAuthenticated in class EngineServiceAsyncProxy

loadChildren

public void loadChildren(XPath path,
                         int type,
                         com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
loadChildren in interface IEngineServiceAsync
Overrides:
loadChildren in class EngineServiceAsyncProxy

loadDefaultView

public void loadDefaultView(XPath path,
                            com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
loadDefaultView in interface IEngineServiceAsync
Overrides:
loadDefaultView in class EngineServiceAsyncProxy

logoff

public void logoff(com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
logoff in interface IEngineServiceAsync
Overrides:
logoff in class EngineServiceAsyncProxy

query

public void query(XQueryPath[] query,
                  com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
query in interface IEngineServiceAsync
Overrides:
query in class EngineServiceAsyncProxy

saveView

public void saveView(XViewPath viewPath,
                     com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
saveView in interface IEngineServiceAsync
Overrides:
saveView in class EngineServiceAsyncProxy

updateData

public void updateData(XPath cubePath,
                       IXPoint point,
                       IResultElement value,
                       com.google.gwt.user.client.rpc.AsyncCallback callback)
Specified by:
updateData in interface IEngineServiceAsync
Overrides:
updateData in class EngineServiceAsyncProxy

getCallbackProxy

protected com.google.gwt.user.client.rpc.AsyncCallback getCallbackProxy(java.lang.String methodName,
                                                                        com.google.gwt.user.client.rpc.AsyncCallback callback)
Overrides:
getCallbackProxy in class EngineServiceAsyncProxy

debug

protected void debug(java.lang.String message)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object