com.tensegrity.wpalo.client.services.cubeview
Interface WPaloCubeViewService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
WPaloCubeViewServiceImpl

public interface WPaloCubeViewService
extends com.google.gwt.user.client.rpc.RemoteService

WPaloCubeViewService TODO DOCUMENT ME

Version:
$Id: WPaloCubeViewService.java,v 1.19 2009/06/18 12:43:22 ArndHouben Exp $

Method Summary
 com.tensegrity.palo.gwt.core.client.models.palo.XElementNode[] applyAlias(java.lang.String sessionId, java.lang.String axisHierarchyId, java.lang.String viewId, java.lang.String axisId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAlias alias, com.tensegrity.palo.gwt.core.client.models.palo.XElementNode[] allNodes)
           
 void cancelCollapse(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item, java.lang.String viewId, java.lang.String axisId)
           
 void cancelExpand(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item, java.lang.String viewId, java.lang.String axisId)
           
 void cancelSetExpandState(java.lang.String sessionId, java.lang.String viewId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel cancelUpdateView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
           
 boolean checkLocalFilter(java.lang.String sessionId, java.lang.String axisHierarchyId, java.lang.String viewId, java.lang.String axisId, java.lang.String filterPaths, com.tensegrity.palo.gwt.core.client.models.palo.XElementNode[] visibleElements, boolean displayLeft)
           
 boolean checkPermission(java.lang.String sessionId, int right)
           
 boolean checkPermission(java.lang.String sessionId, java.lang.String viewId, int right)
           
 void closeView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
           
 void collapse(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item, java.lang.String viewId, java.lang.String axisId)
           
 boolean containsElement(java.lang.String sessionId, java.lang.String axisHierarchyId, java.lang.String viewId, java.lang.String axisId, com.tensegrity.palo.gwt.core.client.models.palo.XElement element, com.tensegrity.palo.gwt.core.client.models.subsets.XSubset subset)
           
 void deleteFile(java.lang.String fileName)
           
 void deleteView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XView xView)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XPrintResult generatePDF(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel, com.tensegrity.palo.gwt.core.client.models.cubeviews.XPrintConfiguration config)
           
 java.lang.String getElementPath(java.lang.String sessionId, java.lang.String axisHierarchyId, java.lang.String viewId, java.lang.String axisId, java.lang.String selectedElementId)
           
 int getNumberOfChildren(java.lang.String sessionId, java.lang.String axisHierarchyId, java.lang.String viewId, java.lang.String axisId, java.lang.String selectedElementId)
           
 java.lang.Boolean[] getRoles(java.lang.String sessionId, java.lang.String viewId)
           
 java.lang.String getSpagoBIUserMode()
           
 java.lang.String getSubobjectId()
           
 java.lang.String[] getWarningThresholds(java.lang.String sessionId, java.lang.String[] browserPrefixes)
           
 java.lang.String[] hideItem(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item, java.util.List<com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem> roots, java.lang.String viewId, java.lang.String axisId, boolean column, boolean hideLevel)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XView[] importViews(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XView[] views)
           
 java.util.HashMap<java.lang.String,java.lang.String> initializeRoles(java.lang.String sessionId)
           
 java.lang.Boolean isOwner(java.lang.String sessionId, java.lang.String viewId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedChangeSelectedElement(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy xAxisHierarchy, com.tensegrity.palo.gwt.core.client.models.palo.XElement selectedElement)
           
 void proceedCollapse(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item, java.lang.String viewId, java.lang.String axisId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XDelta proceedExpand(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item, java.lang.String viewId, java.lang.String axisId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedOpen(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XView xView)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedReload(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XDelta[] proceedSetExpandState(java.lang.String sessionId, java.lang.String viewId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedSwapAxes(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel view)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedUpdateView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedUpdateViewWithoutTable(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
           
 void renameView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XView xView, java.lang.String newName)
           
 void runAsync(java.lang.String sessionId, int wait)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel saveView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel view)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XView saveViewAs(java.lang.String sessionId, java.lang.String name, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel view)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XView setVisibility(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.folders.XFolderElement element, boolean visible, boolean editable, java.lang.String ownerId, java.lang.String accountId, java.lang.String dbId, java.lang.String cubeId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel updateAndReloadView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
           
 com.tensegrity.palo.gwt.core.client.models.palo.XElement updateAxisHierarchy(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy hierarchy)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo updateLoadInfo(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel, int cellsToDisplay)
           
 void updateView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
          for a simple view update without any interaction, e.g.
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willChangeSelectedElement(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy xAxishHierarchy)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willCollapse(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item, java.lang.String viewId, java.lang.String axisId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willExpand(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item, java.lang.String viewId, java.lang.String axisId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willOpen(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XView xView)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willReload(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willSetExpandState(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem[] expanded, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem[] collapsed, int expandDepth, java.lang.String viewId, java.lang.String axisId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willSwapAxes(java.lang.String sessionId, java.lang.String viewId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willUpdateAxisHierarchy(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy hierarchy)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willUpdateView(java.lang.String sessionId, java.lang.String viewId, java.lang.String axisHierarchyId, java.lang.String axisId)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willUpdateView(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
           
 com.tensegrity.palo.gwt.core.client.models.cubeviews.XCellCollection writeCell(java.lang.String sessionId, com.tensegrity.palo.gwt.core.client.models.palo.XCell cell, com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel view)
           
 

Method Detail

willOpen

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willOpen(java.lang.String sessionId,
                                                                        com.tensegrity.palo.gwt.core.client.models.cubeviews.XView xView)
                                                                        throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException,
                                                                               com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException

proceedOpen

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedOpen(java.lang.String sessionId,
                                                                            com.tensegrity.palo.gwt.core.client.models.cubeviews.XView xView)
                                                                            throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException,
                                                                                   com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException

updateView

void updateView(java.lang.String sessionId,
                com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
                throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
for a simple view update without any interaction, e.g. before save

Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

updateAndReloadView

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel updateAndReloadView(java.lang.String sessionId,
                                                                                    com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
                                                                                    throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willUpdateView

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willUpdateView(java.lang.String sessionId,
                                                                              com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
                                                                              throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

proceedUpdateView

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedUpdateView(java.lang.String sessionId,
                                                                                  com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
                                                                                  throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

proceedUpdateViewWithoutTable

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedUpdateViewWithoutTable(java.lang.String sessionId,
                                                                                              com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
                                                                                              throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

cancelUpdateView

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel cancelUpdateView(java.lang.String sessionId,
                                                                                 com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
                                                                                 throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willUpdateView

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willUpdateView(java.lang.String sessionId,
                                                                              java.lang.String viewId,
                                                                              java.lang.String axisHierarchyId,
                                                                              java.lang.String axisId)
                                                                              throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

updateAxisHierarchy

com.tensegrity.palo.gwt.core.client.models.palo.XElement updateAxisHierarchy(java.lang.String sessionId,
                                                                             com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy hierarchy)
                                                                             throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willUpdateAxisHierarchy

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willUpdateAxisHierarchy(java.lang.String sessionId,
                                                                                       com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy hierarchy)
                                                                                       throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willExpand

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willExpand(java.lang.String sessionId,
                                                                          com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item,
                                                                          java.lang.String viewId,
                                                                          java.lang.String axisId)
                                                                          throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

proceedExpand

com.tensegrity.palo.gwt.core.client.models.cubeviews.XDelta proceedExpand(java.lang.String sessionId,
                                                                          com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item,
                                                                          java.lang.String viewId,
                                                                          java.lang.String axisId)
                                                                          throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

cancelExpand

void cancelExpand(java.lang.String sessionId,
                  com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item,
                  java.lang.String viewId,
                  java.lang.String axisId)
                  throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willCollapse

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willCollapse(java.lang.String sessionId,
                                                                            com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item,
                                                                            java.lang.String viewId,
                                                                            java.lang.String axisId)
                                                                            throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

proceedCollapse

void proceedCollapse(java.lang.String sessionId,
                     com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item,
                     java.lang.String viewId,
                     java.lang.String axisId)
                     throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

cancelCollapse

void cancelCollapse(java.lang.String sessionId,
                    com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item,
                    java.lang.String viewId,
                    java.lang.String axisId)
                    throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willSetExpandState

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willSetExpandState(java.lang.String sessionId,
                                                                                  com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem[] expanded,
                                                                                  com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem[] collapsed,
                                                                                  int expandDepth,
                                                                                  java.lang.String viewId,
                                                                                  java.lang.String axisId)
                                                                                  throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

proceedSetExpandState

com.tensegrity.palo.gwt.core.client.models.cubeviews.XDelta[] proceedSetExpandState(java.lang.String sessionId,
                                                                                    java.lang.String viewId)
                                                                                    throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

cancelSetExpandState

void cancelSetExpandState(java.lang.String sessionId,
                          java.lang.String viewId)
                          throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willSwapAxes

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willSwapAxes(java.lang.String sessionId,
                                                                            java.lang.String viewId)
                                                                            throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

proceedSwapAxes

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedSwapAxes(java.lang.String sessionId,
                                                                                com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel view)
                                                                                throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willReload

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willReload(java.lang.String sessionId,
                                                                          com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
                                                                          throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

proceedReload

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedReload(java.lang.String sessionId,
                                                                              com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
                                                                              throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

collapse

void collapse(java.lang.String sessionId,
              com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item,
              java.lang.String viewId,
              java.lang.String axisId)
              throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

willChangeSelectedElement

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo willChangeSelectedElement(java.lang.String sessionId,
                                                                                         com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel,
                                                                                         com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy xAxishHierarchy)
                                                                                         throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

proceedChangeSelectedElement

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel proceedChangeSelectedElement(java.lang.String sessionId,
                                                                                             com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel,
                                                                                             com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisHierarchy xAxisHierarchy,
                                                                                             com.tensegrity.palo.gwt.core.client.models.palo.XElement selectedElement)
                                                                                             throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

saveView

com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel saveView(java.lang.String sessionId,
                                                                         com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel view)
                                                                         throws DbOperationFailedException,
                                                                                com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
DbOperationFailedException
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

saveViewAs

com.tensegrity.palo.gwt.core.client.models.cubeviews.XView saveViewAs(java.lang.String sessionId,
                                                                      java.lang.String name,
                                                                      com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel view)
                                                                      throws DbOperationFailedException,
                                                                             com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
DbOperationFailedException
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

renameView

void renameView(java.lang.String sessionId,
                com.tensegrity.palo.gwt.core.client.models.cubeviews.XView xView,
                java.lang.String newName)
                throws DbOperationFailedException,
                       com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
DbOperationFailedException
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

writeCell

com.tensegrity.palo.gwt.core.client.models.cubeviews.XCellCollection writeCell(java.lang.String sessionId,
                                                                               com.tensegrity.palo.gwt.core.client.models.palo.XCell cell,
                                                                               com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel view)
                                                                               throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

deleteView

void deleteView(java.lang.String sessionId,
                com.tensegrity.palo.gwt.core.client.models.cubeviews.XView xView)
                throws DbOperationFailedException,
                       com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
DbOperationFailedException
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

closeView

void closeView(java.lang.String sessionId,
               com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel)
               throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

importViews

com.tensegrity.palo.gwt.core.client.models.cubeviews.XView[] importViews(java.lang.String sessionId,
                                                                         com.tensegrity.palo.gwt.core.client.models.cubeviews.XView[] views)
                                                                         throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

runAsync

void runAsync(java.lang.String sessionId,
              int wait)
              throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

checkPermission

boolean checkPermission(java.lang.String sessionId,
                        java.lang.String viewId,
                        int right)
                        throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

checkPermission

boolean checkPermission(java.lang.String sessionId,
                        int right)
                        throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

getRoles

java.lang.Boolean[] getRoles(java.lang.String sessionId,
                             java.lang.String viewId)
                             throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

setVisibility

com.tensegrity.palo.gwt.core.client.models.cubeviews.XView setVisibility(java.lang.String sessionId,
                                                                         com.tensegrity.palo.gwt.core.client.models.folders.XFolderElement element,
                                                                         boolean visible,
                                                                         boolean editable,
                                                                         java.lang.String ownerId,
                                                                         java.lang.String accountId,
                                                                         java.lang.String dbId,
                                                                         java.lang.String cubeId)
                                                                         throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

isOwner

java.lang.Boolean isOwner(java.lang.String sessionId,
                          java.lang.String viewId)
                          throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

checkLocalFilter

boolean checkLocalFilter(java.lang.String sessionId,
                         java.lang.String axisHierarchyId,
                         java.lang.String viewId,
                         java.lang.String axisId,
                         java.lang.String filterPaths,
                         com.tensegrity.palo.gwt.core.client.models.palo.XElementNode[] visibleElements,
                         boolean displayLeft)
                         throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException,
                                com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException

applyAlias

com.tensegrity.palo.gwt.core.client.models.palo.XElementNode[] applyAlias(java.lang.String sessionId,
                                                                          java.lang.String axisHierarchyId,
                                                                          java.lang.String viewId,
                                                                          java.lang.String axisId,
                                                                          com.tensegrity.palo.gwt.core.client.models.cubeviews.XAlias alias,
                                                                          com.tensegrity.palo.gwt.core.client.models.palo.XElementNode[] allNodes)
                                                                          throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException,
                                                                                 com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException

getWarningThresholds

java.lang.String[] getWarningThresholds(java.lang.String sessionId,
                                        java.lang.String[] browserPrefixes)
                                        throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

containsElement

boolean containsElement(java.lang.String sessionId,
                        java.lang.String axisHierarchyId,
                        java.lang.String viewId,
                        java.lang.String axisId,
                        com.tensegrity.palo.gwt.core.client.models.palo.XElement element,
                        com.tensegrity.palo.gwt.core.client.models.subsets.XSubset subset)
                        throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException,
                               com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException

updateLoadInfo

com.tensegrity.palo.gwt.core.client.models.cubeviews.XLoadInfo updateLoadInfo(java.lang.String sessionId,
                                                                              com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel,
                                                                              int cellsToDisplay)
                                                                              throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

generatePDF

com.tensegrity.palo.gwt.core.client.models.cubeviews.XPrintResult generatePDF(java.lang.String sessionId,
                                                                              com.tensegrity.palo.gwt.core.client.models.cubeviews.XViewModel xViewModel,
                                                                              com.tensegrity.palo.gwt.core.client.models.cubeviews.XPrintConfiguration config)
                                                                              throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

initializeRoles

java.util.HashMap<java.lang.String,java.lang.String> initializeRoles(java.lang.String sessionId)
                                                                     throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

getElementPath

java.lang.String getElementPath(java.lang.String sessionId,
                                java.lang.String axisHierarchyId,
                                java.lang.String viewId,
                                java.lang.String axisId,
                                java.lang.String selectedElementId)
                                throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException,
                                       com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException

getNumberOfChildren

int getNumberOfChildren(java.lang.String sessionId,
                        java.lang.String axisHierarchyId,
                        java.lang.String viewId,
                        java.lang.String axisId,
                        java.lang.String selectedElementId)
                        throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException,
                               com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
com.tensegrity.palo.gwt.core.client.exceptions.PaloGwtCoreException

hideItem

java.lang.String[] hideItem(java.lang.String sessionId,
                            com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem item,
                            java.util.List<com.tensegrity.palo.gwt.core.client.models.cubeviews.XAxisItem> roots,
                            java.lang.String viewId,
                            java.lang.String axisId,
                            boolean column,
                            boolean hideLevel)
                            throws com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException
Throws:
com.tensegrity.palo.gwt.core.client.exceptions.SessionExpiredException

deleteFile

void deleteFile(java.lang.String fileName)

getSubobjectId

java.lang.String getSubobjectId()

getSpagoBIUserMode

java.lang.String getSpagoBIUserMode()