Uses of Interface
com.broadleafcommerce.data.tracking.core.service.CrudEntityService
Packages that use CrudEntityService
Package
Description
-
Uses of CrudEntityService in com.broadleafcommerce.data.tracking.core.service
Subinterfaces of CrudEntityService in com.broadleafcommerce.data.tracking.core.serviceClasses in com.broadleafcommerce.data.tracking.core.service that implement CrudEntityServiceModifier and TypeClassDescriptionclassReal-world service implementations ofCrudEntityServicecan extend from this class as a convenience to inherit CRUD behavior for a particular business domain type.classReal-world service implementations ofRsqlCrudEntityServicecan 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
Subinterfaces of CrudEntityService in com.broadleafcommerce.data.tracking.core.tenant.serviceModifier and TypeInterfaceDescriptioninterfaceCommonApplicationService<P extends Application>Applicationbusiness domain specific version ofCrudEntityService.interfaceCommonCatalogService<P extends Catalog>Catalogbusiness domain specific version ofCrudEntityService.Classes in com.broadleafcommerce.data.tracking.core.tenant.service that implement CrudEntityServiceModifier and TypeClassDescriptionclassDefaultCommonApplicationService<P extends Application>classDefaultCommonCatalogService<P extends Catalog>