Uses of Interface
org.broadleafcommerce.core.catalog.domain.Category

Packages that use Category
org.broadleafcommerce.core.catalog.dao   
org.broadleafcommerce.core.catalog.domain   
org.broadleafcommerce.core.catalog.service   
org.broadleafcommerce.core.order.domain   
org.broadleafcommerce.core.order.service.call   
org.broadleafcommerce.core.order.service.manipulation   
 

Uses of Category in org.broadleafcommerce.core.catalog.dao
 

Methods in org.broadleafcommerce.core.catalog.dao that return Category
 Category CategoryDao.create()
          Create a new Category instance.
 Category CategoryDaoImpl.create()
           
 Category CategoryDao.readCategoryById(java.lang.Long categoryId)
          Retrieve a Category instance by its primary key
 Category CategoryDaoImpl.readCategoryById(java.lang.Long categoryId)
           
 Category CategoryDao.readCategoryByName(java.lang.String categoryName)
          Deprecated. 
 Category CategoryDaoImpl.readCategoryByName(java.lang.String categoryName)
          Deprecated. 
 Category CategoryDao.save(Category category)
          Persist a Category instance to the datastore
 Category CategoryDaoImpl.save(Category category)
           
 

Methods in org.broadleafcommerce.core.catalog.dao that return types with arguments of type Category
 java.util.List<Category> CategoryDao.readActiveSubCategoriesByCategory(Category category)
          Retrieve a list of all active child categories of the passed in Category instance.
 java.util.List<Category> CategoryDaoImpl.readActiveSubCategoriesByCategory(Category category)
           
 java.util.List<Category> CategoryDao.readAllCategories()
          Retrieve all categories in the datastore
 java.util.List<Category> CategoryDaoImpl.readAllCategories()
           
 java.util.List<Category> CategoryDao.readAllSubCategories(Category category)
          Retrieve a list of all child categories of the passed in Category instance
 java.util.List<Category> CategoryDaoImpl.readAllSubCategories(Category category)
           
 java.util.List<Category> CategoryDao.readCategoriesByName(java.lang.String categoryName)
          Retrieve a list of Category instances by name.
 java.util.List<Category> CategoryDaoImpl.readCategoriesByName(java.lang.String categoryName)
           
 

Methods in org.broadleafcommerce.core.catalog.dao with parameters of type Category
 void CategoryDao.delete(Category category)
          Removed the passed in Category instance from the datastore
 void CategoryDaoImpl.delete(Category category)
           
 java.util.List<Category> CategoryDao.readActiveSubCategoriesByCategory(Category category)
          Retrieve a list of all active child categories of the passed in Category instance.
 java.util.List<Category> CategoryDaoImpl.readActiveSubCategoriesByCategory(Category category)
           
 java.util.List<Category> CategoryDao.readAllSubCategories(Category category)
          Retrieve a list of all child categories of the passed in Category instance
 java.util.List<Category> CategoryDaoImpl.readAllSubCategories(Category category)
           
 Category CategoryDao.save(Category category)
          Persist a Category instance to the datastore
 Category CategoryDaoImpl.save(Category category)
           
 

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

Classes in org.broadleafcommerce.core.catalog.domain that implement Category
 class CategoryImpl
           
 

Fields in org.broadleafcommerce.core.catalog.domain declared as Category
protected  Category CategoryProductXrefImpl.CategoryProductXrefPk.category
           
protected  Category FeaturedProductImpl.category
           
protected  Category CategoryXrefImpl.CategoryXrefPK.category
           
protected  Category ProductImpl.defaultCategory
          The default category.
protected  Category CategoryImpl.defaultParentCategory
           
protected  Category CategoryXrefImpl.CategoryXrefPK.subCategory
           
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type Category
protected  java.util.List<Category> CategoryImpl.allChildCategories
           
protected  java.util.List<Category> CategoryImpl.allParentCategories
           
protected  java.util.List<Category> ProductImpl.allParentCategories
           
