Package | Description |
---|---|
com.broadleafcommerce.data.tracking.core.service | |
com.broadleafcommerce.data.tracking.core.tenant.service |
Modifier and Type | Interface and Description |
---|---|
interface |
RsqlCrudEntityService<P>
RSQL-specific variant of the
CrudEntityService . |
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
CommonApplicationService<P extends Application>
Application business domain specific version of CrudEntityService . |
interface |
CommonCatalogService<P extends Catalog>
Catalog business domain specific version of CrudEntityService . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommonApplicationService<P extends Application> |
class |
DefaultCommonCatalogService<P extends Catalog> |
Copyright © 2021. All rights reserved.