Uses of Interface
com.broadleafcommerce.pricing.repository.CustomizedPriceListRepository
Packages that use CustomizedPriceListRepository
Package
Description
- 
Uses of CustomizedPriceListRepository in com.broadleafcommerce.pricing.provider.jpa.repository
Subinterfaces of CustomizedPriceListRepository in com.broadleafcommerce.pricing.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterfaceJpaPriceListRepository<D extends JpaPriceList>JPA counter-part ofPriceListRepository.Classes in com.broadleafcommerce.pricing.provider.jpa.repository that implement CustomizedPriceListRepositoryModifier and TypeClassDescriptionclassJpaCustomizedPriceListRepository<D extends JpaPriceList>Repository fragment forJpaPriceListRepositorythat includes custom JPA query methods. - 
Uses of CustomizedPriceListRepository in com.broadleafcommerce.pricing.repository
Subinterfaces of CustomizedPriceListRepository in com.broadleafcommerce.pricing.repositoryModifier and TypeInterfaceDescriptioninterfacePriceListRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>Repositoryfor persistent counter-parts ofPriceLists.