protected  java.util.List<Category> CategoryImpl.childCategories
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return Category
 Category FeaturedProduct.getCategory()
           
 Category CategoryXref.getCategory()
           
 Category CategoryProductXref.getCategory()
          Gets the category.
 Category CategoryProductXrefImpl.getCategory()
           
 Category CategoryProductXrefImpl.CategoryProductXrefPk.getCategory()
           
 Category FeaturedProductImpl.getCategory()
           
 Category CategoryXrefImpl.getCategory()
           
 Category CategoryXrefImpl.CategoryXrefPK.getCategory()
           
 Category Product.getDefaultCategory()
          Returns the default Category this product is associated with.
 Category ProductImpl.getDefaultCategory()
           
 Category CategoryImpl.getDefaultParentCategory()
           
 Category Category.getDefaultParentCategory()
          Gets the default parent category.
 Category CategoryXref.getSubCategory()
           
 Category CategoryXrefImpl.getSubCategory()
           
 Category CategoryXrefImpl.CategoryXrefPK.getSubCategory()
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type Category
 java.util.List<Category> CategoryImpl.getAllChildCategories()
           
 java.util.List<Category> Category.getAllChildCategories()
          Gets the child categories.
 java.util.List<Category> Product.getAllParentCategories()
          Returns all parent Category(s) this product is associated with.
 java.util.List<Category> CategoryImpl.getAllParentCategories()
           
 java.util.List<Category> ProductImpl.getAllParentCategories()
           
 java.util.List<Category> Category.getAllParentCategories()
          Retrieve all parent categories
 java.util.List<Category> CategoryImpl.getChildCategories()
           
 java.util.List<Category> Category.getChildCategories()
          Gets the child categories.
 

Methods in org.broadleafcommerce.core.catalog.domain with parameters of type Category
 boolean SkuImpl.isActive(Product product, Category category)
           
 boolean Sku.isActive(Product product, Category category)
           
 void FeaturedProduct.setCategory(Category category)
           
 void CategoryXref.setCategory(Category category)
           
 void CategoryProductXref.setCategory(Category category)
          Sets the category.
 void CategoryProductXrefImpl.setCategory(Category category)
           
 void CategoryProductXrefImpl.CategoryProductXrefPk.setCategory(Category category)
           
 void FeaturedProductImpl.setCategory(Category category)
           
 void CategoryXrefImpl.setCategory(Category category)
           
 void CategoryXrefImpl.CategoryXrefPK.setCategory(Category category)
           
 void Product.setDefaultCategory(Category defaultCategory)
          Sets the default Category to associate this product with.
 void ProductImpl.setDefaultCategory(Category defaultCategory)
           
 void CategoryImpl.setDefaultParentCategory(Category defaultParentCategory)
           
 void Category.setDefaultParentCategory(Category defaultParentCategory)
          Sets the default parent category.
 void CategoryXref.setSubCategory(Category subCategory)
           
 void CategoryXrefImpl.setSubCategory(Category subCategory)
           
 void CategoryXrefImpl.CategoryXrefPK.setSubCategory(Category subCategory)
           
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type Category
 void CategoryImpl.setAllChildCategories(java.util.List<Category> childCategories)
           
 void Category.setAllChildCategories(java.util.List<Category> childCategories)
          Sets the list of child categories (active and inactive)
 void Product.setAllParentCategories(java.util.List<Category> allParentCategories)
          Sets all parent Categorys this product is associated with.
 void CategoryImpl.setAllParentCategories(java.util.List<Category> allParentCategories)
           
 void ProductImpl.setAllParentCategories(java.util.List<Category> allParentCategories)
           
 void Category.setAllParentCategories(java.util.List<Category> allParentCategories)
          Sets the list of parent categories
 void CategoryImpl.setChildCategories(java.util.List<Category> childCategories)
           
 void Category.setChildCategories(java.util.List<Category> childCategories)
          Sets the all child categories.
 

Uses of Category in org.broadleafcommerce.core.catalog.service
 

