| 
 | |||||||||
| 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
siteScope
     property, which defaults to "all".
 
 output parameters
 
 oparams
 
| Field Summary | |
|---|---|
| static java.lang.String | ALL | 
| static java.lang.String | CLASS_VERSIONClass version string | 
| static java.lang.String | COUNT_PARAMthe name for the count output parameter. | 
| static java.lang.String | CURRENT | 
| static ParameterName | INPUT_PARAM_PROFILE_IDthe input parameter name for the itemId parameter | 
| static ParameterName | INPUT_PARAM_SCHEDULE_ITEM_IDthe input parameter name for the schdule item id parameter | 
| static ParameterName | INPUT_PARAM_SITEIDSThe input parameter that indicates which sites' scheduled orders to get | 
| static ParameterName | INPUT_PARAM_SITESCOPEThe input parameter that indicates which shareable type's sites' scheduled orders to get | 
| static ParameterName | INPUT_PARAM_TEMPLATE_IDthe input parameter name for the item parameter | 
| protected  ScheduledOrderTools | mScheduleOrderTools | 
| protected  SiteGroupManager | mSiteGroupManager | 
| static java.lang.String | OPARAM_EMPTYthe name for the empty oparam. | 
| static java.lang.String | OPARAM_OUTPUTthe name for the output oparam | 
| static java.lang.String | OUTPUT_PARAM_SCHEDULED_ORDERSthe 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 | 
|  SiteGroupManager | getSiteGroupManager()Returns the SiteGroupManager component | 
|  java.lang.String | getSiteScope()gets the property siteScope | 
|  void | service(DynamoHttpServletRequest pRequest,
        DynamoHttpServletResponse pResponse)Looks up the scheduled order items in the repository | 
|  void | setScheduledOrderTools(ScheduledOrderTools pScheduleOrderTools) | 
|  void | setSiteGroupManager(SiteGroupManager pSiteGroupManager)Sets the SiteGroupManager component | 
|  void | setSiteScope(java.lang.String pSiteScope)sets the property siteScope. | 
| Methods inherited from class atg.servlet.DynamoServlet | 
|---|
| doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameter | 
| Methods inherited from class atg.nucleus.servlet.ServletService | 
|---|
| destroy, getServletConfig, getServletInfo, 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, vlogDebugTrace, 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 ParameterName INPUT_PARAM_SITEIDS
public static final ParameterName INPUT_PARAM_SITESCOPE
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
public static final java.lang.String ALL
public static final java.lang.String CURRENT
protected ScheduledOrderTools mScheduleOrderTools
protected SiteGroupManager mSiteGroupManager
| Constructor Detail | 
|---|
public ScheduledOrderLookup()
| Method Detail | 
|---|
public ScheduledOrderTools getScheduledOrderTools()
public void setScheduledOrderTools(ScheduledOrderTools pScheduleOrderTools)
public void setSiteGroupManager(SiteGroupManager pSiteGroupManager)
pSiteGroupManager - the SiteGroupManager component. Usually /atg/multisite/SiteGroupManagerpublic SiteGroupManager getSiteGroupManager()
public void setSiteScope(java.lang.String pSiteScope)
public java.lang.String getSiteScope()
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 | ||||||||