Uses of Class
de.hybris.platform.sap.sapmodel.jalo.SAPExternalId
Packages that use SAPExternalId
-
Uses of SAPExternalId in de.hybris.platform.sap.sapmodel.jalo
Fields in de.hybris.platform.sap.sapmodel.jalo with type parameters of type SAPExternalIdModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<SAPExternalId>GeneratedSapmodelManager.PRODUCT2SAPEXTERNALIDSEXTERNALIDSHANDLEROneToManyHandlerfor handling 1:n EXTERNALIDS's relation attributes from 'many' side.Methods in de.hybris.platform.sap.sapmodel.jalo that return SAPExternalIdModifier and TypeMethodDescriptionGeneratedSapmodelManager.createSAPExternalId(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues) GeneratedSapmodelManager.createSAPExternalId(Map attributeValues) Methods in de.hybris.platform.sap.sapmodel.jalo that return types with arguments of type SAPExternalIdModifier and TypeMethodDescriptionGeneratedSapmodelManager.getExternalIds(de.hybris.platform.jalo.product.Product item) Generated method - Getter of theProduct.externalIdsattribute.GeneratedSapmodelManager.getExternalIds(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item) Generated method - Getter of theProduct.externalIdsattribute.Methods in de.hybris.platform.sap.sapmodel.jalo with parameters of type SAPExternalIdModifier and TypeMethodDescriptionvoidGeneratedSapmodelManager.addToExternalIds(de.hybris.platform.jalo.product.Product item, SAPExternalId value) Generated method - Addsvalueto externalIds.voidGeneratedSapmodelManager.addToExternalIds(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, SAPExternalId value) Generated method - Addsvalueto externalIds.voidGeneratedSapmodelManager.removeFromExternalIds(de.hybris.platform.jalo.product.Product item, SAPExternalId value) Generated method - Removesvaluefrom externalIds.voidGeneratedSapmodelManager.removeFromExternalIds(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, SAPExternalId value) Generated method - Removesvaluefrom externalIds.Method parameters in de.hybris.platform.sap.sapmodel.jalo with type arguments of type SAPExternalIdModifier and TypeMethodDescriptionvoidGeneratedSapmodelManager.setExternalIds(de.hybris.platform.jalo.product.Product item, List<SAPExternalId> value) Generated method - Setter of theProduct.externalIdsattribute.voidGeneratedSapmodelManager.setExternalIds(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, List<SAPExternalId> value) Generated method - Setter of theProduct.externalIdsattribute.