Modifier and Type | Method and Description |
---|---|
Product |
ProductAttributeId.getOwner() |
Product |
ProductAttributeNum.getOwner() |
Product |
ProductAttributeDate.getOwner() |
Product |
ProductAttribute.getOwner() |
Modifier and Type | Method and Description |
---|---|
void |
ProductAttributeId.setOwner(Product owner) |
void |
ProductAttributeNum.setOwner(Product owner) |
void |
ProductAttributeDate.setOwner(Product owner) |
void |
ProductAttribute.setOwner(Product owner) |
Constructor and Description |
---|
ProductAttribute(String key,
String value,
Product product)
Creates a new ProductAttribute.java object.
|
ProductAttributeDate(String key,
Timestamp value,
Product product)
Creates a new ProductAttributeDate.java object.
|
ProductAttributeNum(String key,
BigDecimal value,
Product product)
Creates a new ProductAttributeNum.java object.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.ListAttribute<Category,Product> |
Category_.productSet |
Modifier and Type | Method and Description |
---|---|
List<Product> |
Category.getProductSet()
Return the product list.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.setProductSet(List<Product> productSet)
Set the product list.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<Offer,Product> |
Offer_.product |
Modifier and Type | Method and Description |
---|---|
Product |
Offer.getProduct()
Return the product.
|
Modifier and Type | Method and Description |
---|---|
void |
Offer.setProduct(Product product)
Set the product.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SetAttribute<Product,ProductAttributeDate> |
Product_.attributeDateList |
static javax.persistence.metamodel.SetAttribute<Product,ProductAttribute> |
Product_.attributeList |
static javax.persistence.metamodel.SetAttribute<Product,ProductAttributeNum> |
Product_.attributeNumList |
static javax.persistence.metamodel.SingularAttribute<Product,Category> |
Product_.category |
static javax.persistence.metamodel.SingularAttribute<Product,String> |
Product_.description |
static javax.persistence.metamodel.SingularAttribute<Product,Integer> |
Product_.id |
static javax.persistence.metamodel.SingularAttribute<Product,String> |
Product_.name |
static javax.persistence.metamodel.SingularAttribute<Product,Float> |
Product_.price |
static javax.persistence.metamodel.SingularAttribute<Product,Provider> |
Product_.provider |
Modifier and Type | Method and Description |
---|---|
List<Product> |
ProductDAO.findByFilter(ProductFilter filter)
Find product list by filter.
|
List<Product> |
IProductDAO.findByFilter(ProductFilter filter)
Finds by filter
|
fr.paris.lutece.plugins.stock.commons.ResultList<Product> |
ProductDAO.findByFilter(ProductFilter filter,
fr.paris.lutece.plugins.stock.commons.dao.PaginationProperties paginationProperties)
Finds by filter.
|
fr.paris.lutece.plugins.stock.commons.ResultList<Product> |
IProductDAO.findByFilter(ProductFilter filter,
fr.paris.lutece.plugins.stock.commons.dao.PaginationProperties paginationProperties)
Finds by filter
|
List<Product> |
ProductDAO.getAllByName(String name)
Returns products by name
|
List<Product> |
IProductDAO.getAllByName(String name)
Returns products by name
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProductDAO.buildCriteriaQuery(ProductFilter filter,
javax.persistence.criteria.Root<Product> root,
javax.persistence.criteria.CriteriaQuery<Product> query,
javax.persistence.criteria.CriteriaBuilder builder)
Build the criteria query from the filter.
|
protected void |
ProductDAO.buildCriteriaQuery(ProductFilter filter,
javax.persistence.criteria.Root<Product> root,
javax.persistence.criteria.CriteriaQuery<Product> query,
javax.persistence.criteria.CriteriaBuilder builder)
Build the criteria query from the filter.
|
protected List<javax.persistence.criteria.Predicate> |
ProductDAO.buildPredicates(ProductFilter filter,
javax.persistence.criteria.Root<Product> root,
javax.persistence.criteria.CriteriaBuilder builder)
Build the predicate list from filter.
|
protected void |
ProductDAO.buildSortQuery(ProductFilter filter,
javax.persistence.criteria.Root<Product> root,
javax.persistence.criteria.CriteriaQuery<Product> query,
javax.persistence.criteria.CriteriaBuilder builder)
Build the sort query.
|
protected void |
ProductDAO.buildSortQuery(ProductFilter filter,
javax.persistence.criteria.Root<Product> root,
javax.persistence.criteria.CriteriaQuery<Product> query,
javax.persistence.criteria.CriteriaBuilder builder)
Build the sort query.
|
Constructor and Description |
---|
Product(Product product)
Constructor from an other product object.
|
Modifier and Type | Method and Description |
---|---|
List<Product> |
ProductService.getAllProduct()
Return a list of products
|
List<Product> |
IProductService.getAllProduct()
Return a list of all products
|
List<Product> |
ISubscriptionProductService.getProductsByUserSubscription(String strUserEmail)
Find the list of products a user subscribed to
|
List<Product> |
SubscriptionProductService.getProductsByUserSubscription(String strUserEmail)
Find the list of products a user subscribed to
|
Copyright © 2020 City of Paris. All rights reserved.