Uses of Class
de.hybris.platform.paymentstandard.jalo.StandardPaymentModeValue
-
Packages that use StandardPaymentModeValue Package Description de.hybris.platform.paymentstandard.jalo -
-
Uses of StandardPaymentModeValue in de.hybris.platform.paymentstandard.jalo
Fields in de.hybris.platform.paymentstandard.jalo with type parameters of type StandardPaymentModeValue Modifier and Type Field Description protected static OneToManyHandler<StandardPaymentModeValue>GeneratedStandardPaymentMode. PAYMENTMODEVALUESHANDLEROneToManyHandlerfor handling 1:n PAYMENTMODEVALUES's relation attributes from 'many' side.Methods in de.hybris.platform.paymentstandard.jalo that return StandardPaymentModeValue Modifier and Type Method Description StandardPaymentModeValueStandardPaymentMode. addNewDeliveryModeValue(Currency currency, double value)Deprecated.since the method name is plain wrong ;)StandardPaymentModeValueStandardPaymentMode. addNewPaymentModeValue(Currency currency, double value)protected StandardPaymentModeValueStandardPaymentMode. createPaymentModeValueInternal(Currency currency, double value)StandardPaymentModeValueGeneratedStandardPaymentModeManager. createStandardPaymentModeValue(SessionContext ctx, java.util.Map attributeValues)StandardPaymentModeValueGeneratedStandardPaymentModeManager. createStandardPaymentModeValue(java.util.Map attributeValues)StandardPaymentModeValueStandardPaymentMode. getPaymentModeValue(Currency curr)Deprecated.since ages - use de.hybris.platform.order.PaymentModeService.getCost(StandardPaymentModeModel,CurrencyModel )StandardPaymentModeValueStandardPaymentModeManager. setCost(StandardPaymentMode mode, Currency curr, double value)Deprecated.since ages - useStandardPaymentMode.setCost(Currency, double)directlyMethods in de.hybris.platform.paymentstandard.jalo that return types with arguments of type StandardPaymentModeValue Modifier and Type Method Description java.util.Collection<StandardPaymentModeValue>GeneratedStandardPaymentMode. getPaymentModeValues()Generated method - Getter of theStandardPaymentMode.paymentModeValuesattribute.java.util.Collection<StandardPaymentModeValue>GeneratedStandardPaymentMode. getPaymentModeValues(SessionContext ctx)Generated method - Getter of theStandardPaymentMode.paymentModeValuesattribute.Methods in de.hybris.platform.paymentstandard.jalo with parameters of type StandardPaymentModeValue Modifier and Type Method Description voidGeneratedStandardPaymentMode. addToPaymentModeValues(SessionContext ctx, StandardPaymentModeValue value)Generated method - Addsvalueto paymentModeValues.voidGeneratedStandardPaymentMode. addToPaymentModeValues(StandardPaymentModeValue value)Generated method - Addsvalueto paymentModeValues.voidGeneratedStandardPaymentMode. removeFromPaymentModeValues(SessionContext ctx, StandardPaymentModeValue value)Generated method - Removesvaluefrom paymentModeValues.voidGeneratedStandardPaymentMode. removeFromPaymentModeValues(StandardPaymentModeValue value)Generated method - Removesvaluefrom paymentModeValues.Method parameters in de.hybris.platform.paymentstandard.jalo with type arguments of type StandardPaymentModeValue Modifier and Type Method Description voidGeneratedStandardPaymentMode. setPaymentModeValues(SessionContext ctx, java.util.Collection<StandardPaymentModeValue> value)Generated method - Setter of theStandardPaymentMode.paymentModeValuesattribute.voidGeneratedStandardPaymentMode. setPaymentModeValues(java.util.Collection<StandardPaymentModeValue> value)Generated method - Setter of theStandardPaymentMode.paymentModeValuesattribute.
-