Uses of Class
com.sap.hybris.saprevenuecloudproduct.model.SAPMarketToCatalogMappingModel
-
Packages that use SAPMarketToCatalogMappingModel Package Description com.sap.hybris.saprevenuecloudcustomer.action com.sap.hybris.saprevenuecloudcustomer.populator com.sap.hybris.saprevenuecloudproduct.inbound com.sap.hybris.saprevenuecloudproduct.model Contains generated models for each type of com.sap.hybris.saprevenuecloudproduct.jalo package.de.hybris.platform.sap.saprevenuecloudorder.populators -
-
Uses of SAPMarketToCatalogMappingModel in com.sap.hybris.saprevenuecloudcustomer.action
Methods in com.sap.hybris.saprevenuecloudcustomer.action that return types with arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description GenericDao<SAPMarketToCatalogMappingModel>
SapRevenueCloudCustomerPublishAction. getSapMarketToCatalogMappingModelGenericDao()
Method parameters in com.sap.hybris.saprevenuecloudcustomer.action with type arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description void
SapRevenueCloudCustomerPublishAction. setSapMarketToCatalogMappingModelGenericDao(GenericDao<SAPMarketToCatalogMappingModel> sapMarketToCatalogMappingModelGenericDao)
-
Uses of SAPMarketToCatalogMappingModel in com.sap.hybris.saprevenuecloudcustomer.populator
Methods in com.sap.hybris.saprevenuecloudcustomer.populator that return types with arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description GenericDao<SAPMarketToCatalogMappingModel>
DefaultSapRevenueCloudCustomerPopulator. getSapMarketToCatalogMappingModelGenericDao()
Method parameters in com.sap.hybris.saprevenuecloudcustomer.populator with type arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description void
DefaultSapRevenueCloudCustomerPopulator. setSapMarketToCatalogMappingModelGenericDao(GenericDao<SAPMarketToCatalogMappingModel> sapMarketToCatalogMappingModelGenericDao)
-
Uses of SAPMarketToCatalogMappingModel in com.sap.hybris.saprevenuecloudproduct.inbound
Methods in com.sap.hybris.saprevenuecloudproduct.inbound that return types with arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description GenericDao<SAPMarketToCatalogMappingModel>
SapRevenueCloudProductInboudHelper. getSapMarketToCatalogMappingModelGenericDao()
Deprecated.Method parameters in com.sap.hybris.saprevenuecloudproduct.inbound with type arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description void
SapRevenueCloudProductInboudHelper. setSapMarketToCatalogMappingModelGenericDao(GenericDao<SAPMarketToCatalogMappingModel> sapMarketToCatalogMappingModelGenericDao)
Deprecated. -
Uses of SAPMarketToCatalogMappingModel in com.sap.hybris.saprevenuecloudproduct.model
Methods in com.sap.hybris.saprevenuecloudproduct.model that return types with arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description java.util.Collection<SAPMarketToCatalogMappingModel>
SAPRevenueCloudConfigurationModel. getMarketToCatalogMappings()
Generated method - Getter of theSAPRevenueCloudConfiguration.marketToCatalogMappings
attribute defined at extensionsaprevenuecloudproduct
.Method parameters in com.sap.hybris.saprevenuecloudproduct.model with type arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description void
SAPRevenueCloudConfigurationModel. setMarketToCatalogMappings(java.util.Collection<SAPMarketToCatalogMappingModel> value)
Generated method - Setter ofSAPRevenueCloudConfiguration.marketToCatalogMappings
attribute defined at extensionsaprevenuecloudproduct
. -
Uses of SAPMarketToCatalogMappingModel in de.hybris.platform.sap.saprevenuecloudorder.populators
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators that return types with arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description GenericDao<SAPMarketToCatalogMappingModel>
DefaultSAPRevenueCloudSubscriptionOrderPopulator. getSapCatalogToMarketMappingGenericDao()
Method parameters in de.hybris.platform.sap.saprevenuecloudorder.populators with type arguments of type SAPMarketToCatalogMappingModel Modifier and Type Method Description void
DefaultSAPRevenueCloudSubscriptionOrderPopulator. setSapCatalogToMarketMappingGenericDao(GenericDao<SAPMarketToCatalogMappingModel> sapCatalogToMarketMappingGenericDao)
-