Package | Description |
---|---|
com.broadleafcommerce.rest.api.endpoint.catalog | |
com.broadleafcommerce.rest.api.wrapper |
Modifier and Type | Method and Description |
---|---|
List<MediaWrapper> |
CatalogEndpoint.findMediaForCategory(javax.servlet.http.HttpServletRequest request,
Long id) |
List<MediaWrapper> |
CatalogEndpoint.findMediaForProduct(javax.servlet.http.HttpServletRequest request,
Long id) |
List<MediaWrapper> |
CatalogEndpoint.findMediaForSku(javax.servlet.http.HttpServletRequest request,
Long id) |
Modifier and Type | Field and Description |
---|---|
protected MediaWrapper |
PromotionMessageDTOWrapper.media |
protected MediaWrapper |
ProductWrapper.primaryMedia |
protected MediaWrapper |
OrderItemWrapper.primaryMedia |
Modifier and Type | Field and Description |
---|---|
protected List<MediaWrapper> |
ProductWrapper.media |
Modifier and Type | Method and Description |
---|---|
MediaWrapper |
PromotionMessageDTOWrapper.getMedia() |
MediaWrapper |
ProductWrapper.getPrimaryMedia() |
MediaWrapper |
OrderItemWrapper.getPrimaryMedia() |
Modifier and Type | Method and Description |
---|---|
List<MediaWrapper> |
ProductWrapper.getMedia() |
Modifier and Type | Method and Description |
---|---|
void |
PromotionMessageDTOWrapper.setMedia(MediaWrapper media) |
void |
ProductWrapper.setPrimaryMedia(MediaWrapper primaryMedia) |
void |
OrderItemWrapper.setPrimaryMedia(MediaWrapper primaryMedia) |
Modifier and Type | Method and Description |
---|---|
void |
ProductWrapper.setMedia(List<MediaWrapper> media) |
Copyright © 2020. All rights reserved.