public interface ProductDao<T extends Product> extends ProductDao<T>
Query
.
We are only including common methods for:
FILTER_PARENTS, FILTER_PARENTS_IMMEDIATE
Modifier and Type | Method and Description |
---|---|
Page<T> |
getInPriceRange(Double min,
Double max,
List<T> categories)
Get products in Price Rang,e across Categories if specified.
|
Page<T> |
getNew(List<T> categories)
Get New Products, across Categories if specified.
|
Page<T> |
getSale(List<T> categories)
Get Products on Sale across Categories if specified.
|
convert, countFilterParents, delete, deleteSubHierarchy, filterParents, getAliasForProduct, getLastChildHierarchyCode, getParents, isExistsAsParent, loadPage, makeSpaceForNodeInParent, move, save, save
count, getEntityInstance, query, query, queryPage, queryPage
Copyright © 2018. All rights reserved.