|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.jsf.BTTJSFBaseBean
public abstract class BTTJSFBaseBean
The superclass for JSF managed beans. It provides the utility method to invoke the server side business logic by BTT invoker framework.
Constructor Summary | |
---|---|
BTTJSFBaseBean()
|
Method Summary | |
---|---|
Context |
createSessionContext(java.lang.String sessionContextName)
Cteate the sesssion context which is a remote context and chain it to the BTT context tree. |
Context |
createSessionContext(java.lang.String sessionContextName,
boolean isDistributed)
Cteate the sesssion context with the specified context type and chain it to the BTT context tree. |
void |
execute(javax.faces.event.ActionEvent actionEvent)
execute the request according to the actionEvent |
void |
execute(java.lang.String actionName,
java.lang.String invokerId)
execute the request according to the actionName and the invokerId |
java.lang.String |
getActionName()
get the actionName |
Context |
getBeanContext()
get the beanContext |
java.lang.String |
getBeanContextName()
get the beanContextName |
java.lang.String |
getInvokerId()
get the invokerId |
java.lang.String |
getOutcome()
get the outcome |
java.lang.String |
outcome()
get the outcome |
abstract void |
parseInvokerResult(java.lang.Object invokerResult)
Parse the invoke result returned from the BTT invoker. |
void |
removeSessionContext()
Unchain the session Context from the BTT context tree and destroy it. |
void |
setActionName(java.lang.String actionName)
set the actionName |
void |
setBeanContext(Context beanContext)
set the beanContext |
void |
setBeanContextName(java.lang.String beanContextName)
set the beanContextName |
void |
setInvokerId(java.lang.String invokerId)
set the invokerId |
abstract java.lang.Object[] |
setInvokerParameters()
Set the parameters requested by the BTT invoker. |
void |
setOutcome(java.lang.String outcome)
set the outcome |
void |
updateContext(Context newCtx)
Update the Bean Contextthe with the specified context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BTTJSFBaseBean()
Method Detail |
---|
public java.lang.String getActionName()
public void setActionName(java.lang.String actionName)
actionName
- The actionName to set.public Context getBeanContext()
public void setBeanContext(Context beanContext)
beanContext
- The beanContext to set.public java.lang.String getBeanContextName()
public void setBeanContextName(java.lang.String beanContextName)
beanContextName
- The beanContextName to set.public java.lang.String getInvokerId()
public void setInvokerId(java.lang.String invokerId)
invokerId
- The invokerId to set.public java.lang.String getOutcome()
public void setOutcome(java.lang.String outcome)
outcome
- The outcome to set.public void execute(javax.faces.event.ActionEvent actionEvent)
e
- public java.lang.String outcome()
public void execute(java.lang.String actionName, java.lang.String invokerId) throws java.lang.Exception
actionName
- invokerId
-
java.lang.Exception
public void updateContext(Context newCtx) throws DSEInvalidRequestException
newCtx
-
DSEInvalidRequestException
public Context createSessionContext(java.lang.String sessionContextName, boolean isDistributed) throws java.lang.Exception
sessionContextName
- isDistributed
-
java.lang.Exception
public Context createSessionContext(java.lang.String sessionContextName) throws java.lang.Exception
sessionContextName
-
java.lang.Exception
public void removeSessionContext() throws java.lang.Exception
java.lang.Exception
public abstract java.lang.Object[] setInvokerParameters()
params
- public abstract void parseInvokerResult(java.lang.Object invokerResult)
invokerResult
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |