throws SessionExpiredException {
try {
return proceedUpdateViewWithoutTable(sessionId, getLoggedInUser(sessionId), xViewModel);
} catch (PaloGwtCoreException e) {
UserSession userSession = getUserSession(sessionId);
throw new SessionExpiredException(userSession.translate("noAccount"), e);
}
}
public boolean containsElement(String sessionId, String axisHierarchyId, String viewId, String axisId, XElement element, XSubset subset)
throws SessionExpiredException, PaloGwtCoreException {