Modifier and Type | Method and Description |
---|---|
void |
GenericFormService.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Class and Description |
---|---|
class |
collectionTypesAdmin
Main/Default Admin Page
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionTypesReportResult<T extends Serializable>
ReportResult specific to Inventory |
Modifier and Type | Method and Description |
---|---|
void |
CollectionTypesDetailsPanel.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationSourceBackedSpringResource
Properties and Resource that wraps a ConfigurationSource so it can be used in third party contexts like Spring;
additionally it also registers itself as a ChangeListener with it. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultConfigurationService.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Method and Description |
---|---|
List<ChangeListener<C>> |
ContentDetailsPageForm.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ContentDetailsPageForm.addChangeListener(ChangeListener<C> changeListener) |
Modifier and Type | Method and Description |
---|---|
void |
ContentDetailsPageForm.setListeners(List<ChangeListener<C>> listeners) |
Constructor and Description |
---|
ContentDetailsPageForm(String id,
org.apache.wicket.model.IModel<C> model,
ChangeListener<C> refreshCallback) |
Modifier and Type | Class and Description |
---|---|
static class |
siteManagerAdmin.SiteManagerContentTreePanel |
Modifier and Type | Class and Description |
---|---|
class |
TemplateDetailsPanel<T extends Serializable>
This panel defines details related to a Template.
|
Modifier and Type | Field and Description |
---|---|
protected List<ChangeListener<Void>> |
ContentManagerPanel.listeners |
Modifier and Type | Method and Description |
---|---|
void |
ContentAuthorSearchPanel.addChangeListener(ChangeListener changeListener) |
void |
ContentManagerPanel.addChangeListener(ChangeListener changeListener)
Notify all
ChangeListener s about a change |
Modifier and Type | Method and Description |
---|---|
void |
ContentServiceImpl.addChangeListener(ChangeListener changeListener)
Deprecated.
|
void |
GenericHierarchyContentServiceImpl.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentManagerPanel
Document/File manager Panel: that includes the
WebFileListView , FileUploadForm , & SubFolderViewPanel
Any Action Post successful upload / onSubmit() of the file. |
Modifier and Type | Class and Description |
---|---|
class |
CartUpdateStockChangeListener<P extends Product>
A Listener that can be plugged into
CartService ; that ensures SaleStrategy locks products selected by a user for the CartService.CART_TYPE_SHOPPING
so that other users may not purchase the same product that is in the shoppers cart. |
Modifier and Type | Method and Description |
---|---|
List<ChangeListener<Object>> |
AbstractCartService.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCartService.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCartService.setListeners(List<ChangeListener<Object>> listeners) |
Modifier and Type | Class and Description |
---|---|
class |
InventoryReportResult<T extends Serializable>
ReportResult specific to Inventory |
Modifier and Type | Class and Description |
---|---|
class |
promotionAdmin
|
Modifier and Type | Class and Description |
---|---|
class |
CustomerDataReportResult<T extends Serializable>
ReportResult specific to Customer User Data |
class |
OrderReportResult<T extends Serializable>
ReportResult specific to Order |
class |
PromotionReportResult<T extends Serializable>
ReportResult specific to Order |
Modifier and Type | Method and Description |
---|---|
void |
PromotionDetailsPanel.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Class and Description |
---|---|
class |
InvoiceChangeListener<O extends Order,INVOICE>
Listen to events related to Invoice generation.
|
class |
OrderItemProductChangeListener
OrderItem.getProduct() enforces a nullable Ref-Integrity. |
Modifier and Type | Method and Description |
---|---|
List<ChangeListener<T>> |
DefaultTransactionService.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOnlineTransactionRequestHandler.addChangeListener(ChangeListener changeListener) |
void |
TemplateInvoiceService.addChangeListener(ChangeListener changeListener) |
void |
DefaultPromotionService.addChangeListener(ChangeListener changeListener) |
void |
DefaultOrderService.addChangeListener(ChangeListener changeListener) |
void |
DefaultTransactionService.addChangeListener(ChangeListener<T> changeListener) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTransactionService.setListeners(List<ChangeListener<T>> listeners) |
Modifier and Type | Class and Description |
---|---|
class |
StrategiesService<P extends Product,U extends IGenericEcomUser,CONTEXT>
THIS CLASS IS WICKET DEPENDENT AS IT INTERNALLY USES A WICKET
EComSession
Web Service Layer for accessing Strategies over a users Session (Guest or Logged in)
This can be used to compute things like Packaging costs, Tax, Shipping costs etc. |
Modifier and Type | Method and Description |
---|---|
void |
StrategiesService.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Interface and Description |
---|---|
interface |
ChangeListenerTransfomer<T>
A
ChangeListener that does not need to refer to the ChangeGenerator and hence the model object can also be passed
as Transformer.transform(Object) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChainChangeListener<T>
Execute a Chain of
ChangeListener s |
class |
AsynchronousChangeListener<T>
A wrapper
ChangeListener and Transformer that in turn executes other ChangeListener s, listening to it. |
class |
ChangeListenerWrapperTransformer<T>
A
ChangeListener that can wrap any Transformer |
class |
FlowStatusChangeListenerWrapperTransformer<T>
A convenience extension of
ChangeListenerWrapperTransformer that accepts only SynchronousOperationChange type events
and if the ChangeListenerWrapperTransformer.getTransformer() transformation is successful then adds a Status INFO level or ERROR level to the feedback. |
class |
SynchronousChangeListener<T>
A wrapper
ChangeListener and Transformer that in turn executes other ChangeListener s, listening to it. |
Modifier and Type | Field and Description |
---|---|
protected List<ChangeListener<T>> |
AbstractChainChangeListener.listeners |
Modifier and Type | Method and Description |
---|---|
List<ChangeListener<T>> |
ChangeGenerator.getListeners()
Get list directly.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangeGenerator.addChangeListener(ChangeListener<T> changeListener)
Allow Notify all
ChangeListener s about a change |
void |
AbstractChainChangeListener.addChangeListener(ChangeListener<T> changeListener) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeGenerator.setListeners(List<ChangeListener<T>> listeners)
Set list directly.
|
Constructor and Description |
---|
AbstractChainChangeListener(List<ChangeListener<T>> listeners) |
AsynchronousChangeListener(List<ChangeListener<T>> listeners) |
SynchronousChangeListener(List<ChangeListener<T>> listeners) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoginForm.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Field and Description |
---|---|
protected List<ChangeListener<Object>> |
FileToEntityLookup.listeners |
Modifier and Type | Method and Description |
---|---|
void |
FileToEntityLookup.addChangeListener(ChangeListener<Object> changeListener) |
Modifier and Type | Method and Description |
---|---|
static void |
ReaderProcess.add(ChangeListener changeListener) |
void |
ReaderProcess.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Method and Description |
---|---|
void |
NexmoRecordedCallDispatcher.addChangeListener(ChangeListener changeListener) |
void |
NexmoTextToSpeechCallDispatcher.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Class and Description |
---|---|
class |
PostListingReportResult<T extends Serializable>
ReportResult specific to Order |
Modifier and Type | Class and Description |
---|---|
class |
PostListingPanel |
Modifier and Type | Method and Description |
---|---|
void |
ProductServiceImpl.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Class and Description |
---|---|
class |
SynchronousTokenChangeEventSupplierBackedListener<T extends Token<T>,PE extends ChildTokenEvent<T>>
A
SynchronousTokenChangeListener backed by a ClassReloadingStrategy.Strategy or code that generates further events based on the original one. |
class |
SynchronousTokenChangeListener<T extends Token<T>,CE extends TokenEvent<T>>
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTokenNotificationListener<T extends Token<T>,N>
Handle all Notification (to Phone SMS) related stuff.
|
class |
DefaultTokenChangeExecuteStrategyListener<T extends Token<T>>
A listener to ensure
TokenEventSupplier.onTokenChange(com.neurosys.q.notification.events.SupplierTokenEvent) is executed,
as ChangeListener bound to the ShiftService or DefaultAbstractTokenContainerService . |
Modifier and Type | Method and Description |
---|---|
List<ChangeListener<E>> |
AbstractTokenChangeGenerator.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTokenChangeGenerator.addChangeListener(ChangeListener<E> changeListener) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTokenChangeGenerator.setListeners(List<ChangeListener<E>> listeners) |
Modifier and Type | Class and Description |
---|---|
class |
GenericPoppableReportResult<T extends Serializable>
Implementation of
PoppableReportResult for generic purpose. |
class |
PoppableReportResult<T extends Serializable,RM extends ReporterMeta>
TODO: Shift to a base layer or Modules
More advanced version of
ReportResult which allows Ordering of Grid and opening a record from the Grid in a PopUp / Dedicated Record details Panel |
class |
ReportResult<T extends Serializable,RM extends ReporterMeta>
Any listing for a report, also supports custom Bulk action buttons on report result items.
|
Modifier and Type | Method and Description |
---|---|
void |
ReporterInput.addChangeListener(ChangeListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
HTMLPublisherListener
For on call this listener will publish a given working URL to a HTML page using
AjaxUrlToHTMLTransformer
do that a crawler may access the published file as per Google Specs
Note: How the Crawler will may the ugly URL (with _escaped_fragment_ param) to the published file is open to implementation. |
Modifier and Type | Class and Description |
---|---|
static class |
ResourceManagerPanel.ResourceUploadForm<T>
Uploader to upload Resources
|
Modifier and Type | Field and Description |
---|---|
protected List<ChangeListener<T>> |
CategoryPanel.listeners |
Modifier and Type | Method and Description |
---|---|
void |
CategoryPanel.addChangeListener(ChangeListener changeListener)
Notify all
ChangeListener s about a change |
Modifier and Type | Field and Description |
---|---|
protected List<ChangeListener> |
Template.listeners |
Modifier and Type | Method and Description |
---|---|
void |
Template.addChangeListener(ChangeListener changeListener)
Notify all
ChangeListener s about a change |
Modifier and Type | Method and Description |
---|---|
void |
TemplateSearchParams.addChangeListener(ChangeListener listener) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.markup.html.form.Button |
DynamicInputForm.addSubmitButton(List<FacetMeta> facetMetas,
List<org.apache.wicket.Component> rawAddedComponents,
List<ChangeListener<Object>> listeners,
List<org.apache.wicket.Component> targetsToUpdateViaAjax)
Some forms may want to include Dynamic params as part of a Bigger Form and hence the Submit button and related processing can be overridden.
|
void |
DynamicInputForm.onSubmit(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.markup.html.form.Form<?> form,
List<FacetMeta> facetMetas,
List<org.apache.wicket.Component> rawAddedComponents,
List<ChangeListener<Object>> listeners,
List<org.apache.wicket.Component> targetsToUpdateViaAjax) |
Constructor and Description |
---|
DynamicInputForm(String formComponentId,
List<FacetMeta> facetMetas,
org.apache.wicket.markup.html.WebMarkupContainer container,
List<ChangeListener<Object>> listeners,
List<org.apache.wicket.Component> targetsToUpdateViaAjax)
Create a Form with dynamic search params
The listeners to #getSearchParamsForm(List, WebMarkupContainer, List) can expect an event of:
If #eventFormatArray true, On Ajax Submit - Object[] {Object}; where Object in the Array represents all the Model Objects of the Added Components; Inputs
If #eventFormatArray false, On Ajax Submit - Map {FacetMeta as Key, Object value}
|
Modifier and Type | Class and Description |
---|---|
class |
LogonChangeListener<U extends User>
ChangeListener that updates the
AdminUser 's #lastLogInDate or #lastLogOutDate properties
when the UserService is notified of LogonChangeListener.EVENT_LOGIN and LogonChangeListener.EVENT_LOGOUT . |
class |
PasswordChangeListener
Communicate any change in mail, based on even Model that is of structure : Object[]{userNameId, ResetPasswordResponse}
|
Modifier and Type | Method and Description |
---|---|
void |
UserServiceImpl.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Method and Description |
---|---|
void |
WicketBasicSessionAuthService.addChangeListener(ChangeListener changeListener) |
Modifier and Type | Class and Description |
---|---|
class |
VisitorDataReportResult<T extends Serializable>
ReportResult specific to Customer User Data |
Copyright © 2018. All rights reserved.