Uses of Interface
de.hybris.platform.sap.core.common.util.GenericFactory
Packages that use GenericFactory
Package
Description
-
Uses of GenericFactory in de.hybris.platform.sap.core.bol.backend
Fields in de.hybris.platform.sap.core.bol.backend declared as GenericFactoryModifier and TypeFieldDescriptionprotected GenericFactoryBackendBusinessObjectBase.genericFactoryGeneric factory to create data container beans.Methods in de.hybris.platform.sap.core.bol.backend with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidBackendBusinessObjectBase.setGenericFactory(GenericFactory genericFactory) Sets the generic factory. -
Uses of GenericFactory in de.hybris.platform.sap.core.bol.businessobject
Fields in de.hybris.platform.sap.core.bol.businessobject declared as GenericFactoryModifier and TypeFieldDescriptionprotected GenericFactoryBusinessObjectBase.genericFactoryGeneric Factory to create data container beans.Methods in de.hybris.platform.sap.core.bol.businessobject with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidBusinessObjectBase.setGenericFactory(GenericFactory genericFactory) Injection setter forGenericFactory. -
Uses of GenericFactory in de.hybris.platform.sap.core.common.util
Classes in de.hybris.platform.sap.core.common.util that implement GenericFactoryModifier and TypeClassDescriptionclassDefault implementation of the GenericFactory.Methods in de.hybris.platform.sap.core.common.util that return GenericFactoryModifier and TypeMethodDescriptionstatic GenericFactoryGenericFactoryProvider.getInstance()Get GenericFactory instance. -
Uses of GenericFactory in de.hybris.platform.sap.core.jco.connection.impl
Fields in de.hybris.platform.sap.core.jco.connection.impl declared as GenericFactoryModifier and TypeFieldDescriptionprotected GenericFactoryDefaultJCoManagedConnectionFactory.genericFactoryGeneric factory.Methods in de.hybris.platform.sap.core.jco.connection.impl that return GenericFactoryModifier and TypeMethodDescriptionDefaultJCoManagedConnectionFactory.getGenericFactory()Getter for generic factory.Methods in de.hybris.platform.sap.core.jco.connection.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidDefaultJCoManagedConnectionFactory.setGenericFactory(GenericFactory genericFactory) Setter for generic factory. -
Uses of GenericFactory in de.hybris.platform.sap.core.runtime
Fields in de.hybris.platform.sap.core.runtime declared as GenericFactoryModifier and TypeFieldDescriptionprotected GenericFactorySAPHybrisSessionProvider.genericFactoryGenericFactoryreference.Methods in de.hybris.platform.sap.core.runtime with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidSAPHybrisSessionProvider.setGenericFactory(GenericFactory genericFactory) Injection setter for theGenericFactory. -
Uses of GenericFactory in de.hybris.platform.sap.core.test.util
Classes in de.hybris.platform.sap.core.test.util that implement GenericFactoryModifier and TypeClassDescriptionclassGeneric factory for tests with direct Spring access. -
Uses of GenericFactory in de.hybris.platform.sap.sapcreditcheck.service.impl
Methods in de.hybris.platform.sap.sapcreditcheck.service.impl that return GenericFactoryMethods in de.hybris.platform.sap.sapcreditcheck.service.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidDefaultSapCreditCheckBOFactory.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapinvoiceservices.services.impl
Methods in de.hybris.platform.sap.sapinvoiceservices.services.impl that return GenericFactoryMethods in de.hybris.platform.sap.sapinvoiceservices.services.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidSapInvoiceBOFactoryImpl.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl declared as GenericFactoryModifier and TypeFieldDescriptionprotected GenericFactoryBusinessStatusImpl.genericFactoryFactory to access SAP session beansMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidBusinessStatusImpl.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidCreateOrderImpl.setGenericFactory(GenericFactory genericFactory) voidInitBasketImpl.setGenericFactory(GenericFactory genericFactory) Sets factory used to access SAP session beans -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl declared as GenericFactoryModifier and TypeFieldDescriptionprotected GenericFactoryAlternativeProductListImpl.genericFactoryFactory to access SAP session beansMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidAlternativeProductListImpl.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtbol.transaction.misc.businessobject.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.misc.businessobject.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidSalesTransactionsFactoryImpl.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidPartnerListImpl.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy declared as GenericFactoryModifier and TypeFieldDescriptionprotected GenericFactoryBaseStrategyERP.genericFactoryFactory to access SAP session beansprotected GenericFactoryHeaderMapper.genericFactoryFactory to access SAP session beansprotected GenericFactoryItemMapper.genericFactoryFactory to access SAP session beansprotected GenericFactoryPartnerMapper.genericFactoryFactory to access SAP session beansMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy that return GenericFactoryMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidBaseStrategyERP.setGenericFactory(GenericFactory genericFactory) voidHeaderMapper.setGenericFactory(GenericFactory genericFactory) Injected generic factory.voidItemMapper.setGenericFactory(GenericFactory genericFactory) Bean constructor.voidPartnerMapper.setGenericFactory(GenericFactory genericFactory) Injected generic factory. -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.messagemapping
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.messagemapping declared as GenericFactoryModifier and TypeFieldDescriptionprotected GenericFactoryBackendMessageMapperImpl.genericFactoryFactory to access SAP session beansprotected GenericFactoryMessageMappingRulesContainerImpl.genericFactoryAccess to SAP session beansMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.messagemapping with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidBackendMessageMapperImpl.setGenericFactory(GenericFactory genericFactory) voidMessageMappingRulesContainerImpl.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtservices.bolfacade.impl
Methods in de.hybris.platform.sap.sapordermgmtservices.bolfacade.impl that return GenericFactoryModifier and TypeMethodDescriptionDefaultBolCartFacade.getGenericFactory()DefaultBolOrderFacade.getGenericFactory()Methods in de.hybris.platform.sap.sapordermgmtservices.bolfacade.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidDefaultBolCartFacade.setGenericFactory(GenericFactory genericFactory) voidDefaultBolOrderFacade.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Methods in de.hybris.platform.sap.sapordermgmtservices.converters.populator that return GenericFactoryMethods in de.hybris.platform.sap.sapordermgmtservices.converters.populator with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidDefaultScheduleLinePopulator.setGenericFactory(GenericFactory genericFactory) Sets generic factory (to access SAP session beans) via spring injection -
Uses of GenericFactory in de.hybris.platform.sap.sapordermgmtservices.messagemappingcallback
Methods in de.hybris.platform.sap.sapordermgmtservices.messagemappingcallback that return GenericFactoryModifier and TypeMethodDescriptionDefaultInternalNumberReplacementMsgMappingCallback.getGenericFactory()Methods in de.hybris.platform.sap.sapordermgmtservices.messagemappingcallback with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidDefaultInternalNumberReplacementMsgMappingCallback.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sappricing.services.impl
Methods in de.hybris.platform.sap.sappricing.services.impl that return GenericFactoryMethods in de.hybris.platform.sap.sappricing.services.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidDefaultSapPricingBolFactory.setGenericFactory(GenericFactory genericFactory) -
Uses of GenericFactory in de.hybris.platform.sap.sapproductavailability.service.impl
Methods in de.hybris.platform.sap.sapproductavailability.service.impl that return GenericFactoryMethods in de.hybris.platform.sap.sapproductavailability.service.impl with parameters of type GenericFactoryModifier and TypeMethodDescriptionvoidDefaultSapProductAvailabilityBOFactory.setGenericFactory(GenericFactory genericFactory)