|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.Action org.apache.struts.actions.DispatchAction org.apache.struts.actions.LookupDispatchAction net.sf.oness.common.webapp.controller.action.AutoDispatchAction net.sf.oness.order.webapp.controller.action.AbstractAction
Superclass for order actions with common methods.
Field Summary | |
static java.lang.String |
CURRENT_DELIVERY_DOCKET_ID_SESSION_ATTRIBUTE
|
static java.lang.String |
CURRENT_ORDER_ID_SESSION_ATTRIBUTE
|
Fields inherited from class org.apache.struts.actions.LookupDispatchAction |
localeMap |
Fields inherited from class org.apache.struts.actions.DispatchAction |
clazz, log, messages, methods, types |
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Constructor Summary | |
AbstractAction()
|
Method Summary | |
protected net.sf.oness.order.model.facade.OrderFacadeDelegate |
getFacade()
|
Methods inherited from class net.sf.oness.common.webapp.controller.action.AutoDispatchAction |
execute, getBean, getDynaProperty, getKeyMethodMap |
Methods inherited from class org.apache.struts.actions.LookupDispatchAction |
getLookupMapName, getMethodName |
Methods inherited from class org.apache.struts.actions.DispatchAction |
cancelled, dispatchMethod, getMethod, unspecified |
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CURRENT_ORDER_ID_SESSION_ATTRIBUTE
public static final java.lang.String CURRENT_DELIVERY_DOCKET_ID_SESSION_ATTRIBUTE
Constructor Detail |
public AbstractAction()
Method Detail |
protected net.sf.oness.order.model.facade.OrderFacadeDelegate getFacade()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |