Uses of Class
de.hybris.platform.paymentstandard.jalo.StandardPaymentMode
-
Packages that use StandardPaymentMode Package Description de.hybris.platform.paymentstandard.jalo -
-
Uses of StandardPaymentMode in de.hybris.platform.paymentstandard.jalo
Methods in de.hybris.platform.paymentstandard.jalo that return StandardPaymentMode Modifier and Type Method Description StandardPaymentModeGeneratedStandardPaymentModeManager. createStandardPaymentMode(SessionContext ctx, java.util.Map attributeValues)StandardPaymentModeGeneratedStandardPaymentModeManager. createStandardPaymentMode(java.util.Map attributeValues)StandardPaymentModeGeneratedStandardPaymentModeValue. getPaymentMode()Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute.StandardPaymentModeGeneratedStandardPaymentModeValue. getPaymentMode(SessionContext ctx)Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute.Methods in de.hybris.platform.paymentstandard.jalo with parameters of type StandardPaymentMode Modifier and Type Method Description PriceValueStandardPaymentModeManager. getCost(SessionContext ctx, StandardPaymentMode mode, AbstractOrder order)Deprecated.since ages - usePaymentMode.getCost(AbstractOrder)directlyjava.util.MapStandardPaymentModeManager. getValues(StandardPaymentMode mode)Deprecated.since ages - usegetValues()directlybooleanStandardPaymentModeManager. isNet(StandardPaymentMode mode)Deprecated.since ages - useGeneratedStandardPaymentMode.isNetAsPrimitive()directlybooleanStandardPaymentModeManager. removeCost(StandardPaymentMode mode, Currency curr)Deprecated.since ages - useremoveCost(Currency)directlyStandardPaymentModeValueStandardPaymentModeManager. setCost(StandardPaymentMode mode, Currency curr, double value)Deprecated.since ages - usesetCost(Currency, double)directlyvoidStandardPaymentModeManager. setNet(StandardPaymentMode mode, boolean net)Deprecated.since ages - useGeneratedStandardPaymentMode.setNet(boolean)directlyprotected voidGeneratedStandardPaymentModeValue. setPaymentMode(SessionContext ctx, StandardPaymentMode value)Generated method - Setter of theStandardPaymentModeValue.paymentModeattribute.protected voidGeneratedStandardPaymentModeValue. setPaymentMode(StandardPaymentMode value)Generated method - Setter of theStandardPaymentModeValue.paymentModeattribute.protected voidStandardPaymentModeValue. setPaymentMode(SessionContext ctx, StandardPaymentMode value)voidStandardPaymentModeManager. setValues(StandardPaymentMode mode, java.util.Map values)Deprecated.since ages - usesetValues(Map)directly
-