|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.action.AbstractAction
org.springframework.webflow.action.MultiAction
org.springframework.webflow.action.FormAction
com.jaspersoft.jasperserver.war.action.DisplayOlapModelAction
public class DisplayOlapModelAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.springframework.webflow.action.MultiAction |
---|
org.springframework.webflow.action.MultiAction.MethodResolver |
Field Summary | |
---|---|
static java.lang.String |
OLAPUNIT_ATTR
|
Fields inherited from class org.springframework.webflow.action.FormAction |
---|
DEFAULT_FORM_OBJECT_NAME, VALIDATOR_METHOD_ATTRIBUTE |
Fields inherited from class org.springframework.webflow.action.AbstractAction |
---|
logger |
Constructor Summary | |
---|---|
DisplayOlapModelAction()
|
Method Summary | |
---|---|
org.springframework.webflow.execution.Event |
createOlapModel(org.springframework.webflow.execution.RequestContext requestContext)
createOlapModel() |
org.springframework.webflow.execution.Event |
displayOlapModel(org.springframework.webflow.execution.RequestContext requestContext)
|
OlapConnectionService |
getOlapConnection()
|
com.tonbeller.jpivot.olap.model.OlapModel |
getOlapModel()
|
org.springframework.webflow.execution.Event |
getOlapUnit(org.springframework.webflow.execution.RequestContext requestContext)
getOlapUnit() retrieves the uri of specified olap unit |
RepositoryService |
getRepository()
|
void |
setOlapConnection(OlapConnectionService olapConnection)
|
void |
setOlapModel(com.tonbeller.jpivot.olap.model.OlapModel olapModel)
|
void |
setRepository(RepositoryService repository)
|
Methods inherited from class org.springframework.webflow.action.FormAction |
---|
bind, bindAndValidate, createBinder, createFormObject, doBind, doValidate, getFormErrors, getFormErrorsScope, getFormObject, getFormObjectAccessor, getFormObjectClass, getFormObjectName, getFormObjectScope, getMessageCodesResolver, getPropertyEditorRegistrar, getValidateMethodInvoker, getValidator, initAction, initBinder, registerPropertyEditors, registerPropertyEditors, resetForm, setFormErrorsScope, setFormObjectClass, setFormObjectName, setFormObjectScope, setMessageCodesResolver, setPropertyEditorRegistrar, setupForm, setValidator, validate, validationEnabled |
Methods inherited from class org.springframework.webflow.action.MultiAction |
---|
doExecute, getMethodResolver, setMethodResolver, setTarget |
Methods inherited from class org.springframework.webflow.action.AbstractAction |
---|
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, no, result, result, result, result, success, success, yes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.springframework.beans.factory.InitializingBean |
---|
afterPropertiesSet |
Field Detail |
---|
public static final java.lang.String OLAPUNIT_ATTR
Constructor Detail |
---|
public DisplayOlapModelAction()
Method Detail |
---|
public RepositoryService getRepository()
public void setRepository(RepositoryService repository)
public OlapConnectionService getOlapConnection()
public void setOlapConnection(OlapConnectionService olapConnection)
public com.tonbeller.jpivot.olap.model.OlapModel getOlapModel()
public void setOlapModel(com.tonbeller.jpivot.olap.model.OlapModel olapModel)
public org.springframework.webflow.execution.Event getOlapUnit(org.springframework.webflow.execution.RequestContext requestContext)
requestContext
-
public org.springframework.webflow.execution.Event createOlapModel(org.springframework.webflow.execution.RequestContext requestContext)
requestContext
-
public org.springframework.webflow.execution.Event displayOlapModel(org.springframework.webflow.execution.RequestContext requestContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |