Uses of Class
com.sap.hybris.scpiconnector.jalo.IflowConfiguration
-
Packages that use IflowConfiguration Package Description com.sap.hybris.scpiconnector.jalo -
-
Uses of IflowConfiguration in com.sap.hybris.scpiconnector.jalo
Methods in com.sap.hybris.scpiconnector.jalo that return IflowConfiguration Modifier and Type Method Description IflowConfiguration
GeneratedScpiconnectorManager. createIflowConfiguration(SessionContext ctx, java.util.Map attributeValues)
IflowConfiguration
GeneratedScpiconnectorManager. createIflowConfiguration(java.util.Map attributeValues)
Methods in com.sap.hybris.scpiconnector.jalo that return types with arguments of type IflowConfiguration Modifier and Type Method Description java.util.List<IflowConfiguration>
GeneratedSAPCPIConfiguration. getIflowConfiguration()
Generated method - Getter of theSAPCPIConfiguration.iflowConfiguration
attribute.java.util.List<IflowConfiguration>
GeneratedSAPCPIConfiguration. getIflowConfiguration(SessionContext ctx)
Generated method - Getter of theSAPCPIConfiguration.iflowConfiguration
attribute.Method parameters in com.sap.hybris.scpiconnector.jalo with type arguments of type IflowConfiguration Modifier and Type Method Description void
GeneratedSAPCPIConfiguration. setIflowConfiguration(SessionContext ctx, java.util.List<IflowConfiguration> value)
Generated method - Setter of theSAPCPIConfiguration.iflowConfiguration
attribute.void
GeneratedSAPCPIConfiguration. setIflowConfiguration(java.util.List<IflowConfiguration> value)
Generated method - Setter of theSAPCPIConfiguration.iflowConfiguration
attribute.
-