public abstract class AssistantActionBase extends java.lang.Object implements AssistantAction
| Modifier and Type | Field and Description |
|---|---|
protected AssistantRequest |
assistantRequest |
protected AssistantResponse |
assistantResponse |
protected java.io.PrintStream |
err |
protected java.io.PrintStream |
out |
| Constructor and Description |
|---|
AssistantActionBase() |
| Modifier and Type | Method and Description |
|---|---|
AssistantResponse |
doAction(AssistantRequest assistantRequest) |
void |
doButton1() |
void |
doButton2() |
void |
doButton3() |
void |
doButton4() |
protected void |
error(java.lang.Object message) |
protected void |
print(java.lang.Object message) |
void |
setErrorStream(java.io.PrintStream err) |
void |
setOutputStream(java.io.PrintStream out) |
AssistantResponse |
showAction(AssistantRequest assistantRequest) |
protected final AssistantResponse assistantResponse
protected java.io.PrintStream out
protected java.io.PrintStream err
protected AssistantRequest assistantRequest
public AssistantResponse showAction(AssistantRequest assistantRequest) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
showAction in interface AssistantActionru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionpublic AssistantResponse doAction(AssistantRequest assistantRequest) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
doAction in interface AssistantActionru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageExceptionpublic void doButton1()
doButton1 in interface AssistantActionpublic void doButton2()
doButton2 in interface AssistantActionpublic void doButton3()
doButton3 in interface AssistantActionpublic void doButton4()
doButton4 in interface AssistantActionpublic void setOutputStream(java.io.PrintStream out)
public void setErrorStream(java.io.PrintStream err)
protected void print(java.lang.Object message)
protected void error(java.lang.Object message)