Uses of Interface
com.broadleafcommerce.data.tracking.core.service.CrudEntityService
-
Packages that use CrudEntityService Package Description com.broadleafcommerce.data.tracking.core.service com.broadleafcommerce.data.tracking.core.tenant.service -
-
Uses of CrudEntityService in com.broadleafcommerce.data.tracking.core.service
Subinterfaces of CrudEntityService in com.broadleafcommerce.data.tracking.core.service Modifier and Type Interface Description interfaceRsqlCrudEntityService<P>RSQL-specific variant of theCrudEntityService.Classes in com.broadleafcommerce.data.tracking.core.service that implement CrudEntityService Modifier and Type Class Description classBaseCrudEntityService<P>Real-world service implementations ofCrudEntityServicecan extend from this class as a convenience to inherit CRUD behavior for a particular business domain type.classBaseRsqlCrudEntityService<P>Real-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.service Modifier and Type Interface Description interfaceCommonApplicationService<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 CrudEntityService Modifier and Type Class Description classDefaultCommonApplicationService<P extends Application>classDefaultCommonCatalogService<P extends Catalog>
-