Uses of Class
de.hybris.platform.sap.sapmodel.jalo.SAPProductSalesAreaToCatalogMapping
-
Packages that use SAPProductSalesAreaToCatalogMapping Package Description de.hybris.platform.sap.sapmodel.jalo -
-
Uses of SAPProductSalesAreaToCatalogMapping in de.hybris.platform.sap.sapmodel.jalo
Fields in de.hybris.platform.sap.sapmodel.jalo with type parameters of type SAPProductSalesAreaToCatalogMapping Modifier and Type Field Description protected static OneToManyHandler<SAPProductSalesAreaToCatalogMapping>
GeneratedSapmodelManager. SAPGLOBALCONFIGSAPPRODUCTSALESAREATOCATALOGMAPPINGRELATIONSAPPRODUCTSALESAREATOCATALOGMAPPINGHANDLER
OneToManyHandler
for handling 1:n SAPPRODUCTSALESAREATOCATALOGMAPPING's relation attributes from 'many' side.Methods in de.hybris.platform.sap.sapmodel.jalo that return SAPProductSalesAreaToCatalogMapping Modifier and Type Method Description SAPProductSalesAreaToCatalogMapping
GeneratedSapmodelManager. createSAPProductSalesAreaToCatalogMapping(SessionContext ctx, java.util.Map attributeValues)
SAPProductSalesAreaToCatalogMapping
GeneratedSapmodelManager. createSAPProductSalesAreaToCatalogMapping(java.util.Map attributeValues)
Methods in de.hybris.platform.sap.sapmodel.jalo that return types with arguments of type SAPProductSalesAreaToCatalogMapping Modifier and Type Method Description java.util.Set<SAPProductSalesAreaToCatalogMapping>
GeneratedSapmodelManager. getSapProductSalesAreaToCatalogMapping(SessionContext ctx, GenericItem item)
Generated method - Getter of theSAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping
attribute.java.util.Set<SAPProductSalesAreaToCatalogMapping>
GeneratedSapmodelManager. getSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item)
Generated method - Getter of theSAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping
attribute.Methods in de.hybris.platform.sap.sapmodel.jalo with parameters of type SAPProductSalesAreaToCatalogMapping Modifier and Type Method Description void
GeneratedSapmodelManager. addToSapProductSalesAreaToCatalogMapping(SessionContext ctx, GenericItem item, SAPProductSalesAreaToCatalogMapping value)
Generated method - Addsvalue
to sapProductSalesAreaToCatalogMapping.void
GeneratedSapmodelManager. addToSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item, SAPProductSalesAreaToCatalogMapping value)
Generated method - Addsvalue
to sapProductSalesAreaToCatalogMapping.void
GeneratedSapmodelManager. removeFromSapProductSalesAreaToCatalogMapping(SessionContext ctx, GenericItem item, SAPProductSalesAreaToCatalogMapping value)
Generated method - Removesvalue
from sapProductSalesAreaToCatalogMapping.void
GeneratedSapmodelManager. removeFromSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item, SAPProductSalesAreaToCatalogMapping value)
Generated method - Removesvalue
from sapProductSalesAreaToCatalogMapping.Method parameters in de.hybris.platform.sap.sapmodel.jalo with type arguments of type SAPProductSalesAreaToCatalogMapping Modifier and Type Method Description void
GeneratedSapmodelManager. setSapProductSalesAreaToCatalogMapping(SessionContext ctx, GenericItem item, java.util.Set<SAPProductSalesAreaToCatalogMapping> value)
Generated method - Setter of theSAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping
attribute.void
GeneratedSapmodelManager. setSapProductSalesAreaToCatalogMapping(SAPGlobalConfiguration item, java.util.Set<SAPProductSalesAreaToCatalogMapping> value)
Generated method - Setter of theSAPGlobalConfiguration.sapProductSalesAreaToCatalogMapping
attribute.
-