Package | Description |
---|---|
com.neurosys.ecom.service | |
com.neurosys.products.service |
Modifier and Type | Class and Description |
---|---|
class |
ProductPagePathTransformer<T extends IProductReference>
Takes a
HierarchialDomainObject or Object[name,hierarchy,...] or String[name,hierarchy,...] and gives a corresponding Path as output
The HierarchicalPagePathTransformer.getLevelpathMap() uses some more Special Keys, in the order of precedence:
Any Sellable product (has SKU) = -4 Any Non-Sellable (not have SKU) product = -3 Any Actual product (has a product Code) = -2 Any Category or Product (any level) = -1 Default path is defined by key = 0 (as in parent class) |
Modifier and Type | Class and Description |
---|---|
class |
CategoryProductPagePathTransformer<P extends Product>
A
ProductPagePathTransformer that will check if the product is a category or product using CategoryProductPagePathTransformer.isCategory(Product) .If it is a category and a CategoryProductPagePathTransformer.categoryPath is provided it will use that and visa-versa if its a product. |
Copyright © 2018. All rights reserved.