Package | Description |
---|---|
com.neurosys.products.admin.wicket.pages.panels | |
com.neurosys.products.dao | |
com.neurosys.products.dao.jpa | |
com.neurosys.products.domain |
Product Association Types
|
com.neurosys.products.service |
Modifier and Type | Method and Description |
---|---|
protected abstract ProductAttribute |
ProductMetaItemAjaxSaveBehavior.save(ProductAttribute pa) |
Modifier and Type | Method and Description |
---|---|
protected abstract ProductAttribute |
ProductMetaItemAjaxSaveBehavior.save(ProductAttribute pa) |
Modifier and Type | Method and Description |
---|---|
ProductAttribute |
ProductDao.save(ProductAttribute attrib)
Ability to update a single
ProductAttribute without updating the whole Product
Useful in Ajax situations where we want to save a partial aspect of the product only. |
Modifier and Type | Method and Description |
---|---|
ProductAttribute |
ProductDao.save(ProductAttribute attrib)
Ability to update a single
ProductAttribute without updating the whole Product
Useful in Ajax situations where we want to save a partial aspect of the product only. |
Modifier and Type | Method and Description |
---|---|
ProductAttribute |
ProductDaoImpl.save(ProductAttribute attrib) |
Modifier and Type | Method and Description |
---|---|
ProductAttribute |
ProductDaoImpl.save(ProductAttribute attrib) |
Modifier and Type | Method and Description |
---|---|
Map<String,ProductAttribute> |
Product.getAttributes()
Any attribute that is not common for most of the entities belongs to be an Attribute rather than a field.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setAttributes(Map<String,ProductAttribute> attributes)
Any attribute that is not common for most of the entities belongs to be an Attribute rather than a field.
|
Constructor and Description |
---|
ProductAttribute(ProductAttribute pa) |
Modifier and Type | Method and Description |
---|---|
ProductAttribute |
ProductServiceImpl.save(ProductAttribute attrib) |
Modifier and Type | Method and Description |
---|---|
ProductAttribute |
ProductServiceImpl.save(ProductAttribute attrib) |
Copyright © 2018. All rights reserved.