Package | Description |
---|---|
com.neurosys.ecom.customers.admin.wicket.pages.components |
Class and Description |
---|
CustomerDetailsPanel
Panel to display User Details
|
OrderDetailsPanel
Panel to display
Order Details
The Panel relies on the following predefined bean services: ecomOrderService as OrderService
productService as ProductService
mailerService as MailerService
(Optional) invoiceService as InvoiceService
(Optional) invoiceEmailSettings as EmailMessage
The Panel relies on the following defined beans for various parts:
orderDetailsTemplate - defines core order fields as EntityTemplate
orderItemReporter - Report for List of OrderItem s in this Order as Reporter . |
PromotionDetailsPanel
Panel to display
Order Details
Implements ChangeGenerator to notify listener promotionAdmin
Since this implements ChangeGenerator ; it will also generate Events of TypeSave - new Object[]{ StandardOperation.#ADD , Promotion , AjaxRequestTarget }
Delete - new Object[]{StandardOperation.#DELETE , Promotion , AjaxRequestTarget }
This panel allows synchronous feedback notification via the Template it depends on using event type SynchronousOperationChange |
Copyright © 2018. All rights reserved.