Uses of Class
com.tensegrity.palowebviewer.modules.paloclient.client.misc.XViewPath

Packages that use XViewPath
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.engine.server   
com.tensegrity.palowebviewer.server   
com.tensegrity.palowebviewer.server.paloaccessor   
 

Uses of XViewPath in com.tensegrity.palowebviewer.modules.engine.client
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XViewPath
 java.lang.String IEngineService.saveView(XViewPath viewPath)
          This method updates view if the one already exists and adds view otherwise.
 void EngineServiceAsyncLogger.saveView(XViewPath viewPath, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void EngineServiceAsyncDelegator.saveView(XViewPath viewPath, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void IEngineServiceAsync.saveView(XViewPath viewPath, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void EngineServiceAsyncProxy.saveView(XViewPath viewPath, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 

Uses of XViewPath in com.tensegrity.palowebviewer.modules.engine.server
 

Methods in com.tensegrity.palowebviewer.modules.engine.server with parameters of type XViewPath
 java.lang.String EngineService.saveView(XViewPath viewPath)
           
 java.lang.String EngineLogic.saveView(XViewPath viewPath, IConnectionPool pool)
           
 

Uses of XViewPath in com.tensegrity.palowebviewer.server
 

Methods in com.tensegrity.palowebviewer.server with parameters of type XViewPath
 void ViewSaver.setViewPath(XViewPath viewPath)
           
 

Uses of XViewPath in com.tensegrity.palowebviewer.server.paloaccessor
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type XViewPath
 java.lang.String PaloAccessor.save(XViewPath viewPath, org.palo.api.Connection connection)