Package | Description |
---|---|
com.neurosys.collection.transformers | |
com.neurosys.ecom.etl | |
com.neurosys.etl.common.transformers | |
com.neurosys.etl.web.transformers | |
com.neurosys.modules.etl |
Modifier and Type | Class and Description |
---|---|
class |
CollectionURLGeneratorTransformer<C extends Product>
A
Transformer that accepts collection Id/sku or any identifier that #collectionFetch accepts or Collection as Product and produces a Link for it. |
Modifier and Type | Class and Description |
---|---|
class |
OrderURLGeneratorTransformer<O extends Order>
A
Transformer that accepts Order and produces a Payment Link for it.This class does not validate if the link will result in a success if the user clicks it, that depends on App logic like the State of the Order etc thats usually present in an OrderChangeListener or ChangeListener hooked to ChangeGenerator.setListeners(java.util.List)
Note: A more secure version using a SALT can override this Class. |
Modifier and Type | Class and Description |
---|---|
class |
ListConcatTransformer
Joins (merges) Lists or processors that result in a List, into a List in the order they are configured.
If an input is provided then that input is passed on in parallel to all processors. |
class |
MapConcatTransformer
Joins multiple Maps or
Map.Entry s in sequence (best as can supported by LinkedHashMap ). |
class |
StringConcatTransformer
Joins results into a single String
|
class |
URLGeneratorTransformer
Specialized use case of
StringConcatTransformer used to generate URLs.In this a processor is expeected to return a param=value pair. |
Modifier and Type | Class and Description |
---|---|
class |
WebURLGeneratorTransformer
A
URLGeneratorTransformer where the base path can be generated using the Wicket Page Class name. |
Modifier and Type | Class and Description |
---|---|
class |
ProductURLGeneratorTransformer<P extends Product>
A
Transformer that accepts Product Id/sku or any identifier that ProductURLGeneratorTransformer.productFetch accepts or Product and produces a Link for it.The ProductURLGeneratorTransformer.idParamName part of the URL is encoded in UTF-8
TODO: Add Unit test case |
class |
WicketURLGeneratorTransformer
A
URLGeneratorTransformer where the base path can be generated using the Wicket Page Class name. |
Copyright © 2018. All rights reserved.