|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Category in fr.paris.lutece.plugins.stock.business.attribute.category |
---|
Methods in fr.paris.lutece.plugins.stock.business.attribute.category that return Category | |
---|---|
Category |
CategoryAttributeDate.getOwner()
|
Category |
CategoryAttribute.getOwner()
|
Category |
CategoryAttributeId.getOwner()
|
Category |
CategoryAttributeNum.getOwner()
|
Methods in fr.paris.lutece.plugins.stock.business.attribute.category with parameters of type Category | |
---|---|
void |
CategoryAttributeDate.setOwner(Category owner)
|
void |
CategoryAttribute.setOwner(Category owner)
|
void |
CategoryAttributeId.setOwner(Category owner)
|
void |
CategoryAttributeNum.setOwner(Category owner)
|
Constructors in fr.paris.lutece.plugins.stock.business.attribute.category with parameters of type Category | |
---|---|
CategoryAttribute(java.lang.String key,
java.lang.String value,
Category category)
Creates a new CategoryAttribute.java object. |
|
CategoryAttributeDate(java.lang.String key,
java.sql.Timestamp value,
Category category)
Creates a new CategoryAttribute.java object. |
|
CategoryAttributeNum(java.lang.String key,
java.math.BigDecimal value,
Category category)
Creates a new CategoryAttribute.java object. |
Uses of Category in fr.paris.lutece.plugins.stock.business.category |
---|
Fields in fr.paris.lutece.plugins.stock.business.category with type parameters of type Category | |
---|---|
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,java.lang.String> |
Category_.description
|
static javax.persistence.metamodel.SingularAttribute<Category,java.lang.Integer> |
Category_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<Category,java.lang.Integer> |
Category_.id
|
static javax.persistence.metamodel.SingularAttribute<Category,java.lang.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
|
Methods in fr.paris.lutece.plugins.stock.business.category that return Category | |
---|---|
Category |
ICategoryDAO.findByIdWithChildren(java.lang.Integer idCategory)
Finds a category and all his subcategories and fetch children |
Category |
CategoryDAO.findByIdWithChildren(java.lang.Integer idCategory)
Finds a category and all his subcategories and fetch children |
Category |
ICategoryDAO.findByIdWithParent(java.lang.Integer idCategory)
Finds a category and fetch parent |
Category |
CategoryDAO.findByIdWithParent(java.lang.Integer idCategory)
Finds a category and fetch parent |
Category |
ICategoryDAO.findByIdWithProduct(java.lang.Integer idCategory)
Finds a category and fetch products |
Category |
CategoryDAO.findByIdWithProduct(java.lang.Integer idCategory)
Finds a category and fetch products |
Category |
Category.getParent()
return the category parent. |
Methods in fr.paris.lutece.plugins.stock.business.category that return types with arguments of type Category | |
---|---|
fr.paris.lutece.plugins.stock.commons.ResultList<Category> |
ICategoryDAO.findAll(java.util.List<java.lang.String> orderList)
Return all category |
fr.paris.lutece.plugins.stock.commons.ResultList<Category> |
CategoryDAO.findAll(java.util.List<java.lang.String> orderList)
Find all category |
java.util.List<Category> |
ICategoryDAO.findByFilter(CategoryFilter filter)
Finds by filter |
java.util.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 |
java.util.List<Category> |
ICategoryDAO.findByFilterWithChildren(CategoryFilter filter)
Finds by filter and fetch children |
java.util.List<Category> |
CategoryDAO.findByFilterWithChildren(CategoryFilter filter)
Find category with children fetched by filter |
java.util.List<Category> |
ICategoryDAO.getAllByName(java.lang.String name)
Returns categories by name |
java.util.List<Category> |
CategoryDAO.getAllByName(java.lang.String name)
Returns categories by name |
java.util.Set<Category> |
Category.getChildrenList()
Return the children list. |
java.util.List<Category> |
ICategoryDAO.selectAllChildrenWithChildrenWithProduct(java.lang.Integer idCategory)
Finds all category's children and fetch children |
java.util.List<Category> |
CategoryDAO.selectAllChildrenWithChildrenWithProduct(java.lang.Integer idCategory)
Finds all category's children and fetch children |
java.util.List<Category> |
ICategoryDAO.selectAllFirstLevelWithChildrenWithProduct()
Finds all first level categories (i.e. parent == null ) and fetch children |
java.util.List<Category> |
CategoryDAO.selectAllFirstLevelWithChildrenWithProduct()
Finds all first level categories (i.e. parent == null ) and fetch children |
Methods in fr.paris.lutece.plugins.stock.business.category with parameters of type Category | |
---|---|
void |
Category.setParent(Category parentCategory)
Set the Category parent. |
Method parameters in fr.paris.lutece.plugins.stock.business.category with type arguments of type Category | |
---|---|
void |
Category.setChildrenList(java.util.Set<Category> childrenList)
Set the children list. |
Constructors in fr.paris.lutece.plugins.stock.business.category with parameters of type Category | |
---|---|
Category(Category category)
Build a new category from a category object. |
Uses of Category in fr.paris.lutece.plugins.stock.business.offer |
---|
Constructors in fr.paris.lutece.plugins.stock.business.offer with parameters of type Category | |
---|---|
Offer(Category category)
Creates a new Offer.java object. |
Uses of Category in fr.paris.lutece.plugins.stock.business.product |
---|
Fields in fr.paris.lutece.plugins.stock.business.product with type parameters of type Category | |
---|---|
static javax.persistence.metamodel.SingularAttribute<Product,Category> |
Product_.category
|
Methods in fr.paris.lutece.plugins.stock.business.product that return Category | |
---|---|
Category |
Product.getCategory()
Get the category linked to the product. |
Methods in fr.paris.lutece.plugins.stock.business.product with parameters of type Category | |
---|---|
void |
Product.setCategory(Category category)
Set the category linked to the product. |
Uses of Category in fr.paris.lutece.plugins.stock.business.provider |
---|
Fields in fr.paris.lutece.plugins.stock.business.provider with type parameters of type Category | |
---|---|
static javax.persistence.metamodel.ListAttribute<Provider,Category> |
Provider_.products
|
Methods in fr.paris.lutece.plugins.stock.business.provider that return types with arguments of type Category | |
---|---|
java.util.List<Category> |
Provider.getProducts()
Get the product list |
Method parameters in fr.paris.lutece.plugins.stock.business.provider with type arguments of type Category | |
---|---|
void |
Provider.setProducts(java.util.List<Category> products)
Set the product list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |