Uses of Class
de.hybris.platform.paymentstandard.jalo.StandardPaymentMode
Packages that use StandardPaymentMode
-
Uses of StandardPaymentMode in de.hybris.platform.paymentstandard.jalo
Methods in de.hybris.platform.paymentstandard.jalo that return StandardPaymentModeModifier and TypeMethodDescriptionGeneratedStandardPaymentModeManager.createStandardPaymentMode(SessionContext ctx, Map attributeValues) GeneratedStandardPaymentModeManager.createStandardPaymentMode(Map attributeValues) GeneratedStandardPaymentModeValue.getPaymentMode()Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute.GeneratedStandardPaymentModeValue.getPaymentMode(SessionContext ctx) Generated method - Getter of theStandardPaymentModeValue.paymentModeattribute.Methods in de.hybris.platform.paymentstandard.jalo with parameters of type StandardPaymentModeModifier and TypeMethodDescriptionStandardPaymentModeManager.getCost(SessionContext ctx, StandardPaymentMode mode, AbstractOrder order) Deprecated.StandardPaymentModeManager.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)directlyStandardPaymentModeManager.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, Map values) Deprecated.since ages - usesetValues(Map)directly
PaymentMode.getCost(AbstractOrder)directly