| Package | Description |
|---|---|
| com.neurosys.configs.admin.wicket.pages | |
| com.neurosys.ecom.products.domain | |
| com.neurosys.products.admin.wicket.pages | |
| com.neurosys.products.admin.wicket.pages.panels | |
| com.neurosys.products.domain |
Product Association Types
|
| com.neurosys.products.service |
| Modifier and Type | Method and Description |
|---|---|
protected ProductCategoryPanel |
configsAdmin.getCategoryListingPanel(org.apache.wicket.model.IModel<ProductReference> model) |
protected ProductDetailsPanel |
configsAdmin.getDetailsPanel(org.apache.wicket.model.IModel<ProductReference> model) |
protected ProductListingPanel |
configsAdmin.getListingPanel(org.apache.wicket.model.IModel<ProductReference> model) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductReference |
| Modifier and Type | Method and Description |
|---|---|
protected ProductCategoryPanel |
catalogAdmin.getCategoryListingPanel(org.apache.wicket.model.IModel<ProductReference> model) |
protected ProductDetailsPanel |
catalogAdmin.getDetailsPanel(org.apache.wicket.model.IModel<ProductReference> model) |
protected ProductListingPanel |
catalogAdmin.getListingPanel(org.apache.wicket.model.IModel<ProductReference> model) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProductReference> |
ProductCategoryPanel.getDataList(ProductReference rootNode) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProductReference> |
ProductCategoryPanel.getDataList(ProductReference rootNode) |
protected void |
ProductListingPanel.setupSearhListCriteria(ProductReference parentRef)
Setup the
SortableDataProvider query |
| Constructor and Description |
|---|
ProductCategoryPanel(String id,
org.apache.wicket.model.IModel<ProductReference> model,
boolean showChildNodes) |
ProductListingPanel(String id,
org.apache.wicket.model.IModel<ProductReference> model) |
| Modifier and Type | Method and Description |
|---|---|
ProductReference |
Product.getReference() |
| Constructor and Description |
|---|
Product(ProductReference ref) |
| Modifier and Type | Method and Description |
|---|---|
protected MenuItem |
CatalogAutoNav.addNode(MenuItem parent,
ProductReference node,
List<MenuItem> children) |
String |
ProductContextUtils.getConfigProperty(String callerId,
ProductReference thisProductRef,
String key)
Scans hierarchy for config property as
SpringStaticConfigurations and then finally in adminProperties for the key. |
protected String |
CatalogAutoNav.getRefId(ProductReference prodReference)
Override this method and customize it to App Page specific path
Default it will only return the product name suffixed to CatalogAutoNav.productPagePathLookup |
List<P> |
ProductContextUtils.getThisAndParents(ProductReference thisProductRef) |
protected boolean |
CatalogAutoNav.isNodeNavigable(ProductReference prodReference) |
List |
ProductServiceImpl.loadHierarchy(ProductReference rootNode,
boolean loadLeaves) |
List |
ProductService.loadHierarchy(ProductReference rootNode,
boolean loadLeaves)
Same as
#loadHierarchy(Product, boolean), but supports ProductReference version |
Copyright © 2018. All rights reserved.