Modifier and Type | Class and Description |
---|---|
class |
AuthorizableSecurableService
A service that allows
SecurableService to be Authorizable also. |
class |
GenericFormService
Provide a generic service(s) that can act as a Form that performs the following in a standard manner:
Accept a HTTP POST form in application/x-www-form-urlencoded
The form fields are server entity field names
The service will then pass the
HttpServletRequest to the submit Transformer
The Submit transformer result will be wrapped in a Response object and sent back synchronously to the client
If there are any listeners they will be also invoked synchronously. |
class |
GenericObjectQueryService
Query the amorphous database
|
class |
GenericObjectUpdateService
Update the amorphous database
|
Modifier and Type | Class and Description |
---|---|
class |
SiteAuthorizableSecurableService
Common Modules specific Auth implementations for
AuthorizableSecurableService |
Modifier and Type | Class and Description |
---|---|
class |
DynamicConfigService<C extends AbstractConfiguration>
A WebService to extract static properties, dynamic configurations which are backed by ConfigurationService -
DynamicConfigService.getService() .It also supports an optional context based namespace. |
Modifier and Type | Class and Description |
---|---|
class |
ContentQueryService<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Web Service Layer to Query
ContentDescriber Database |
Modifier and Type | Class and Description |
---|---|
class |
OrderQueryService<T extends Order<I>,I extends OrderItem>
Web Service Layer to Query
Order Database |
Modifier and Type | Class and Description |
---|---|
class |
StrategiesService<P extends Product,U extends IGenericEcomUser,CONTEXT>
THIS CLASS IS WICKET DEPENDENT AS IT INTERNALLY USES A WICKET
EComSession
Web Service Layer for accessing Strategies over a users Session (Guest or Logged in)
This can be used to compute things like Packaging costs, Tax, Shipping costs etc. |
class |
WicketEcomUserContextUpdateService<U extends User>
Web Service Layer for
User that allows updating of User cart, context etc. |
Modifier and Type | Class and Description |
---|---|
class |
EventsQueryService<E extends AbstractEvent>
Query the amorphous database
|
class |
EventsUpdateService<E extends AbstractEvent>
Update the amorphous database
|
Modifier and Type | Class and Description |
---|---|
class |
UserLookupService
Web Service Layer to Query from a List of
ConfigurationSource ; namely following types of lookups applicable to the user:
Cache Lookups
Persisted/shared Config lookups
Properties
Any configuration is defined by a name-space, key and its value. |
Modifier and Type | Class and Description |
---|---|
class |
NavQueryService
Web Service Layer to Query
Product Database |
Modifier and Type | Class and Description |
---|---|
class |
ProductQueryService
Web Service Layer to Query
Product Database |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnyUserUpdateService<U extends User,E,S>
Web Service Layer for any
User (Logged in or Guest) supports generic user related methods. |
class |
ServletAnyUserUpdateService<U extends User,E>
Web Service Layer for any
User (Logged in or Guest) supports generic user related methods. |
class |
UserUpdateService<U extends User>
Web Service Layer for
User (Particularly Logged in ones) |
class |
WicketAnyUserUpdateService<U extends User,E>
Web Service Layer for any
User (Logged in or Guest) supports generic user related methods. |
Copyright © 2018. All rights reserved.