Package | Description |
---|---|
com.neurosys.bi.reporting.writers | |
com.neurosys.ecom.etl | |
com.neurosys.etl.writers | |
com.neurosys.modules.etl |
Modifier and Type | Interface and Description |
---|---|
interface |
ReportWriter |
Modifier and Type | Class and Description |
---|---|
class |
CSVTabularDataWriter
Generate an CSV Report using a base Report generator(s) and writes it to an
OutputStream as a Text CSV File |
class |
DefaultStyledExcelTabularDataWriter
Some garnish !!
|
class |
ExcelTabularDataWriter
Generate an Excel Report using a base Report generator(s) and writes it to an
OutputStream as an HSSFWorkbook (Excel)
The generator must guarantee an output of Object[] / Column wise Data to be consumed by Excels tabular format. |
Modifier and Type | Class and Description |
---|---|
class |
AreaPersistTransformer<A extends Area>
Persist Area and return the Persisted Entity
|
Modifier and Type | Interface and Description |
---|---|
interface |
RealTimeWriter<T>
Accepts a feed of Records from a source and writes it onto a specific format.
The writing operation could be synchronous or Asynchronous. |
Modifier and Type | Class and Description |
---|---|
class |
EntityBabyPersistTransformer<E>
This Transformer will ensure that the entity is persisted and return back the passed in input.
|
class |
EntityPersistTransformer<E>
Persist an Entity and return the Persisted Entity using the auto wired
EntityManager .Additionally this Transformer is capable of:
Collecting Exceptions in EntityPersistTransformer.exceptions and EntityPersistTransformer.messages if EntityPersistTransformer.failFast is false
Persisting the entity under a TransactionDefinition , if provided via EntityPersistTransformer.setTransactionDef(TransactionDefinition) . |
class |
ModeAwareProductPersistTransformer<P extends Product>
Persist a Product/Product(s) and return the Persisted Entity
|
class |
ProductPersistTransformer<P extends Product>
Persist a Product/Product(s) and return the Persisted Entity
|
class |
RelatedEntityPersistTransformer<E extends Identifiable<?>>
This Transformer will ensure that the entity is persisted and return back the passed in input.
|
Copyright © 2018. All rights reserved.