Class DefaultPPSClientBeanAccessor
java.lang.Object
com.sap.retail.sapppspricing.opps.PPSClientBeanAccessorImpl
com.sap.retail.sapppspricing.impl.DefaultPPSClientBeanAccessor
- All Implemented Interfaces:
PPSClientBeanAccessor
- Direct Known Subclasses:
DefaultPPSClient,DefaultPriceCalculateToOrderMapper,MerchandiseHierarchyLineItemPopulator,PPSAccessorHelper
PPS bean accessor as a subclass of the one provided by PPS. Just introduced to avoid too strong coupling - the PPS
class is located in the client-impl module which would not be present in case of a remote scenario. Consumers of this
class should not rely on this class being an instance of
PPSClientBeanAccessorImpl. They should only rely on
this class implementing PPSClientBeanAccessor.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sap.retail.sapppspricing.opps.PPSClientBeanAccessorImpl
getHelper, getObjectFactory, setHelper, setObjectFactory
-
Constructor Details
-
DefaultPPSClientBeanAccessor
public DefaultPPSClientBeanAccessor()
-