Uses of Interface
com.broadleafcommerce.data.tracking.core.service.CrudEntityService
Package
Description
-
Uses of CrudEntityService in com.broadleafcommerce.data.tracking.core.service
Modifier and TypeClassDescriptionclass
Real-world service implementations ofCrudEntityService
can extend from this class as a convenience to inherit CRUD behavior for a particular business domain type.class
Real-world service implementations ofRsqlCrudEntityService
can extend from this class as a convenience to inherit CRUD behavior for a particular business domain type. -
Uses of CrudEntityService in com.broadleafcommerce.data.tracking.core.tenant.service
Modifier and TypeInterfaceDescriptioninterface
CommonApplicationService<P extends Application>
Application
business domain specific version ofCrudEntityService
.interface
CommonCatalogService<P extends Catalog>
Catalog
business domain specific version ofCrudEntityService
.Modifier and TypeClassDescriptionclass
DefaultCommonApplicationService<P extends Application>
class
DefaultCommonCatalogService<P extends Catalog>