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

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by org.broadleafcommerce.core.web.api.wrapper.BroadleafEnumerationTypeWrapper
All Implemented Interfaces:
APIWrapper<BroadleafEnumerationType>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class BroadleafEnumerationTypeWrapper
extends BaseWrapper
implements APIWrapper<BroadleafEnumerationType>

This is a JAXB wrapper around HibuProduct.


Field Summary
protected  String friendlyName
           
protected  String type
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
BroadleafEnumerationTypeWrapper()
           
 
Method Summary
 void wrapDetails(BroadleafEnumerationType model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(BroadleafEnumerationType model, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

friendlyName

protected String friendlyName

type

protected String type
Constructor Detail

BroadleafEnumerationTypeWrapper

public BroadleafEnumerationTypeWrapper()
Method Detail

wrapDetails

public void wrapDetails(BroadleafEnumerationType model,
                        javax.servlet.http.HttpServletRequest request)
Specified by:
wrapDetails in interface APIWrapper<BroadleafEnumerationType>

wrapSummary

public void wrapSummary(BroadleafEnumerationType model,
                        javax.servlet.http.HttpServletRequest request)
Specified by:
wrapSummary in interface APIWrapper<BroadleafEnumerationType>


Copyright © 2013. All Rights Reserved.