| Package | Description |
|---|---|
| com.neurosys.comments.domain | |
| com.neurosys.content.domain | |
| com.neurosys.ecom.orders.domain | |
| com.neurosys.ecom.orders.strategy | |
| com.neurosys.posts.domain | |
| com.neurosys.q.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
Comment
Comment
A {Topic + id} should be unique |
| 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 |
ContentDescriber
Describes Content and is identified by a unique identifier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertedCurrencyOrder<I extends OrderItem>
|
class |
Order<I extends OrderItem>
Maintains details about an Order.
|
class |
RelatedOrder<O extends Order<I>,I extends OrderItem>
Multi Order flow, with related
Orders. |
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 |
Post
Blog Post
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Batch<T extends Token<T>>
|
interface |
ReQueableToken<T extends ReQueableToken>
A
Token aware of its neighbours in a Double linked list Q. |
interface |
Token<T extends Token>
A manifestation of
Notification. |
interface |
TokenWrapper<O>
Support instances that cannot implemented
Token straight. |
Copyright © 2018. All rights reserved.