atg.commerce.pricing
Class PricingContextFactory
java.lang.Object
   atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
       atg.nucleus.GenericService
atg.nucleus.GenericService
           atg.commerce.pricing.PricingContextFactory
atg.commerce.pricing.PricingContextFactory
- All Implemented Interfaces: 
- atg.naming.AbsoluteNameable, NameContextBindingListener, NameContextElement, atg.naming.NameContextParentable, NameResolver, AdminableService, atg.nucleus.Configured, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, java.util.EventListener
- public class PricingContextFactory 
- extends GenericService
Factory service to create PricingContext instances.
 PricingTools is configured with an instance of this service.
 The class to instantiate is configurable via the pricingContextClassName property.
- See Also:
- #PricingTools.getPricingContextFactory()
 
 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
| DEFAULT_LOG_TRACE_STATUS | 
 
 
 
 
| Methods inherited from class atg.nucleus.GenericService | 
| 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 | 
 
| 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
 
mPricingContextClassName
protected java.lang.String mPricingContextClassName
PricingContextFactory
public PricingContextFactory()
getPricingContextClassName
public java.lang.String getPricingContextClassName()
- 
 
setPricingContextClassName
public void setPricingContextClassName(java.lang.String pPricingContextClassName)
- 
 
createPricingContext
public PricingContext createPricingContext()
- Creates a default PricingContext
 
- 
- Returns:
- default PricingContext
 
createPricingContext
public PricingContext createPricingContext(java.util.List pItems,
                                           RepositoryItem pPricingModel,
                                           RepositoryItem pProfile,
                                           java.util.Locale pLocale,
                                           Order pOrder,
                                           RepositoryItem pSite)
- Creates a PricingContext.
 Some parameters may be null if not in context.
 
- 
- Parameters:
- pItems- List of CommerceItem or FilteredCommerceItem
- pPricingModel- RepositoryItem promotion to be processed.
- pProfile- RepositoryItem profile for pricing
- pLocale- Locale for pricing
- pOrder- Order for pricing
- pSite- RepositoryItem site for pricing
- Returns:
- PricingContext