Uses of Class
de.hybris.platform.sap.sapmodel.jalo.SAPPaymentMode
-
Packages that use SAPPaymentMode Package Description de.hybris.platform.sap.sapmodel.jalo -
-
Uses of SAPPaymentMode in de.hybris.platform.sap.sapmodel.jalo
Fields in de.hybris.platform.sap.sapmodel.jalo with type parameters of type SAPPaymentMode Modifier and Type Field Description protected static OneToManyHandler<SAPPaymentMode>GeneratedSapmodelManager. SAPCONFIGPAYMENTRELATIONSAPPAYMENTMODESHANDLEROneToManyHandlerfor handling 1:n SAPPAYMENTMODES's relation attributes from 'many' side.Methods in de.hybris.platform.sap.sapmodel.jalo that return SAPPaymentMode Modifier and Type Method Description SAPPaymentModeGeneratedSapmodelManager. createSAPPaymentMode(SessionContext ctx, java.util.Map attributeValues)SAPPaymentModeGeneratedSapmodelManager. createSAPPaymentMode(java.util.Map attributeValues)Methods in de.hybris.platform.sap.sapmodel.jalo that return types with arguments of type SAPPaymentMode Modifier and Type Method Description java.util.Set<SAPPaymentMode>GeneratedSapmodelManager. getSapPaymentModes(SessionContext ctx, GenericItem item)Generated method - Getter of theSAPConfiguration.sapPaymentModesattribute.java.util.Set<SAPPaymentMode>GeneratedSapmodelManager. getSapPaymentModes(SAPConfiguration item)Generated method - Getter of theSAPConfiguration.sapPaymentModesattribute.Methods in de.hybris.platform.sap.sapmodel.jalo with parameters of type SAPPaymentMode Modifier and Type Method Description voidGeneratedSapmodelManager. addToSapPaymentModes(SessionContext ctx, GenericItem item, SAPPaymentMode value)Generated method - Addsvalueto sapPaymentModes.voidGeneratedSapmodelManager. addToSapPaymentModes(SAPConfiguration item, SAPPaymentMode value)Generated method - Addsvalueto sapPaymentModes.voidGeneratedSapmodelManager. removeFromSapPaymentModes(SessionContext ctx, GenericItem item, SAPPaymentMode value)Generated method - Removesvaluefrom sapPaymentModes.voidGeneratedSapmodelManager. removeFromSapPaymentModes(SAPConfiguration item, SAPPaymentMode value)Generated method - Removesvaluefrom sapPaymentModes.Method parameters in de.hybris.platform.sap.sapmodel.jalo with type arguments of type SAPPaymentMode Modifier and Type Method Description voidGeneratedSapmodelManager. setSapPaymentModes(SessionContext ctx, GenericItem item, java.util.Set<SAPPaymentMode> value)Generated method - Setter of theSAPConfiguration.sapPaymentModesattribute.voidGeneratedSapmodelManager. setSapPaymentModes(SAPConfiguration item, java.util.Set<SAPPaymentMode> value)Generated method - Setter of theSAPConfiguration.sapPaymentModesattribute.
-