Uses of Class
com.broadleafcommerce.pricing.provider.jpa.domain.JpaPriceList
-
Packages that use JpaPriceList Package Description com.broadleafcommerce.pricing.provider.jpa.domain com.broadleafcommerce.pricing.provider.jpa.repository -
-
Uses of JpaPriceList in com.broadleafcommerce.pricing.provider.jpa.domain
Methods in com.broadleafcommerce.pricing.provider.jpa.domain that return JpaPriceList Modifier and Type Method Description JpaPriceListJpaPriceUserTarget. getPriceList()Methods in com.broadleafcommerce.pricing.provider.jpa.domain with parameters of type JpaPriceList Modifier and Type Method Description voidJpaPriceUserTarget. setPriceList(JpaPriceList priceList) -
Uses of JpaPriceList in com.broadleafcommerce.pricing.provider.jpa.repository
Classes in com.broadleafcommerce.pricing.provider.jpa.repository with type parameters of type JpaPriceList Modifier and Type Class Description classJpaCustomizedPriceListRepository<D extends JpaPriceList>Repository fragment forJpaPriceListRepositorythat includes custom JPA query methods.interfaceJpaPriceListRepository<D extends JpaPriceList>JPA counter-part ofPriceListRepository.
-