public class ExpressionSession extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COLUMN_FILTER_SESSION |
protected static String |
COLUMN_FILTER_SESSION_TASK |
protected static org.slf4j.Logger |
logger |
protected static String |
REPLACE_COLUMN_BY_EXPRESSION_SESSION |
| Constructor and Description |
|---|
ExpressionSession() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession |
getColumnFilterSession(javax.servlet.http.HttpSession httpSession) |
static org.gcube.data.analysis.tabulardata.service.operation.Task |
getColumnFilterTask(javax.servlet.http.HttpSession httpSession) |
static org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession |
getReplaceColumnByExpressionSession(javax.servlet.http.HttpSession httpSession) |
static void |
setColumnFilterSession(javax.servlet.http.HttpSession httpSession,
org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession columnFilterSession) |
static void |
setColumnFilterTask(javax.servlet.http.HttpSession httpSession,
org.gcube.data.analysis.tabulardata.service.operation.Task task) |
static void |
setReplaceColumnByExpressionSession(javax.servlet.http.HttpSession httpSession,
org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionSession) |
protected static final String COLUMN_FILTER_SESSION
protected static final String COLUMN_FILTER_SESSION_TASK
protected static final String REPLACE_COLUMN_BY_EXPRESSION_SESSION
protected static org.slf4j.Logger logger
public static org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession getColumnFilterSession(javax.servlet.http.HttpSession httpSession)
public static void setColumnFilterSession(javax.servlet.http.HttpSession httpSession,
org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession columnFilterSession)
public static org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession getReplaceColumnByExpressionSession(javax.servlet.http.HttpSession httpSession)
public static void setReplaceColumnByExpressionSession(javax.servlet.http.HttpSession httpSession,
org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionSession)
public static org.gcube.data.analysis.tabulardata.service.operation.Task getColumnFilterTask(javax.servlet.http.HttpSession httpSession)
public static void setColumnFilterTask(javax.servlet.http.HttpSession httpSession,
org.gcube.data.analysis.tabulardata.service.operation.Task task)
Copyright © 2014. All Rights Reserved.