| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.nucleus.TimedOperationService
atg.nucleus.servlet.ServletService
atg.nucleus.servlet.HttpServletService
atg.servlet.DynamoServlet
atg.commerce.order.scheduled.ScheduledOrderLookup
public class ScheduledOrderLookup
This droplet looks up scheduled order items by id, template id or profile id.
input params
 output parameters
 
 oparams
 
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
static java.lang.String | 
COUNT_PARAM
the name for the count output parameter.  | 
static ParameterName | 
INPUT_PARAM_PROFILE_ID
the input parameter name for the itemId parameter  | 
static ParameterName | 
INPUT_PARAM_SCHEDULE_ITEM_ID
the input parameter name for the schdule item id parameter  | 
static ParameterName | 
INPUT_PARAM_TEMPLATE_ID
the input parameter name for the item parameter  | 
protected  ScheduledOrderTools | 
mScheduleOrderTools
 | 
static java.lang.String | 
OPARAM_EMPTY
the name for the empty oparam.  | 
static java.lang.String | 
OPARAM_OUTPUT
the name for the output oparam  | 
static java.lang.String | 
OUTPUT_PARAM_SCHEDULED_ORDERS
the name for the scheduledOrders output parameter.  | 
| Fields inherited from class atg.servlet.DynamoServlet | 
|---|
mAllowCleanupRequest, mParameters | 
| Fields inherited from class atg.nucleus.servlet.ServletService | 
|---|
SERVLET_INFO_KEY | 
| Fields inherited from class atg.nucleus.GenericService | 
|---|
SERVICE_INFO_KEY | 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
|---|
DEFAULT_LOG_TRACE_STATUS | 
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging | 
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS | 
| Constructor Summary | |
|---|---|
ScheduledOrderLookup()
 | 
|
| Method Summary | |
|---|---|
 ScheduledOrderTools | 
getScheduledOrderTools()
returns a reference the scheduled order tools  | 
 void | 
service(DynamoHttpServletRequest pRequest,
        DynamoHttpServletResponse pResponse)
Looks up the scheduled order items in the repository  | 
 void | 
setScheduledOrderTools(ScheduledOrderTools pScheduleOrderTools)
 | 
| Methods inherited from class atg.servlet.DynamoServlet | 
|---|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, service, service, setParameter | 
| Methods inherited from class atg.nucleus.servlet.ServletService | 
|---|
destroy, getServletConfig, getServletInfo, init, setServletInfo | 
| Methods inherited from class atg.nucleus.TimedOperationService | 
|---|
getAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatistics | 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
public static final ParameterName INPUT_PARAM_SCHEDULE_ITEM_ID
public static final ParameterName INPUT_PARAM_TEMPLATE_ID
public static final ParameterName INPUT_PARAM_PROFILE_ID
public static final java.lang.String OPARAM_EMPTY
public static final java.lang.String OPARAM_OUTPUT
public static final java.lang.String OUTPUT_PARAM_SCHEDULED_ORDERS
public static final java.lang.String COUNT_PARAM
protected ScheduledOrderTools mScheduleOrderTools
| Constructor Detail | 
|---|
public ScheduledOrderLookup()
| Method Detail | 
|---|
public ScheduledOrderTools getScheduledOrderTools()
public void setScheduledOrderTools(ScheduledOrderTools pScheduleOrderTools)
public void service(DynamoHttpServletRequest pRequest,
                    DynamoHttpServletResponse pResponse)
             throws javax.servlet.ServletException,
                    java.io.IOException
service in class DynamoServletpRequest - the request to be processedpResponse - the response object for this request
javax.servlet.ServletException - an application specific error occurred
 processing this request
java.io.IOException - an error occurred reading data from the request
 or writing data to the response.ScheduledOrderTools.getScheduledOrderItem(String), 
ScheduledOrderTools.getScheduledOrderItemsByTemplateId(String), 
ScheduledOrderTools.getScheduledOrderItemsByProfileId(String)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||