Uses of Class
de.hybris.platform.europe1.jalo.PriceRow
-
-
Uses of PriceRow in de.hybris.platform.acceleratorservices.jalo
Methods in de.hybris.platform.acceleratorservices.jalo with parameters of type PriceRow Modifier and Type Method Description java.lang.Long
GeneratedAcceleratorServicesManager. getSequenceId(PriceRow item)
Generated method - Getter of thePriceRow.sequenceId
attribute.java.lang.Long
GeneratedAcceleratorServicesManager. getSequenceId(SessionContext ctx, PriceRow item)
Generated method - Getter of thePriceRow.sequenceId
attribute.long
GeneratedAcceleratorServicesManager. getSequenceIdAsPrimitive(PriceRow item)
Generated method - Getter of thePriceRow.sequenceId
attribute.long
GeneratedAcceleratorServicesManager. getSequenceIdAsPrimitive(SessionContext ctx, PriceRow item)
Generated method - Getter of thePriceRow.sequenceId
attribute.void
GeneratedAcceleratorServicesManager. setSequenceId(PriceRow item, long value)
Generated method - Setter of thePriceRow.sequenceId
attribute.void
GeneratedAcceleratorServicesManager. setSequenceId(PriceRow item, java.lang.Long value)
Generated method - Setter of thePriceRow.sequenceId
attribute.void
GeneratedAcceleratorServicesManager. setSequenceId(SessionContext ctx, PriceRow item, long value)
Generated method - Setter of thePriceRow.sequenceId
attribute.void
GeneratedAcceleratorServicesManager. setSequenceId(SessionContext ctx, PriceRow item, java.lang.Long value)
Generated method - Setter of thePriceRow.sequenceId
attribute. -
Uses of PriceRow in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type PriceRow Modifier and Type Method Description protected CatalogVersion
PriceRowLabelProvider. getCatalogVersion(PriceRow priceRow)
Deprecated.protected java.lang.String
PriceRowLabelProvider. getIconPath(PriceRow item)
Deprecated.protected java.lang.String
PriceRowLabelProvider. getIconPath(PriceRow item, java.lang.String languageIso)
Deprecated.protected java.lang.String
PriceRowLabelProvider. getItemDescription(PriceRow item)
Deprecated.protected java.lang.String
PriceRowLabelProvider. getItemDescription(PriceRow item, java.lang.String languageIso)
Deprecated.protected java.lang.String
PriceRowLabelProvider. getItemLabel(PriceRow priceRow)
Deprecated.protected java.lang.String
PriceRowLabelProvider. getItemLabel(PriceRow priceRow, java.lang.String languageIso)
Deprecated. -
Uses of PriceRow in de.hybris.platform.europe1.constants
Methods in de.hybris.platform.europe1.constants with parameters of type PriceRow Modifier and Type Method Description static PriceInformation
Europe1Tools. createPriceInformation(PriceRow row, Currency currency)
-
Uses of PriceRow in de.hybris.platform.europe1.jalo
Fields in de.hybris.platform.europe1.jalo with type parameters of type PriceRow Modifier and Type Field Description protected static OneToManyHandler<PriceRow>
GeneratedEurope1PriceFactory. PRODUCT2OWNEUROPE1PRICESOWNEUROPE1PRICESHANDLER
OneToManyHandler
for handling 1:n OWNEUROPE1PRICES's relation attributes from 'many' side.Methods in de.hybris.platform.europe1.jalo that return PriceRow Modifier and Type Method Description PriceRow
Europe1PriceFactory. createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price)
Creates a new PriceRow.PriceRow
Europe1PriceFactory. createPriceRow(Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel)
Overloaded method to support Channel dimension to PriceRow.PriceRow
Europe1PriceFactory. createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price)
Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double)
but with specific SessionContext.PriceRow
Europe1PriceFactory. createPriceRow(SessionContext ctx, Product product, EnumerationValue productPriceGroup, User user, EnumerationValue userPriceGroup, long minQuantity, Currency currency, Unit unit, int unitFactor, boolean net, DateRange dateRange, double price, EnumerationValue channel)
Same asEurope1PriceFactory.createPriceRow(Product, EnumerationValue, User, EnumerationValue, long, Currency, Unit, int, boolean, DateRange, double, EnumerationValue)
but with specific SessionContext.PriceRow
GeneratedEurope1PriceFactory. createPriceRow(SessionContext ctx, java.util.Map attributeValues)
PriceRow
GeneratedEurope1PriceFactory. createPriceRow(java.util.Map attributeValues)
protected PriceRow
Europe1PriceFactory. getCounterpartItem(SessionContext ctx, PriceRow pricerow, CatalogVersion targetVersion)
PriceRow
Europe1PriceInformation. getPriceRow()
PriceRow
Europe1PriceFactory. matchPriceRowForPrice(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, long qtd, Unit unit, Currency currency, java.util.Date date, boolean net, boolean giveAwayMode)
matches price rows by product or product group, user or user group, min quantity, currency and daterange.Methods in de.hybris.platform.europe1.jalo that return types with arguments of type PriceRow Modifier and Type Method Description protected java.util.List<PriceRow>
Europe1PriceFactory. filterPriceRows(java.util.List<PriceRow> priceRows)
Removes price rows from set of matching rows if they will never be applicable.protected java.util.List<PriceRow>
Europe1PriceFactory. filterPriceRows4Info(java.util.Collection<PriceRow> rows, Currency curr, java.util.Date date, PriceRowChannel channel)
Filters price rows which do not match the given parameters.protected java.util.List<PriceRow>
Europe1PriceFactory. filterPriceRows4Price(java.util.Collection<PriceRow> rows, long _quantity, Unit unit, Currency curr, java.util.Date date, boolean giveAwayMode, PriceRowChannel channel)
Filters price rows which do not match the given parameters.java.util.Collection<PriceRow>
Europe1PriceFactory. getEurope1Prices(Product item)
java.util.Collection<PriceRow>
Europe1PriceFactory. getEurope1Prices(SessionContext ctx, Product product)
Attribute getter for Product.europe1prices.java.util.Collection<PriceRow>
GeneratedEurope1PriceFactory. getOwnEurope1Prices(Product item)
Generated method - Getter of theProduct.ownEurope1Prices
attribute.java.util.Collection<PriceRow>
GeneratedEurope1PriceFactory. getOwnEurope1Prices(SessionContext ctx, Product item)
Generated method - Getter of theProduct.ownEurope1Prices
attribute.java.util.Collection<PriceRow>
Europe1PriceFactory. getRealPartOfPriceRows(SessionContext ctx, Product product, EnumerationValue productGroup)
Returns collection of all price rows for the specified product and price group.java.util.List<PriceRow>
Europe1PriceFactory. matchPriceRowsForInfo(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, Currency currency, java.util.Date date, boolean net)
protected java.util.Collection<PriceRow>
Europe1PriceFactory. queryPriceRows4Price(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup)
protected java.util.Collection<PriceRow>
Europe1PriceFactory. queryPriceRows4Price(SessionContext ctx, Product product, EnumerationValue productGroup, User user, EnumerationValue userGroup, java.util.Date date, Currency currency, boolean giveAwayMode)
Runs database query for fetching price rows for calculating base prices.Methods in de.hybris.platform.europe1.jalo with parameters of type PriceRow Modifier and Type Method Description void
GeneratedEurope1PriceFactory. addToOwnEurope1Prices(Product item, PriceRow value)
Generated method - Addsvalue
to ownEurope1Prices.void
GeneratedEurope1PriceFactory. addToOwnEurope1Prices(SessionContext ctx, Product item, PriceRow value)
Generated method - Addsvalue
to ownEurope1Prices.int
Europe1PriceFactory.PriceRowInfoComparator. compare(PriceRow row1, PriceRow row2)
int
Europe1PriceFactory.PriceRowMatchComparator. compare(PriceRow row1, PriceRow row2)
protected static PriceValue
Europe1PriceInformation. createPriceValue(PriceRow row, Currency requested)
protected static java.util.Map
Europe1PriceInformation. createQualifiers(PriceRow row)
protected PriceRow
Europe1PriceFactory. getCounterpartItem(SessionContext ctx, PriceRow pricerow, CatalogVersion targetVersion)
void
GeneratedEurope1PriceFactory. removeFromOwnEurope1Prices(Product item, PriceRow value)
Generated method - Removesvalue
from ownEurope1Prices.void
GeneratedEurope1PriceFactory. removeFromOwnEurope1Prices(SessionContext ctx, Product item, PriceRow value)
Generated method - Removesvalue
from ownEurope1Prices.Method parameters in de.hybris.platform.europe1.jalo with type arguments of type PriceRow Modifier and Type Method Description protected java.util.List<PriceRow>
Europe1PriceFactory. filterPriceRows(java.util.List<PriceRow> priceRows)
Removes price rows from set of matching rows if they will never be applicable.protected java.util.List<PriceRow>
Europe1PriceFactory. filterPriceRows4Info(java.util.Collection<PriceRow> rows, Currency curr, java.util.Date date, PriceRowChannel channel)
Filters price rows which do not match the given parameters.protected java.util.List<PriceRow>
Europe1PriceFactory. filterPriceRows4Price(java.util.Collection<PriceRow> rows, long _quantity, Unit unit, Currency curr, java.util.Date date, boolean giveAwayMode, PriceRowChannel channel)
Filters price rows which do not match the given parameters.void
Europe1PriceFactory. setEurope1Prices(Product item, java.util.Collection<PriceRow> value)
void
GeneratedEurope1PriceFactory. setOwnEurope1Prices(Product item, java.util.Collection<PriceRow> value)
Generated method - Setter of theProduct.ownEurope1Prices
attribute.void
GeneratedEurope1PriceFactory. setOwnEurope1Prices(SessionContext ctx, Product item, java.util.Collection<PriceRow> value)
Generated method - Setter of theProduct.ownEurope1Prices
attribute.Constructors in de.hybris.platform.europe1.jalo with parameters of type PriceRow Constructor Description Europe1PriceInformation(PriceRow src, Currency requested)
-
Uses of PriceRow in de.hybris.platform.sap.sapmodel.jalo
Methods in de.hybris.platform.sap.sapmodel.jalo with parameters of type PriceRow Modifier and Type Method Description java.lang.String
GeneratedSapmodelManager. getSapConditionId(PriceRow item)
Generated method - Getter of thePriceRow.sapConditionId
attribute.java.lang.String
GeneratedSapmodelManager. getSapConditionId(SessionContext ctx, PriceRow item)
Generated method - Getter of thePriceRow.sapConditionId
attribute.void
GeneratedSapmodelManager. setSapConditionId(PriceRow item, java.lang.String value)
Generated method - Setter of thePriceRow.sapConditionId
attribute.void
GeneratedSapmodelManager. setSapConditionId(SessionContext ctx, PriceRow item, java.lang.String value)
Generated method - Setter of thePriceRow.sapConditionId
attribute. -
Uses of PriceRow in de.hybris.platform.subscriptionservices.jalo
Subclasses of PriceRow in de.hybris.platform.subscriptionservices.jalo Modifier and Type Class Description class
GeneratedSubscriptionPricePlan
Generated class for typeSubscriptionPricePlan
.class
SubscriptionPricePlan
Methods in de.hybris.platform.subscriptionservices.jalo that return PriceRow Modifier and Type Method Description PriceRow
ExtendedCatalogAwareEurope1PriceFactory. getPriceRow(AbstractOrderEntry entry)
PriceRow
ExtendedCatalogAwareEurope1PriceFactory. getPriceRow(Product product)
PriceRow
ExtendedPriceFactory. getPriceRow(AbstractOrderEntry entry)
PriceRow
ExtendedPriceFactory. getPriceRow(Product product)
-