Interface | Description |
---|---|
CatalogChangeService |
Batch update a managed, catalog discriminated entity type based on
Catalog#getGroups()
and Catalog.getLevel() changes. |
ChangeNotifier |
Component capable of informing the system of a change to a
Trackable domain. |
CrudEntityService<P> |
Base service API for a given entity type.
|
MappableCrudEntityService<P> |
Base service API for a given entity type.
|
MappableRsqlFilterExecutor<D> |
Marker interface to indicate that a
PagingAndSortingRepository can also handle RSQL-based
query methods. |
PropagationIntegrator |
Integration component responsible for interacting with the propagation architecture outside of
the standard transition flow (see
WorkflowTransitionHelper ). |
RsqlCrudEntityService<P> |
RSQL-specific variant of the
CrudEntityService . |
RsqlMappableCrudEntityService<P> |
RSQL-specific variant of the
MappableCrudEntityService . |
RsqlQueryTransformer |
Allows customization of an RSQL query before it is passed on to the repository layer.
|
Class | Description |
---|---|
BaseCrudEntityService<P> |
Real-world service implementations of
CrudEntityService can extend from this class as a
convenience to inherit CRUD behavior for a particular business domain type. |
BaseMappableCrudEntityService<P> |
Real-world service implementations of
MappableCrudEntityService can extend from this
class as a convenience to inherit CRUD behavior for a particular business domain type. |
BaseRsqlCrudEntityService<P> |
Real-world service implementations of
RsqlCrudEntityService can extend from this class as
a convenience to inherit CRUD behavior for a particular business domain type. |
BaseRsqlMappableCrudEntityService<P> |
Real-world service implementations of
RsqlMappableCrudEntityService can extend from this
class as a convenience to inherit CRUD behavior for a particular business domain type. |
BulkPersistenceResponse<P> |
A response returned by
CrudEntityService /CrudEntityHelper for operations that
involve persistence of multiple items at once. |
BulkPersistenceResponse.PersistenceFailure<F> | |
CrudEntityHelper |
Helper class responsible for providing basic CRUD support for business domain types.
|
MappableCrudEntityHelper |
Helper class responsible for providing basic CRUD support for a business domain type.
|
RsqlCrudEntityHelper |
Helper class responsible for providing additional support for RSQL filtering for business domain
services.
|
RsqlMappableCrudEntityHelper |
Helper class responsible for providing additional support for RSQL filtering for business domain
services.
|
Update<P> |
An update with a service projection against a persistent store mapped by {@link #getId()
|
Enum | Description |
---|---|
BulkPersistenceResponse.PersistenceFailureType |
Copyright © 2021. All rights reserved.