Interface ChangeSummaryGroupService<P extends ChangeSummaryGroup>

All Superinterfaces:
com.broadleafcommerce.data.tracking.core.service.MappableCrudEntityService<P>, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityService<P>
All Known Implementing Classes:
DefaultChangeSummaryGroupService

public interface ChangeSummaryGroupService<P extends ChangeSummaryGroup> extends com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityService<P>
Service for working with instances. Primarily involves CRUD operations going through ChangeSummaryGroupRepository.
Author:
Jeff Fischer