Uses of Class
org.broadleafcommerce.common.structure.dto.ItemCriteriaDTO
Packages that use ItemCriteriaDTO
Package
Description
-
Uses of ItemCriteriaDTO in org.broadleafcommerce.cms.page.service
Methods in org.broadleafcommerce.cms.page.service that return types with arguments of type ItemCriteriaDTOModifier and TypeMethodDescriptionprotected List<ItemCriteriaDTO>
PageServiceUtility.buildItemCriteriaDTOList
(Page page) -
Uses of ItemCriteriaDTO in org.broadleafcommerce.cms.structure.service
Methods in org.broadleafcommerce.cms.structure.service that return types with arguments of type ItemCriteriaDTOModifier and TypeMethodDescriptionprotected List<ItemCriteriaDTO>
StructuredContentServiceImpl.buildItemCriteriaDTOList
(StructuredContent sc) -
Uses of ItemCriteriaDTO in org.broadleafcommerce.common.page.dto
Fields in org.broadleafcommerce.common.page.dto with type parameters of type ItemCriteriaDTOMethods in org.broadleafcommerce.common.page.dto that return types with arguments of type ItemCriteriaDTOMethod parameters in org.broadleafcommerce.common.page.dto with type arguments of type ItemCriteriaDTOModifier and TypeMethodDescriptionvoid
PageDTO.setItemCriteriaDTOList
(List<ItemCriteriaDTO> itemCriteriaDTOList) -
Uses of ItemCriteriaDTO in org.broadleafcommerce.common.structure.dto
Fields in org.broadleafcommerce.common.structure.dto with type parameters of type ItemCriteriaDTOModifier and TypeFieldDescriptionprotected List<ItemCriteriaDTO>
StructuredContentDTO.itemCriteriaDTOList
Methods in org.broadleafcommerce.common.structure.dto that return ItemCriteriaDTOMethods in org.broadleafcommerce.common.structure.dto that return types with arguments of type ItemCriteriaDTOModifier and TypeMethodDescriptionStructuredContentDTO.getItemCriteriaDTOList()
StructuredContentDTOWrapper.getItemCriteriaDTOList()
Method parameters in org.broadleafcommerce.common.structure.dto with type arguments of type ItemCriteriaDTOModifier and TypeMethodDescriptionvoid
StructuredContentDTO.setItemCriteriaDTOList
(List<ItemCriteriaDTO> itemCriteriaDTOList) void
StructuredContentDTOWrapper.setItemCriteriaDTOList
(List<ItemCriteriaDTO> itemCriteriaDTOList) -
Uses of ItemCriteriaDTO in org.broadleafcommerce.core.order.service
Methods in org.broadleafcommerce.core.order.service with parameters of type ItemCriteriaDTOModifier and TypeMethodDescriptionprotected boolean
AbstractCartRuleProcessor.checkItemCriteria
(ItemCriteriaDTO itemCriteria, List<OrderItem> orderItems)