public class ScheduledOrderLookup extends DynamoServlet
input params
siteScope
property, which defaults to "all".
output parameters
oparams
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALL |
static java.lang.String |
CLASS_VERSION
Class version string
|
static java.lang.String |
COUNT_PARAM
the name for the count output parameter.
|
static java.lang.String |
CURRENT |
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_SITEIDS
The input parameter that indicates which sites' scheduled orders to get
|
static ParameterName |
INPUT_PARAM_SITESCOPE
The input parameter that indicates which shareable type's sites' scheduled orders to get
|
static ParameterName |
INPUT_PARAM_TEMPLATE_ID
the input parameter name for the item parameter
|
protected ScheduledOrderTools |
mScheduleOrderTools |
protected SiteGroupManager |
mSiteGroupManager |
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.
|
mAllowCleanupRequest, mParameters
SERVLET_INFO_KEY
SERVICE_INFO_KEY
DEFAULT_LOG_TRACE_STATUS
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
Constructor and Description |
---|
ScheduledOrderLookup() |
Modifier and Type | Method and Description |
---|---|
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.
|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameter
destroy, getServletConfig, getServletInfo, setServletInfo
getAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatistics
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
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
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 DynamoServlet
pRequest
- the request to be processedpResponse
- the response object for this requestjavax.servlet.ServletException
- an application specific error occurred
processing this requestjava.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)