Package | Description |
---|---|
com.neurosys.ecom.products.dao | |
com.neurosys.products.dao.jpa | |
com.neurosys.products.service | |
com.neurosys.products.service.jaxrs | |
com.neurosys.products.wicket.model |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductDao<T extends Product>
E-Commerce extension to regular DAO.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductDaoImpl<T extends Product>
Default MySQL-JPA implementation for
ProductDao
Even though written with JPA there are some slight My-SQL bindings like case name of entity/table etc. |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductService<T extends Product>
Added service methods over basic DAO ones
|
Modifier and Type | Class and Description |
---|---|
class |
ProductServiceImpl<T extends Product>
Added service methods over basic DAO ones
This class will also generate Event with are Object[] Since this implements ChangeGenerator ; it will also generate Events of TypeObject[]{"before-delete", Product} Object[]{"before-delete", id as Long} Object[]{"before-deletes", ids as List of Long} Object[]{"after-delete", Product} Object[]{"after-delete", id as Long} Object[]{"save", Product} Object[]{"new-product", product} Object[]{"save-attribute", ProductAttribute} Object[]{"move", Product node, Product parent, Integer sequence} Object[]{"before-delete-sub-hierarchy", category as Product} Object[]{"after-delete-sub-hierarchy", category as Product} Object[]{"make-space-parent-node", Product node, Product parent, Integer sequence} |
Modifier and Type | Method and Description |
---|---|
<PD extends ProductDao<T>> |
ProductServiceImpl.getDao()
Avoid using this from any API call; if a final project is for sure DB dependent then only use this for convenience.
|
<PD extends ProductDao<T>> |
ProductService.getDao() |
Modifier and Type | Method and Description |
---|---|
ProductDao<P> |
ProductIndexSearch.getDao() |
Modifier and Type | Method and Description |
---|---|
void |
ProductServiceImpl.setDao(ProductDao dao) |
void |
ProductIndexSearch.setDao(ProductDao<P> dao) |
Modifier and Type | Field and Description |
---|---|
protected ProductDao<Product> |
ProductQueryService.dao |
Modifier and Type | Method and Description |
---|---|
ProductDao |
ProductSortableDataProvider.getProductDao() |
Modifier and Type | Method and Description |
---|---|
void |
ProductSortableDataProvider.setProductDao(ProductDao productDao) |
Constructor and Description |
---|
ProductSortableDataProvider(ProductDao<P> productDao) |
Copyright © 2018. All rights reserved.