Uses of Class
de.hybris.platform.paymentstandard.jalo.StandardPaymentModeValue
Packages that use StandardPaymentModeValue
-
Uses of StandardPaymentModeValue in de.hybris.platform.paymentstandard.jalo
Fields in de.hybris.platform.paymentstandard.jalo with type parameters of type StandardPaymentModeValueModifier and TypeFieldDescriptionprotected static final OneToManyHandler<StandardPaymentModeValue>GeneratedStandardPaymentMode.PAYMENTMODEVALUESHANDLEROneToManyHandlerfor handling 1:n PAYMENTMODEVALUES's relation attributes from 'many' side.Methods in de.hybris.platform.paymentstandard.jalo that return StandardPaymentModeValueModifier and TypeMethodDescriptionStandardPaymentMode.addNewDeliveryModeValue(Currency currency, double value) Deprecated.since the method name is plain wrong ;)StandardPaymentMode.addNewPaymentModeValue(Currency currency, double value) protected StandardPaymentModeValueStandardPaymentMode.createPaymentModeValueInternal(Currency currency, double value) GeneratedStandardPaymentModeManager.createStandardPaymentModeValue(SessionContext ctx, Map attributeValues) GeneratedStandardPaymentModeManager.createStandardPaymentModeValue(Map attributeValues) StandardPaymentMode.getPaymentModeValue(Currency curr) Deprecated.since ages - use de.hybris.platform.order.PaymentModeService.getCost(StandardPaymentModeModel,CurrencyModel )StandardPaymentModeManager.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 StandardPaymentModeValueModifier and TypeMethodDescriptionGeneratedStandardPaymentMode.getPaymentModeValues()Generated method - Getter of theStandardPaymentMode.paymentModeValuesattribute.GeneratedStandardPaymentMode.getPaymentModeValues(SessionContext ctx) Generated method - Getter of theStandardPaymentMode.paymentModeValuesattribute.Methods in de.hybris.platform.paymentstandard.jalo with parameters of type StandardPaymentModeValueModifier and TypeMethodDescriptionvoidGeneratedStandardPaymentMode.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 StandardPaymentModeValueModifier and TypeMethodDescriptionvoidGeneratedStandardPaymentMode.setPaymentModeValues(SessionContext ctx, Collection<StandardPaymentModeValue> value) Generated method - Setter of theStandardPaymentMode.paymentModeValuesattribute.voidGeneratedStandardPaymentMode.setPaymentModeValues(Collection<StandardPaymentModeValue> value) Generated method - Setter of theStandardPaymentMode.paymentModeValuesattribute.