Constructor and Description |
---|
CollectionURLGeneratorTransformer(CollectionURLGeneratorTransformer t,
ProductService<C> productService)
Allow to create a submit transformer from a ReadOnly version or visa versa
based on if productService is null.
|
Modifier and Type | Method and Description |
---|---|
ProductService<P> |
AbstractCartService.getProductService() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCartService.setProductService(ProductService<P> productService) |
Constructor and Description |
---|
AbstractCartService(ProductService<P> productService) |
Constructor and Description |
---|
ServletCartService(ProductService<P> productService) |
WicketCartService(ProductService<P> productService) |
Constructor and Description |
---|
ProductCategoryLookup(ProductService<P> service) |
Modifier and Type | Field and Description |
---|---|
protected ProductService<P> |
AbstractStrategy.productService |
Modifier and Type | Method and Description |
---|---|
ProductService<P> |
AbstractStrategy.getProductService() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStrategy.setProductService(ProductService<P> productService) |
Modifier and Type | Method and Description |
---|---|
ProductService |
StrategiesService.getProductService() |
Modifier and Type | Method and Description |
---|---|
void |
StrategiesService.setProductService(ProductService productService) |
Modifier and Type | Field and Description |
---|---|
protected ProductService<P> |
ProductURLGeneratorTransformer.productService |
protected ProductService<P> |
ProductPersistTransformer.productService |
protected ProductService<T> |
ExistingProductLookup.service |
Modifier and Type | Method and Description |
---|---|
ProductService<P> |
ProductURLGeneratorTransformer.getProductService() |
ProductService<P> |
ProductPersistTransformer.getProductService() |
ProductService<P> |
FileToProductLookup.getProductService() |
ProductService<T> |
GetNewHierarcyLookup.getService() |
ProductService<T> |
ExistingProductLookup.getService() |
ProductService<P> |
ProductCategoryTransformer.getService() |
Modifier and Type | Method and Description |
---|---|
void |
ProductURLGeneratorTransformer.setProductService(ProductService<P> productService) |
void |
ProductPersistTransformer.setProductService(ProductService<P> productService) |
void |
FileToProductLookup.setProductService(ProductService<P> productService) |
void |
ProductCategoryTransformer.setService(ProductService<P> service) |
void |
GetNewHierarcyLookup.setService(ProductService<T> service) |
void |
ExistingProductLookup.setService(ProductService<T> service) |
Constructor and Description |
---|
GetNewHierarcyLookup(ProductService<T> service) |
ProductCategoryLookup(ProductService<P> service) |
ProductCategoryTransformer(ProductService<P> service) |
ProductURLGeneratorTransformer(ProductURLGeneratorTransformer t,
ProductService<P> productService)
Allow to create a submit transformer from a ReadOnly (display) version or visa versa.
|
Modifier and Type | Method and Description |
---|---|
void |
ParentCategoriesContainer.onMove(P product,
Product parent,
Integer sequence,
org.apache.wicket.model.IModel<P> containerModel,
ProductService service)
When a Move operation is attempted, with a selected parent in the hierarchy; it also can handle ordering
by virtue of the service method supporting it.
|
void |
ParentCategoriesContainer.onReSequence(P product,
Product parent,
Integer sequence,
org.apache.wicket.model.IModel<P> containerModel,
ProductService service)
When we want to change Order, only
|
Constructor and Description |
---|
ParentCategoriesContainer(String id,
org.apache.wicket.model.IModel<P> containerModel,
ProductService<Product> service,
boolean isEditAuthorized) |
Modifier and Type | Method and Description |
---|---|
protected ProductService<P> |
ProductListingPanel.getProductService() |
protected ProductService<P> |
ProductDetailsPanel.getProductService() |
Modifier and Type | Method and Description |
---|---|
protected void |
ProductListingPanel.setDataService(ProductService<P> service) |
Modifier and Type | Method and Description |
---|---|
ProductService<T> |
ProductCategoryLookup.getService()
Deprecated.
- Not really used anymore
|
Modifier and Type | Method and Description |
---|---|
void |
ProductCategoryLookup.setService(ProductService<T> service)
Deprecated.
- Not really used anymore
|
Constructor and Description |
---|
ProductCategoryLookup(ProductService<T> service)
Deprecated.
- Service, Not really used anymore
|
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 | Field and Description |
---|---|
protected ProductService<Product> |
ProductQueryService.service |
Modifier and Type | Method and Description |
---|---|
ProductService<Product> |
ProductQueryService.getService() |
Modifier and Type | Method and Description |
---|---|
void |
ProductQueryService.setService(ProductService<Product> service) |
Copyright © 2018. All rights reserved.