Uses of Class
org.broadleafcommerce.common.structure.dto.ItemCriteriaDTO
Packages that use ItemCriteriaDTO
Package
Description
-
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 TypeMethodDescriptionvoidPageDTO.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.itemCriteriaDTOListMethods 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 TypeMethodDescriptionvoidStructuredContentDTO.setItemCriteriaDTOList(List<ItemCriteriaDTO> itemCriteriaDTOList) voidStructuredContentDTOWrapper.setItemCriteriaDTOList(List<ItemCriteriaDTO> itemCriteriaDTOList)