|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.commerce.csr.order.ManualAdjustmentsFormHandler.Handler
protected abstract class ManualAdjustmentsFormHandler.Handler
Instances of this abstract class are passed to the protected handleRequest() method.
Constructor Summary | |
---|---|
protected |
ManualAdjustmentsFormHandler.Handler()
|
Method Summary | |
---|---|
abstract java.lang.String |
getErrorURL()
|
abstract java.lang.String |
getMonitorIdentifier()
Get the string identifier to be used in the RepeatingRequestMonitor in handleRequest(). |
java.util.Map |
getOptions()
|
atg.servlet.DynamoHttpServletRequest |
getRequest()
|
atg.servlet.DynamoHttpServletResponse |
getResponse()
|
abstract java.lang.String |
getSuccessURL()
|
abstract boolean |
invoke()
Invoke the actual "business logic" of part of the request handler. |
abstract void |
postMethod()
|
abstract void |
postProcess()
Perform operations after all changes to the order have occurred. |
abstract void |
preMethod()
|
void |
setRequest(atg.servlet.DynamoHttpServletRequest pRequest)
|
void |
setResponse(atg.servlet.DynamoHttpServletResponse pResponse)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ManualAdjustmentsFormHandler.Handler()
Method Detail |
---|
public atg.servlet.DynamoHttpServletRequest getRequest()
public void setRequest(atg.servlet.DynamoHttpServletRequest pRequest)
public atg.servlet.DynamoHttpServletResponse getResponse()
public void setResponse(atg.servlet.DynamoHttpServletResponse pResponse)
public java.util.Map getOptions()
public abstract java.lang.String getMonitorIdentifier()
public abstract java.lang.String getErrorURL()
public abstract java.lang.String getSuccessURL()
public abstract boolean invoke() throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
public abstract void preMethod() throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
public abstract void postMethod() throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
public abstract void postProcess() throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |