Uses of Class
org.broadleafcommerce.menu.dto.MenuItemDTO
Packages that use MenuItemDTO
Package
Description
-
Uses of MenuItemDTO in org.broadleafcommerce.menu.dto
Fields in org.broadleafcommerce.menu.dto with type parameters of type MenuItemDTOMethods in org.broadleafcommerce.menu.dto that return types with arguments of type MenuItemDTOMethod parameters in org.broadleafcommerce.menu.dto with type arguments of type MenuItemDTO -
Uses of MenuItemDTO in org.broadleafcommerce.menu.processor
Methods in org.broadleafcommerce.menu.processor that return types with arguments of type MenuItemDTOModifier and TypeMethodDescriptionMethod parameters in org.broadleafcommerce.menu.processor with type arguments of type MenuItemDTOModifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypeAbstractMenuProcessorExtensionHandler.addAdditionalFieldsToModel(List<MenuItemDTO> menuItemDTOList, String menuName) org.broadleafcommerce.common.extension.ExtensionResultStatusTypeMenuProcessorExtensionHandler.addAdditionalFieldsToModel(List<MenuItemDTO> menuItemDTOList, String menuName) This method will add any additional attributes to the model that the extension needs -
Uses of MenuItemDTO in org.broadleafcommerce.menu.service
Methods in org.broadleafcommerce.menu.service that return MenuItemDTOModifier and TypeMethodDescriptionprotected MenuItemDTOMenuServiceImpl.convertCategoryToMenuItemDTO(org.broadleafcommerce.core.catalog.domain.Category category) protected MenuItemDTOMenuServiceImpl.convertCategoryToMenuItemDTO(org.broadleafcommerce.core.catalog.domain.Category category, Set<org.broadleafcommerce.core.catalog.domain.Category> convertedCategories) protected MenuItemDTOMenuServiceImpl.convertMenuItemToDTO(MenuItem menuItem) protected MenuItemDTOMenuServiceImpl.createDto(org.broadleafcommerce.core.catalog.domain.Category category) protected MenuItemDTOMethods in org.broadleafcommerce.menu.service that return types with arguments of type MenuItemDTOModifier and TypeMethodDescriptionMenuService.constructMenuItemDTOsForMenu(Menu menu) A Utility method that constructs generic MenuItemDTOs that are not dependent on a Menu Item Type.MenuServiceImpl.constructMenuItemDTOsForMenu(Menu menu)