Package com.broadleafcommerce.data.tracking.core.service
package com.broadleafcommerce.data.tracking.core.service
-
ClassDescriptionReal-world service implementations of
CrudEntityService
can extend from this class as a convenience to inherit CRUD behavior for a particular business domain type.Real-world service implementations ofMappableCrudEntityService
can extend from this class as a convenience to inherit CRUD behavior for a particular business domain type.Real-world service implementations ofRsqlCrudEntityService
can extend from this class as a convenience to inherit CRUD behavior for a particular business domain type.Real-world service implementations ofRsqlMappableCrudEntityService
can extend from this class as a convenience to inherit CRUD behavior for a particular business domain type.A response returned byCrudEntityService
/CrudEntityHelper
for operations that involve persistence of multiple items at once.Batch update a managed, catalog discriminated entity type based onCatalog#getGroups()
andCatalog.getLevel()
changes.Component capable of informing the system of a change to aTrackable
domain.Helper class responsible for providing basic CRUD support for business domain types.Base service API for a given entity type.Helper class responsible for providing basic CRUD support for a business domain type.Base service API for a given entity type.Marker interface to indicate that aPagingAndSortingRepository
can also handle RSQL-based query methods.Integration component responsible for interacting with the propagation architecture outside of the standard transition flow (seeWorkflowTransitionHelper
).Helper class responsible for providing additional support for RSQL filtering for business domain services.RSQL-specific variant of theCrudEntityService
.Helper class responsible for providing additional support for RSQL filtering for business domain services.RSQL-specific variant of theMappableCrudEntityService
.Allows customization of an RSQL query before it is passed on to the repository layer.Update<P>An update with a service projection against a persistent store mapped byUpdate.getId()