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 JpaPriceList
JpaPriceUserTarget. getPriceList()
Methods in com.broadleafcommerce.pricing.provider.jpa.domain with parameters of type JpaPriceList Modifier and Type Method Description void
JpaPriceUserTarget. 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 class
JpaCustomizedPriceListRepository<D extends JpaPriceList>
Repository fragment forJpaPriceListRepository
that includes custom JPA query methods.interface
JpaPriceListRepository<D extends JpaPriceList>
JPA counter-part ofPriceListRepository
.
-