Methods in org.broadleafcommerce.core.catalog.service that return Category
 Category CatalogServiceImpl.createCategory()
           
 Category CatalogService.createCategory()
           
 Category CatalogServiceImpl.findCategoryById(java.lang.Long categoryId)
           
 Category CatalogService.findCategoryById(java.lang.Long categoryId)
           
 Category CatalogServiceImpl.findCategoryByName(java.lang.String categoryName)
          Deprecated. 
 Category CatalogService.findCategoryByName(java.lang.String categoryName)
          Deprecated. 
 Category CatalogServiceImpl.saveCategory(Category category)
           
 Category CatalogService.saveCategory(Category category)
           
 

Methods in org.broadleafcommerce.core.catalog.service that return types with arguments of type Category
 java.util.List<Category> CatalogServiceImpl.findActiveSubCategoriesByCategory(Category category)
           
 java.util.List<Category> CatalogService.findActiveSubCategoriesByCategory(Category category)
           
 java.util.List<Category> CatalogServiceImpl.findAllCategories()
           
 java.util.List<Category> CatalogService.findAllCategories()
           
 java.util.List<Category> CatalogServiceImpl.findAllSubCategories(Category category)
           
 java.util.List<Category> CatalogService.findAllSubCategories(Category category)
           
 java.util.List<Category> CatalogServiceImpl.findCategoriesByName(java.lang.String categoryName)
           
 java.util.List<Category> CatalogService.findCategoriesByName(java.lang.String categoryName)
          Retrieve a list of Category instance based on the name property.
 

Methods in org.broadleafcommerce.core.catalog.service with parameters of type Category
 java.util.List<Product> CatalogServiceImpl.findActiveProductsByCategory(Category category, java.util.Date currentDate)
           
 java.util.List<Product> CatalogService.findActiveProductsByCategory(Category category, java.util.Date currentDate)
           
 java.util.List<Category> CatalogServiceImpl.findActiveSubCategoriesByCategory(Category category)
           
 java.util.List<Category> CatalogService.findActiveSubCategoriesByCategory(Category category)
           
 java.util.List<Category> CatalogServiceImpl.findAllSubCategories(Category category)
           
 java.util.List<Category> CatalogService.findAllSubCategories(Category category)
           
 java.util.List<Product> CatalogServiceImpl.findProductsForCategory(Category category)
           
 java.util.List<Product> CatalogService.findProductsForCategory(Category category)
           
 void CatalogServiceImpl.removeCategory(Category category)
           
 void CatalogService.removeCategory(Category category)
           
 Category CatalogServiceImpl.saveCategory(Category category)
           
 Category CatalogService.saveCategory(Category category)
           
 

Uses of Category in org.broadleafcommerce.core.order.domain
 

Fields in org.broadleafcommerce.core.order.domain declared as Category
protected  Category OrderItemImpl.category
           
 

Methods in org.broadleafcommerce.core.order.domain that return Category
 Category OrderItemImpl.getCategory()
           
 Category OrderItem.getCategory()
           
 

Methods in org.broadleafcommerce.core.order.domain with parameters of type Category
 void OrderItemImpl.setCategory(Category category)
           
 void OrderItem.setCategory(Category category)
           
 

Uses of Category in org.broadleafcommerce.core.order.service.call
 

Methods in org.broadleafcommerce.core.order.service.call that return Category
 Category DiscreteOrderItemRequest.getCategory()
           
 Category BundleOrderItemRequest.getCategory()
           
 

Methods in org.broadleafcommerce.core.order.service.call with parameters of type Category
 void DiscreteOrderItemRequest.setCategory(Category category)
           
 void BundleOrderItemRequest.setCategory(Category category)
           
 

Uses of Category in org.broadleafcommerce.core.order.service.manipulation
 

Methods in org.broadleafcommerce.core.order.service.manipulation that return Category
 Category DiscreteOrderItemDecorator.getCategory()
           
 

Methods in org.broadleafcommerce.core.order.service.manipulation with parameters of type Category
 void DiscreteOrderItemDecorator.setCategory(Category category)
           
 



Copyright © 2012. All Rights Reserved.