org.broadleafcommerce.core.web.api.wrapper
Class BaseWrapper

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
AddressWrapper, AmountItemWrapper, CategoriesWrapper, CategoryAttributeWrapper, CategoryWrapper, CountryWrapper, CustomerWrapper, DimensionWrapper, FulfillmentGroupItemWrapper, FulfillmentGroupWrapper, MediaWrapper, OrderItemAttributeWrapper, OrderItemWrapper, OrderWrapper, PaymentInfoWrapper, PaymentReferenceMapWrapper, PaymentResponseItemWrapper, PhoneWrapper, ProductAttributeWrapper, ProductOptionValueWrapper, ProductOptionWrapper, ProductWrapper, ReferencedWrapper, RelatedProductWrapper, SkuAttributeWrapper, SkuBundleItemWrapper, SkuWrapper, StateWrapper

public abstract class BaseWrapper
extends Object
implements org.springframework.context.ApplicationContextAware

Base class for APIWrapper implementations to inject the EntityConfiguration reference.


Field Summary
protected  org.springframework.context.ApplicationContext context
           
 
Constructor Summary
BaseWrapper()
           
 
Method Summary
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected org.springframework.context.ApplicationContext context
Constructor Detail

BaseWrapper

public BaseWrapper()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2013. All Rights Reserved.