Interface | Description |
---|---|
AreaService<A extends AreaType> |
Service methods for
AreaType |
Class | Description |
---|---|
ProductPageNavigableTransformer<T extends IProductReference> |
Takes a
HierarchialDomainObject or Object[name,hierarchy,...] or String[name,hierarchy,...] and gives a corresponding Path as output
The #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) |
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) |
Copyright © 2018. All rights reserved.