Modifier and Type | Class and Description |
---|---|
class |
AbstractProcessBasedReporter<TUPLE_IN,RECORD_OUT,STATE>
Support generic Process Aware aspects for Report operations and their boiler plate management
|
Modifier and Type | Class and Description |
---|---|
class |
Comment
Comment
A {Topic + id} should be unique |
class |
CommentAttribute
Describes a content Attribute.
|
class |
CommentFacet
Do nothing class, only intended to support
AbstractContentFacet in AbstractContent |
Modifier and Type | Interface and Description |
---|---|
interface |
Content<CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Represents all Content
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContent<CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
class |
AbstractContentAttribute |
class |
AbstractContentFacet |
class |
ContentAttribute
Describes a content Attribute.
|
class |
ContentDescriber
Describes Content and is identified by a unique identifier.
|
class |
ContentFacet
Any Content can have multiple Facets/Portions.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>>> |
ContentServiceImpl.searchMap
Deprecated.
Map of Index Name to the
AbstractIndexSearch
Default AbstractIndexSearch is mapped to null key |
protected Map<String,com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>>> |
GenericContentServiceImpl.searchMap
Map of Index Name to the
AbstractIndexSearch
Default AbstractIndexSearch is mapped to null key |
Modifier and Type | Method and Description |
---|---|
Map<String,com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>>> |
ContentServiceImpl.getSearchMap()
Deprecated.
|
Map<String,com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>>> |
GenericContentServiceImpl.getSearchMap() |
com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>> |
GenericContentService.getSearchService(String indexName) |
com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>> |
ContentServiceImpl.getSearchService(String indexName)
Deprecated.
|
com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>> |
GenericContentServiceImpl.getSearchService(String indexName) |
Modifier and Type | Method and Description |
---|---|
void |
ContentServiceImpl.setSearchMap(Map<String,com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>>> searchMap)
Deprecated.
|
void |
GenericContentServiceImpl.setSearchMap(Map<String,com.neurosys.spider.indexer.service.AbstractIndexSearch<Identifiable<Long>>> searchMap) |
Modifier and Type | Class and Description |
---|---|
class |
CartItem<T>
Item within the
Cart . |
Modifier and Type | Class and Description |
---|---|
class |
ConvertedCurrencyOrder<I extends OrderItem>
|
class |
Order<I extends OrderItem>
Maintains details about an Order.
|
class |
OrderItem<P extends Product>
Maintains details about an Order Item
|
class |
PaymentOption |
class |
RelatedOrder<O extends Order<I>,I extends OrderItem>
Multi Order flow, with related
Order s. |
class |
SubOrder<O extends Order<I>,I extends OrderItem>
Special case of a
RelatedOrder that tracks its own SubOrder.partialAmount and SubOrder.previous and SubOrder.next .A SubOrder shares the same OrderItem of its RelatedOrder.getRoot() by overriding SubOrder.getItems() . |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionalOrderConversation<T extends Order<I>,I extends OrderItem>
An exceptional proxy/proposed/potential order that is based on an orignial order (the instance itself as it extends
Order ) that initiates the conversation. |
Modifier and Type | Class and Description |
---|---|
class |
LookupMapper
|
class |
Mapper<T>
Maps a column(s) to an entity column with some optional lookup or a Transformation process.
|
class |
MapperChain
|
class |
MapperMutate<T extends Mapper>
|
class |
TransformerMapper<T,O>
Mapper that uses a Transformer as a transform process |
Modifier and Type | Class and Description |
---|---|
class |
IdentifiableTransformer<T>
During processing it maybe required to identify the Transformer associated with a process.
|
Modifier and Type | Method and Description |
---|---|
int |
IdentifiableIdComparator.compare(Identifiable<Long> o1,
Identifiable<Long> o2) |
int |
IdentifiableIdComparator.compare(Identifiable<Long> o1,
Identifiable<Long> o2) |
Modifier and Type | Class and Description |
---|---|
class |
ExcelContextualReader<T>
Reads an Excel sheet with Context in mind, supporting things like Look Aheads etc.
|
class |
ExcelRowByRowReader<T>
Parse an Excel File Row by Row; the Row is represented by A simple List of values.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReader<TUPLE_IN,RECORD_OUT,STATE>
Support generic Process Aware aspects for Read operations and their boiler plate management
|
class |
BaseIterativeProcessor<TUPLE_IN,RECORD_OUT,STATE>
Support generic Process Aware aspects for Read operations and their boiler plate management
|
class |
ChainIterativeReader<TUPLE_IN,RECORD_OUT,STATE>
Chain multiple
BaseIterativeProcessor s |
class |
ExecuteJobReader
Simply executes a Job
If the BaseIterativeProcessor.getTransformer() is a TransformerChain then the first level chain elements are each considered a Different Job and each passed the BaseIterativeProcessor.getParams()
If the BaseIterativeProcessor.getTransformer() return any String or List of String then those will be added to BaseIterativeProcessor.getMessages()
TODO: Add unit test case for Single & multiple Jobs in TransformerChain |
class |
FileReader<T,S>
For a given Root Folder (
File as a Resource ), read each file in all the directories (nested optional); and for each file return
a n entity of type T. |
Modifier and Type | Class and Description |
---|---|
class |
FeedItem |
Modifier and Type | Class and Description |
---|---|
class |
RSS2Channel |
class |
RSS2Item |
Modifier and Type | Class and Description |
---|---|
class |
SiteMapItem
Google Site Map XML
|
Modifier and Type | Class and Description |
---|---|
class |
RelatedEntityPersistTransformer<E extends Identifiable<?>>
This Transformer will ensure that the entity is persisted and return back the passed in input.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributesMapper<A extends Attributes<A,V>,V>
Specialized/Convenient wrapper
Mapper for mapping Attributes .This specialized because Attributes and Attribute have an encapsulated relation which requires awareness of the Attributes interface. |
Modifier and Type | Class and Description |
---|---|
class |
Post
Blog Post
|
class |
PostAttribute
Describes a content Attribute.
|
class |
PostFacet
A
ContentFacet for Post |
Modifier and Type | Class and Description |
---|---|
class |
Product
Master Object for
Product An entity with a default Inheritance.strategy() as InheritanceType.SINGLE_TABLE and a default DiscriminatorValue default |
class |
ProductAttribute
Describes a product Attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentifiableEntityIndexSearch<I extends Identifiable>
|
Modifier and Type | Method and Description |
---|---|
protected Object |
IdentifiableEntityIndexSearch.getId(Identifiable o) |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizableFacetMeta
|
class |
FacetMeta |
class |
MultiAuthorizedStateFacetMeta |
class |
MultiStateFacetMeta<S>
Based on the State present a different
FacetMeta . |
class |
TransactionalFacetMeta
Wrap the incoming transformer in a
TransactionalTransformer with a default TransactionDefinition of
TransactionDefinition.PROPAGATION_REQUIRED and TransactionDefinition.ISOLATION_READ_UNCOMMITTED |
Copyright © 2018. All rights reserved.