Uses of Class
org.broadleafcommerce.core.catalog.domain.RelatedProductTypeEnum

Packages that use RelatedProductTypeEnum
org.broadleafcommerce.core.catalog.domain   
 

Uses of RelatedProductTypeEnum in org.broadleafcommerce.core.catalog.domain
 

Fields in org.broadleafcommerce.core.catalog.domain declared as RelatedProductTypeEnum
static RelatedProductTypeEnum RelatedProductTypeEnum.CROSS_SALE
           
static RelatedProductTypeEnum RelatedProductTypeEnum.FEATURED
           
static RelatedProductTypeEnum RelatedProductTypeEnum.UP_SALE
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return RelatedProductTypeEnum
static RelatedProductTypeEnum RelatedProductTypeEnum.getInstance(String type)
           
 RelatedProductTypeEnum RelatedProductDTO.getType()
          Returns the type of relationship that is desired.
 

Methods in org.broadleafcommerce.core.catalog.domain with parameters of type RelatedProductTypeEnum
 void RelatedProductDTO.setType(RelatedProductTypeEnum type)
          Sets the type of relationship that is desired.
 



Copyright © 2013. All Rights Reserved.