Uses of Interface
com.broadleafcommerce.customer.repository.CustomerSegmentRepository
-
Packages that use CustomerSegmentRepository Package Description com.broadleafcommerce.customer.provider.jpa.repository com.broadleafcommerce.customer.service -
-
Uses of CustomerSegmentRepository in com.broadleafcommerce.customer.provider.jpa.repository
Subinterfaces of CustomerSegmentRepository in com.broadleafcommerce.customer.provider.jpa.repository Modifier and Type Interface Description interface
JpaCustomerSegmentRepository<D extends JpaCustomerSegment>
-
Uses of CustomerSegmentRepository in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return CustomerSegmentRepository Modifier and Type Method Description protected CustomerSegmentRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultCustomerSegmentService. getRepo()
Constructors in com.broadleafcommerce.customer.service with parameters of type CustomerSegmentRepository Constructor Description DefaultCustomerSegmentService(CustomerSegmentRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper)
-