Modifier and Type | Class and Description |
---|---|
class |
GenericObjectDaoImpl
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReader<T>
Deprecated.
|
class |
AbstractWriter<T>
Abstract Writer for services
|
class |
EntityJSONCollectionWriter<T>
A JSON writer; for the WebServices that return a
Collection of Entities As JSON Array
If the Collection is expected to have multiple entities then look @ #entityToJsonProvider and EntityJSONCollectionWriter.entityJsonTransformersMap . |
class |
EntityJSONWriter<T>
A JSON writer; for the WebServices that return an Entity As JSON
|
class |
GenericObjectListWriter
A JSON writer; for the WebServices that return
ResultRow s |
class |
GenericObjectWriter
A JSON writer; for the WebServices that return
ResultRow s |
class |
ObjectListWriter
A JSON writer; for the WebServices that return
ResultRow s |
class |
PageWriter
A JSON reader; for the WebServices that sends a
PageInfo |
class |
QueryReader
A JSON reader; for the WebServices that sends a
Query |
class |
ResponseWriter
A JSON writer; for the WebServices that sends a
Response |
class |
ResultRowListWriter
A JSON writer; for the WebServices that return
ResultRow s |
Modifier and Type | Class and Description |
---|---|
class |
AuditDaoImpl |
Modifier and Type | Class and Description |
---|---|
class |
CommentDaoImpl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHierarchyDaoImpl<T extends IHierarchialReference>
Some common work horse
IHierarchialReference domain related common DAO method helpers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurationJPADaoImpl<C extends AbstractConfiguration>
Abstract reusable
AbstractConfiguration class for other modules to extend. |
class |
ConfigurationJPADaoImpl
Deprecated.
Each Application is encouraged to define its own implementation of
AbstractConfigurationJPADaoImpl
Try to extend from AbstractQueryableDaoImpl directly |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentHierarchyDaoImpl<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Default JPA implementation for
ContentDao
TODO: All locale based code is based on AbstractContent.getLocale() .Language. |
class |
ContentDaoImpl<C extends ContentDescriber>
Default JPA implementation for
ContentDao with support by the default Transaction Manager
TODO: All locale based code is based on AbstractContent.getLocale() .Language. |
Modifier and Type | Class and Description |
---|---|
class |
FacetListWriter
Deprecated.
User
EntityJSONCollectionWriter directly |
class |
FacetWriter
Deprecated.
User
EntityJSONWriter directly |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryableDaoImpl<T>
A generic DAO Impl of higher order queries & criteria & pagination.
Though intended to be also an abstract class, the AbstractQueryableDaoImpl.getQueryObject(Query, boolean) is a useful method by itself. |
class |
GenericDaoImpl<T>
A generic DaoImpl.
|
class |
GenericQueryableDaoImpl<T>
Deprecated.
Try to extend from
AbstractQueryableDaoImpl directly |
Modifier and Type | Class and Description |
---|---|
class |
LogisticsDaoImpl
Default implementation for
LogisticsDao |
Modifier and Type | Class and Description |
---|---|
class |
OrderDaoImpl<O extends Order>
Order related DAO
Order queries can be complex; for most practical purposes the DAO will never fully suffice and hence not interface is provided. Just a basic service provider with access to the EntityManager |
class |
PromotionDaoImpl<T extends Promotion>
Basic Promotion related DAO's
Promotion queries can be complex; for most practical purposes the DAO will never fully suffice and hence not interface is provided. Just a basic service provider with access to the EntityManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransactionService<T extends Transaction<O>,O extends Order>
Default implementation for
TransactionService
Since this implements ChangeGenerator ; it will also generate Events of Typesave - Transaction
|
Modifier and Type | Class and Description |
---|---|
class |
OrderListWriter<T extends Order<I>,I extends OrderItem>
Deprecated.
User
EntityJSONCollectionWriter directly |
class |
OrderWriter<T extends Order<I>,I extends OrderItem>
Deprecated.
User
EntityJSONWriter directly |
Modifier and Type | Class and Description |
---|---|
class |
CartWriter
A JSON writer; for the WebServices that return
Cart s |
Modifier and Type | Class and Description |
---|---|
class |
EcomUserDaoImpl<U extends IGenericEcomUser>
User related queries.
|
class |
RegisteredUserLoginDaoImpl<U extends IGenericEcomUser>
Ensures there is a Dao that adheres to
UserDao ; which can be used for Authorization, Login etc. |
Modifier and Type | Class and Description |
---|---|
class |
EventsDaoImpl<E extends AbstractEvent>
|
Modifier and Type | Class and Description |
---|---|
class |
EventsListWriter |
class |
EventsReader
A JSON reader; for the WebServices that sends a
Query |
class |
EventsWriter
A JSON writer; for the WebServices that return
ResultRow s |
Modifier and Type | Class and Description |
---|---|
class |
PostDaoImpl |
Modifier and Type | Class and Description |
---|---|
class |
ProductDaoImpl<T extends Product>
Default MySQL-JPA implementation for
ProductDao
Even though written with JPA there are some slight My-SQL bindings like case name of entity/table etc. |
Modifier and Type | Class and Description |
---|---|
class |
ProductTemplateServiceImpl
ProductTemplate specific TemplateService methods |
Modifier and Type | Class and Description |
---|---|
class |
ProductListWriter
Deprecated.
User
EntityJSONCollectionWriter directly |
class |
ProductWriter
Deprecated.
User
EntityJSONWriter directly |
Modifier and Type | Class and Description |
---|---|
class |
RatingDaoImpl |
Modifier and Type | Class and Description |
---|---|
class |
PostTemplateServiceImpl
Implementation of the
TemplateService for Posts. |
class |
TemplateServiceImpl
Default implementation of the
TemplateService |
Modifier and Type | Class and Description |
---|---|
class |
UserAttributesDaoImpl<U extends UserAttribute>
DAO for
UserAttribute |
class |
UserDaoImpl<U extends User>
Implementation for
User s & Credentials
For different types of User entities, use different instances of this. |
Copyright © 2018. All rights reserved.