Uses of Class
de.hybris.platform.sap.sapmodel.model.SAPExternalIdModel
Packages that use SAPExternalIdModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of SAPExternalIdModel in com.sap.sapodmservices.dao
Methods in com.sap.sapodmservices.dao that return types with arguments of type SAPExternalIdModelModifier and TypeMethodDescriptionSapExternalIdDao.fetchSapExternalIdsForCustomer(CustomerModel customerModel) Find all sapExternalIds for a customerSapExternalIdDao.fetchSapExternalIdsForCustomer(CustomerModel customerModel, String application) Find all sapExternalIds for a customer and application -
Uses of SAPExternalIdModel in com.sap.sapodmservices.dao.impl
Methods in com.sap.sapodmservices.dao.impl that return types with arguments of type SAPExternalIdModelModifier and TypeMethodDescriptionDefaultSapExternalIdDao.fetchSapExternalIdsForCustomer(CustomerModel customerModel) DefaultSapExternalIdDao.fetchSapExternalIdsForCustomer(CustomerModel customerModel, String application) -
Uses of SAPExternalIdModel in com.sap.sapodmservices.utils
Methods in com.sap.sapodmservices.utils that return SAPExternalIdModelModifier and TypeMethodDescriptionstatic SAPExternalIdModelSapOdmExternalIdUtil.fetchSAPExternalId(CustomerModel customerModel, String application, String tenant, String externalId) This method is used to populate SAP External Id.Method parameters in com.sap.sapodmservices.utils with type arguments of type SAPExternalIdModelModifier and TypeMethodDescriptionvoidSapOdmExternalIdUtil.updateExternalId(CustomerModel customerModel, Collection<SAPExternalIdModel> externalIds, String application, String tenant, String externalId) This method updates sapExternalId if it already exits in the list otherwise creates a new sapExternalId -
Uses of SAPExternalIdModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type SAPExternalIdModelModifier and TypeMethodDescriptionProductModel.getExternalIds()Generated method - Getter of theProduct.externalIdsattribute defined at extensionsapmodel.Method parameters in de.hybris.platform.core.model.product with type arguments of type SAPExternalIdModelModifier and TypeMethodDescriptionvoidProductModel.setExternalIds(List<SAPExternalIdModel> value) Generated method - Setter ofProduct.externalIdsattribute defined at extensionsapmodel.