Package | Description |
---|---|
com.neurosys.collection.transformers | |
com.neurosys.ecom.etl | |
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 |
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 |
Copyright © 2018. All rights reserved.