Modifier and Type | Method and Description |
---|---|
Category |
CategoryAttribute.getOwner() |
Category |
CategoryAttributeId.getOwner() |
Category |
CategoryAttributeDate.getOwner() |
Category |
CategoryAttributeNum.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
CategoryAttribute.setOwner(Category owner) |
void |
CategoryAttributeId.setOwner(Category owner) |
void |
CategoryAttributeDate.setOwner(Category owner) |
void |
CategoryAttributeNum.setOwner(Category owner) |
Constructor and Description |
---|
CategoryAttribute(String key,
String value,
Category category)
Creates a new CategoryAttribute.java object.
|
CategoryAttributeDate(String key,
Timestamp value,
Category category)
Creates a new CategoryAttribute.java object.
|
CategoryAttributeNum(String key,
BigDecimal value,
Category category)
Creates a new CategoryAttribute.java object.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SetAttribute<Category,CategoryAttributeDate> |
Category_.attributeDateList |
static javax.persistence.metamodel.SetAttribute<Category,CategoryAttribute> |
Category_.attributeList |
static javax.persistence.metamodel.SetAttribute<Category,CategoryAttributeNum> |
Category_.attributeNumList |
static javax.persistence.metamodel.SetAttribute<Category,Category> |
Category_.childrenList |
static javax.persistence.metamodel.SetAttribute<Category,Category> |
Category_.childrenList |
static javax.persistence.metamodel.SingularAttribute<Category,String> |
Category_.description |
static javax.persistence.metamodel.SingularAttribute<Category,Integer> |
Category_.hashCode |
static javax.persistence.metamodel.SingularAttribute<Category,Integer> |
Category_.id |
static javax.persistence.metamodel.SingularAttribute<Category,String> |
Category_.name |
static javax.persistence.metamodel.SingularAttribute<Category,Category> |
Category_.parent |
static javax.persistence.metamodel.SingularAttribute<Category,Category> |
Category_.parent |
static javax.persistence.metamodel.ListAttribute<Category,Product> |
Category_.productSet |
static javax.persistence.metamodel.SingularAttribute<Category,Provider> |
Category_.provider |
Modifier and Type | Method and Description |
---|---|
Category |
ICategoryDAO.findByIdWithChildren(Integer idCategory)
Finds a category and all his subcategories and fetch children
|
Category |
CategoryDAO.findByIdWithChildren(Integer idCategory)
Finds a category and all his subcategories and fetch children
|
Category |
ICategoryDAO.findByIdWithParent(Integer idCategory)
Finds a category and fetch parent
|
Category |
CategoryDAO.findByIdWithParent(Integer idCategory)
Finds a category and fetch parent
|
Category |
ICategoryDAO.findByIdWithProduct(Integer idCategory)
Finds a category and fetch products
|
Category |
CategoryDAO.findByIdWithProduct(Integer idCategory)
Finds a category and fetch products
|
Category |
Category.getParent()
return the category parent.
|
Modifier and Type | Method and Description |
---|---|
fr.paris.lutece.plugins.stock.commons.ResultList<Category> |
ICategoryDAO.findAll(List<String> orderList)
Return all category
|
fr.paris.lutece.plugins.stock.commons.ResultList<Category> |
CategoryDAO.findAll(List<String> orderList)
Find all category
|
List<Category> |
ICategoryDAO.findByFilter(CategoryFilter filter)
Finds by filter
|
List<Category> |
CategoryDAO.findByFilter(CategoryFilter filter)
Find category list by filter
|
fr.paris.lutece.plugins.stock.commons.ResultList<Category> |
ICategoryDAO.findByFilter(CategoryFilter filter,
fr.paris.lutece.plugins.stock.commons.dao.PaginationProperties paginationProperties)
Finds by filter
|
fr.paris.lutece.plugins.stock.commons.ResultList<Category> |
CategoryDAO.findByFilter(CategoryFilter filter,
fr.paris.lutece.plugins.stock.commons.dao.PaginationProperties paginationProperties)
Finds by filter
|
List<Category> |
ICategoryDAO.findByFilterWithChildren(CategoryFilter filter)
Finds by filter and fetch children
|
List<Category> |
CategoryDAO.findByFilterWithChildren(CategoryFilter filter)
Find category with children fetched by filter
|
List<Category> |
ICategoryDAO.getAllByName(String name)
Returns categories by name
|
List<Category> |
CategoryDAO.getAllByName(String name)
Returns categories by name
|
Set<Category> |
Category.getChildrenList()
Return the children list.
|
List<Category> |
ICategoryDAO.selectAllChildrenWithChildrenWithProduct(Integer idCategory)
Finds all category's children and fetch children
|
List<Category> |
CategoryDAO.selectAllChildrenWithChildrenWithProduct(Integer idCategory)
Finds all category's children and fetch children
|
List<Category> |
ICategoryDAO.selectAllFirstLevelWithChildrenWithProduct()
Finds all first level categories (i.e.
|
List<Category> |
CategoryDAO.selectAllFirstLevelWithChildrenWithProduct()
Finds all first level categories (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.setParent(Category parentCategory)
Set the Category parent.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.setChildrenList(Set<Category> childrenList)
Set the children list.
|
Constructor and Description |
---|
Category(Category category)
Build a new category from a category object.
|
Constructor and Description |
---|
Offer(Category category)
Creates a new Offer.java object.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<Product,Category> |
Product_.category |
Modifier and Type | Method and Description |
---|---|
Category |
Product.getCategory()
Get the category linked to the product.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setCategory(Category category)
Set the category linked to the product.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.ListAttribute<Provider,Category> |
Provider_.products |
Modifier and Type | Method and Description |
---|---|
List<Category> |
Provider.getProducts()
Get the product list
|
Modifier and Type | Method and Description |
---|---|
void |
Provider.setProducts(List<Category> products)
Set the product list
|
Copyright © 2020 City of Paris. All rights reserved.