Package | Description |
---|---|
com.neurosys.ecom.products.domain | |
com.neurosys.ecom.search | |
com.neurosys.modules.etl | |
com.neurosys.modules.search | |
com.neurosys.modules.utils | |
com.neurosys.products.domain |
Product Association Types
|
com.neurosys.template.wicket.itemadapters |
Modifier and Type | Method and Description |
---|---|
Size |
Product.getSize()
Size - Measurement, Dimensions, Fit
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setSize(Size size)
Size - Measurement, Dimensions, Fit
|
Modifier and Type | Method and Description |
---|---|
protected Size |
SizeFieldGenerator.getSize(P product) |
protected Size |
SizeDimensionFieldGenerator.getSize(P product) |
Modifier and Type | Method and Description |
---|---|
protected Size |
SizeTypeInitMapperTransformer.instantiate(String filedName,
Object fieldValue) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Size> |
StringToSizeTransformer.getType()
The Type to return, incase we want to define a Custom extension of one of the types.
The custom type must support a default constructor if its SizeDimensions type or a Constructor that accepts a String if its unlreated to any
existing Size type. |
Modifier and Type | Method and Description |
---|---|
void |
StringToSizeTransformer.setType(Class<? extends Size> type)
The Type to return, incase we want to define a Custom extension of one of the types.
The custom type must support a default constructor if its SizeDimensions type or a Constructor that accepts a String if its unlreated to any
existing Size type. |
Modifier and Type | Method and Description |
---|---|
protected abstract Size |
SizeFieldGenerator.getSize(P product) |
protected abstract Size |
SizeDimensionFieldGenerator.getSize(P product) |
Modifier and Type | Method and Description |
---|---|
static String |
Utils.sizeToString(Size size,
String delim,
List<String> lbhOrder)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SizeDimensions
Size measured by dimensions
|
class |
SizeFit
Predefined Fits
|
class |
SizeString
Size as simple String value
TODO: test Equals and hashcode methods
|
Modifier and Type | Field and Description |
---|---|
static org.apache.wicket.markup.html.form.IChoiceRenderer<Class<Size>> |
SizeRenderAdapter.SIZETYPE_CHOICE_RENDERED |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends Size>> |
SizeRenderAdapter.getSupportedSizeTypes() |
Modifier and Type | Method and Description |
---|---|
protected void |
SizeRenderAdapter.fillFragment(org.apache.wicket.model.CompoundPropertyModel<Size> model,
org.apache.wicket.markup.html.panel.Fragment coreSizeComponent) |
void |
SizeRenderAdapter.setSupportedSizeTypes(List<Class<? extends Size>> supportedSizeTypes) |
Copyright © 2018. All rights reserved.