Uses of Interface
de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf.SalesDocument
Packages that use SalesDocument
Package
Description
-
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.hook
Methods in de.hybris.platform.sap.sapordermgmtbol.hook with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidSalesDocumentERPHook.afterReadFromBackend(SalesDocument salesDocument, JCoConnection aJCoCon) voidSalesDocumentERPHook.afterWriteDocument(SalesDocument salesDocument, JCoConnection aJCoCon) -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.integtests.base
Methods in de.hybris.platform.sap.sapordermgmtbol.integtests.base with parameters of type SalesDocument -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.basket.backend.impl.erp
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.basket.backend.impl.erp with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidBasketERP.readForUpdateFromBackend(SalesDocument salesDocument) In the BasketERP case the readForUpdateFromBackend calls readFromBackend to avoid calling of ERP_WEC_ORDER_LOADvoidBasketERP.readFromBackend(SalesDocument salesDocument, TransactionConfiguration transConf, boolean directRead) voidBasketERP.updateInBackend(SalesDocument salesDocument, TransactionConfiguration shop) -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.basket.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.basket.businessobject.impl that implement SalesDocument -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf
Subinterfaces of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interfModifier and TypeInterfaceDescriptioninterfaceBusiness object representation of a basket.
The basket extends theSalesDocumentbusiness object.
There will be always exactly one basket per session.interfaceBusiness object representation of an Order.
The order extends theSalesDocumentbusiness object.
There can be several orders per session existent.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidSalesDocument.init(SalesDocument posd, String processType) Initializes an empty instance of this object with the data coming from the provided document. -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.impl with parameters of type SalesDocumentModifier and TypeMethodDescriptionCheckDocumentValidImpl.collectHeaderMessages(SalesDocument salesDoc) protected voidCreateOrderImpl.copyFromDocument(SalesDocument salesDoc, Order order) Copies the basket's properties to the order objectbooleanCheckDocumentValidImpl.isDocumentSupported(SalesDocument salesDoc, DocumentType expectedDocType) -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.interf with parameters of type SalesDocumentModifier and TypeMethodDescriptionCheckDocumentValid.collectHeaderMessages(SalesDocument salesDoc) Collects header messages of the sales document.booleanCheckDocumentValid.isDocumentSupported(SalesDocument salesDoc, DocumentType expectedDocType) Checks whether we can handle the transaction in WebChannel. -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.misc.backend.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.misc.backend.interf with parameters of type SalesDocumentModifier and TypeMethodDescriptionstatic booleanFreeGoodSupportBackend.adjustSalesDocument(SalesDocument salesDocument) Checks all free good related sub items, removes them from the sales document and adjusts the corresponding main items. -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.order.backend.impl.erp
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.order.backend.impl.erp with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidOrderBaseERP.updateInBackend(SalesDocument salesDocument, TransactionConfiguration shop) -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl that implement SalesDocumentModifier and TypeClassDescriptionclassclassClass representing the BOL order. -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp with parameters of type SalesDocumentModifier and TypeMethodDescriptionprotected booleanIsaBackendBusinessObjectBaseSalesERP.adjustFreeGoods(SalesDocument posd, TransactionConfiguration transConf) Adjusts the free good related sub items.protected voidSalesDocumentERP.afterReadFromBackend(SalesDocument salesDocument, JCoConnection aJCoCon) protected voidSalesDocumentERP.afterWriteDocument(SalesDocument salesDocument, JCoConnection aJCoCon) protected booleanSalesDocumentERP.checkForInitializationError(SalesDocument salesDocument) protected voidSalesDocumentERP.checkShippingConditions(SalesDocument salesDocument) Check whether shipping conditions have been changed, and trigger a new pricing if necessary.voidSalesDocumentERP.createInBackend(SalesDocument salesDocument) Create back end representation of the objectvoidSalesDocumentERP.createInBackend(TransactionConfiguration transactionConfiguration, SalesDocument salesDocument) Create back end representation of the object without providing information about the user.voidSalesDocumentERP.deleteItemInBackend(SalesDocument salesDocument, TechKey itemToDelete) Deletes a single item in the backend.voidSalesDocumentERP.deleteItemsInBackend(SalesDocument salesDocument, TechKey[] itemsToDelete, TransactionConfiguration transConf) Deletes multiple items in the backend.voidSalesDocumentERP.emptyInBackend(SalesDocument salesDocument) protected voidSalesDocumentERP.executeAdditionalPricing(SalesDocument salesDocument, TransactionConfiguration shop) Execute additional pricing call if document is error freeprotected voidSalesDocumentERP.fixErroneousHeader(SalesDocument document) Fixing a header which cannot be digested from ERP.protected voidSalesDocumentERP.handleInvalidHeaderAfterRead(SalesDocument salesDocument) Actions which are needed for the header after a read step.protected voidSalesDocumentERP.handleInvalidHeaderAfterUpdate(SalesDocument salesDocument) Document couldn't be created.protected voidSalesDocumentERP.handleInvalidHeaderBeforeUpdate(SalesDocument salesDocument) Actions which are needed before an update call if error situations occur.protected booleanSalesDocumentERP.handleInvalidItems(SalesDocument salesDocument) Checks for invalid items and initialises them, so that they can be deleted afterwards.protected voidSalesDocumentERP.handleInvalidItemsAfterRead(SalesDocument salesDocument) Restores the sales document items after read and adds the information which needed to be removed before.protected voidSalesDocumentERP.handleInvalidItemsAfterUpdate(SalesDocument salesDocument) Clear session storage of erroneous items for those items which are fine after the set call to SDprotected booleanSalesDocumentERP.isInBackend(SalesDocument salesDocument) protected ItemListSalesDocumentERP.prepareForValidation(SalesDocument salesDocument) Prepares the sales document for the validation call.voidSalesDocumentERP.readForUpdateFromBackend(SalesDocument salesDocument) Read the complete document from backend and reset the dirty flags.voidSalesDocumentERP.readFromBackend(SalesDocument salesDocument, TransactionConfiguration transConf, boolean directRead) booleanSalesDocumentERP.recoverFromBackend(SalesDocument salesDoc, TechKey basketGuid) protected voidSalesDocumentERP.restoreErroneousHeaderAfterRead(SalesDocument salesDocument) Restore invalid header after read step.voidSalesDocumentERP.setGData(SalesDocument salesDocument, TransactionConfiguration shop) Call the ERP_LORD_LOAD for edit.voidSalesDocumentERP.updateInBackend(SalesDocument salesDocument) voidSalesDocumentERP.updateInBackend(SalesDocument salesDocument, TransactionConfiguration shop) Update object in the backend by putting the data into the underlying storage.voidSalesDocumentERP.updateInBackend(SalesDocument salesDocument, TransactionConfiguration transactionConfiguration, List<TechKey> itemsToDelete) voidSalesDocumentERP.validate(SalesDocument salesDocument) -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy with parameters of type SalesDocumentModifier and TypeMethodDescriptionItemMapper.buildItemMap(SalesDocument businessObjectInterface, ItemList itemList, Map<String, Item> itemsERPState, com.sap.conn.jco.JCoTable ttItemComV) Create a map with all items.protected voidLrdActionsStrategyERP.checkAttributesLrdLoad(SalesDocument posd) Checks if following attributes have been provided: process type, soldTo, sales organisation, distribution channel, division (Mandatory fields for LOAD-call).voidERPLO_APICustomerExitsImpl.customerExitAfterGetAll(SalesDocument businessObjectInterface, com.sap.conn.jco.JCoFunction func, JCoConnection cn, Log4JWrapper logging) voidERPLO_APICustomerExitsImpl.customerExitAfterGetAllJCOCall(SalesDocument salesdocument, com.sap.conn.jco.JCoFunction function, JCoConnection connection, Log4JWrapper logging) voidERPLO_APICustomerExitsImpl.customerExitAfterLoad(SalesDocument salesDoc, com.sap.conn.jco.JCoFunction func, JCoConnection cn, Log4JWrapper logging) voidERPLO_APICustomerExitsImpl.customerExitAfterSet(SalesDocument salesDoc, com.sap.conn.jco.JCoFunction func, JCoConnection cn, Log4JWrapper logging) voidERPLO_APICustomerExitsImpl.customerExitBeforeGetAll(SalesDocument businessObjectInterface, com.sap.conn.jco.JCoFunction func, JCoConnection cn, Log4JWrapper logging) voidERPLO_APICustomerExitsImpl.customerExitBeforeLoad(SalesDocument salesDoc, com.sap.conn.jco.JCoFunction func, JCoConnection cn, Log4JWrapper logging) Use these exits if you want to use additional parameters for function modules ERP_LORD_LOAD ERP_LORD_GETALL ERP_LORD_SETvoidERPLO_APICustomerExitsImpl.customerExitBeforeSet(SalesDocument salesDoc, com.sap.conn.jco.JCoFunction func, JCoConnection cn, Log4JWrapper logging) GetAllStrategyERP.execute(BackendState backendState, SalesDocument salesDocument, ItemBuffer itemBuffer, JCoConnection cn) Strategy for ERP_LORD_GET_ALL.SetStrategyERP.execute(BackendState salesDocR3Lrd, SalesDocument salesDoc, Map<String, Item> itemsERPStatus, TransactionConfiguration shop, JCoConnection cn, List<String> itemNewShipTos, boolean onlyUpdateHeader) Strategy for ERP_LORD_SET, all values found in the provided sales document are written to the backend system.LrdActionsStrategyERP.executeLrdDoActionsDelete(TransactionConfiguration shop, SalesDocument salesDoc, JCoConnection cn, String objectName, TechKey[] itemsToDelete) Standard constructor.voidLrdActionsStrategyERP.executeLrdDoActionsDocumentPricing(SalesDocument salesDocument, JCoConnection cn, TransactionConfiguration transConf) voidLrdActionsStrategyERP.executeLrdDoActionsDocumentPricing(SalesDocument salesDocument, String pricingType, JCoConnection cn, TransactionConfiguration transConf) LrdActionsStrategyERP.executeLrdLoad(SalesDocument posd, BackendState erpDocument, JCoConnection cn, LoadOperation loadState) LrdActionsStrategyERP.executeLrdSave(SalesDocument posd, boolean commit, JCoConnection cn) protected voidSetStrategyERP.fillItemFieldExtensions(SalesDocument salesDoc, Set<String> itemsToBeChanged, com.sap.conn.jco.JCoTable objectContentComV) Passes item extensions to LO-API.protected voidHeaderMapperJCoRecTest.fillSalesDocHeader(SalesDocument salesDoc) SetStrategyERP.findItemsToChange(Map<String, Item> itemsERPStatus, SalesDocument salesDoc, TransactionConfiguration transConf) Determine items which need to be changed.protected StringItemMapper.getFieldNameForFreight(SalesDocument salesDoc) Returns the field name for "Freight"protected StringItemMapper.getFieldNameForNetValueWOFreight(SalesDocument salesDoc) Returns the field name for "Net Value without Freight"ItemMapper.handleTtItemComR(SalesDocument salesDoc, com.sap.conn.jco.JCoTable ttItemComR, TransactionConfiguration shop, Map<String, Item> itemMap) Handle data of TT_ITEM_COMR and fill item data.protected voidBaseStrategyERP.invalidateSalesDocument(SalesDocument doc) protected voidItemMapper.mapItemComR(SalesDocument salesDoc, com.sap.conn.jco.JCoTable ttItemComR, TransactionConfiguration shop, Item item) Maps the data for one item from the TT_ITEM_COMR table.protected voidSetStrategyERP.markInvalidItems(SalesDocument salesDoc, com.sap.conn.jco.JCoStructure esError) voidHeaderMapper.read(com.sap.conn.jco.JCoStructure esHeadComV, com.sap.conn.jco.JCoStructure esHeadComR, com.sap.conn.jco.JCoTable ttHeadCondV, BackendState backendState, TransactionConfiguration shop, Map<String, String> headerPriceAttribs, Map<String, String> itemsPropMap, Map<String, String> headerPropMap, SalesDocument salesDocument, Header header) Fill header BOL attributes from the LO-API responsevoidItemMapper.read(com.sap.conn.jco.JCoTable ttItemComV, com.sap.conn.jco.JCoTable ttItemComR, com.sap.conn.jco.JCoTable ttItemVstatComV, com.sap.conn.jco.JCoTable ttItemSlineComV, com.sap.conn.jco.JCoStructure esError, TransactionConfiguration shop, ObjectInstances objInstMap, Map<String, String> itemKey, Map<String, Item> itemMap, Map<String, Map<String, String>> itemsPriceAttribMap, BackendState backendState, SalesDocument salesDocument) Reading item information from LO-API.voidPartnerMapper.read(com.sap.conn.jco.JCoTable ttHeadPartyComV, com.sap.conn.jco.JCoTable ttHeadPartyComR, SalesDocument salesDoc, BackendState baseR3Lrd, Header header) Sets the partner data for the sales document, with the input provided from LO-APIprotected voidHeaderMapper.readEsHeadComV(com.sap.conn.jco.JCoStructure esHeadComV, Header header, boolean setIpcPriceAttributes, boolean shippingConditionAsText, SalesDocument businessObjectInterface, BackendState baseR3Lrd, com.sap.conn.jco.JCoStructure esHeadComR) Handle output fields of structure ES_HEAD_COMVvoidItemMapper.write(SalesDocument salesDoc, Set<String> itemsToBeChanged, BackendState salesDocR3Lrd, com.sap.conn.jco.JCoTable itemComV, com.sap.conn.jco.JCoTable itemComX, com.sap.conn.jco.JCoTable objInst) Helper to fill item table before a LO-API update is done.voidItemTextMapper.write(SalesDocument salesDoc, Set<String> itemsToBeChanged, com.sap.conn.jco.JCoTable textV, com.sap.conn.jco.JCoTable textX, com.sap.conn.jco.JCoTable objInst) Writes item texts.voidPartnerMapper.write(SalesDocument salesDoc, com.sap.conn.jco.JCoTable PartnerComV, com.sap.conn.jco.JCoTable PartnerComX, TransactionConfiguration tc, com.sap.conn.jco.JCoTable objInst) Write JCO partner related tables before the LO-API update call -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidSalesDocumentBackend.createInBackend(TransactionConfiguration transactionConfiguration, SalesDocument salesDocument) Creates a back-end representation of this object in the back end.voidSalesDocumentBackend.deleteItemInBackend(SalesDocument salesDocument, TechKey itemToDelete) Deletes one item of the document in the underlying storage.voidSalesDocumentBackend.deleteItemsInBackend(SalesDocument salesDocument, TechKey[] itemsToDelete, TransactionConfiguration transConf) Deletes list of items from the underlying storage.voidSalesDocumentBackend.emptyInBackend(SalesDocument salesDocument) Empties the representation of the provided object in the underlying storage.voidSalesDocumentBackend.readForUpdateFromBackend(SalesDocument salesDocument) Reads the sales document from the back end and lock this document, so that it can be modified.voidSalesDocumentBackend.readFromBackend(SalesDocument salesDocument, TransactionConfiguration transactionConfiguration, boolean directRead) Reads Data from the back end.booleanSalesDocumentBackend.recoverFromBackend(SalesDocument salesDoc, TechKey basketGuid) Recovers the whole document for the given TechKey from the back end.voidSalesDocumentBackend.setGData(SalesDocument salesDoc, TransactionConfiguration transactionConfiguration) Sets the global data in the back end.voidSalesDocumentBackend.updateInBackend(SalesDocument salesDocument) Updates object in the back end without supplying extra information about the transactionConfiguration.voidSalesDocumentBackend.updateInBackend(SalesDocument salesDocument, TransactionConfiguration transactionConfiguration) Updates object in the back end by putting the data into the underlying storage.voidSalesDocumentBackend.updateInBackend(SalesDocument salesDocument, TransactionConfiguration transactionConfiguration, List<TechKey> itemsToDelete) Updates object in the back end by putting the data into the underlying storage.voidSalesDocumentBackend.validate(SalesDocument salesDocument) Validates a sales document. -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf.erp.strategy
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf.erp.strategy with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidERPLO_APICustomerExits.customerExitAfterGetAll(SalesDocument salesdocument, com.sap.conn.jco.JCoFunction function, JCoConnection connection, Log4JWrapper logging) Customer exit which is executed after the data returned from the JCO call has been processed
GetAllStrategyvoidERPLO_APICustomerExits.customerExitAfterGetAllJCOCall(SalesDocument salesdocument, com.sap.conn.jco.JCoFunction function, JCoConnection connection, Log4JWrapper logging) Customer exit which is executed directly after the JCO call to ERP for reading a sales document.voidERPLO_APICustomerExits.customerExitAfterLoad(SalesDocument salesDoc, com.sap.conn.jco.JCoFunction function, JCoConnection connection, Log4JWrapper log) This customer exit is called after
ConstantsR3Lrd.FM_LO_API_DO_ACTIONSor
ConstantsR3Lrd.FM_LO_API_LOAD
are executed.voidERPLO_APICustomerExits.customerExitAfterSet(SalesDocument salesDoc, com.sap.conn.jco.JCoFunction function, JCoConnection cn, Log4JWrapper log) Customer exit called after JCO call ofConstantsR3Lrd.FM_LO_API_SETis donevoidERPLO_APICustomerExits.customerExitBeforeGetAll(SalesDocument salesDocument, com.sap.conn.jco.JCoFunction function, JCoConnection connection, Log4JWrapper logging) Customer exit which is executed directly before the JCO call to ERP.voidERPLO_APICustomerExits.customerExitBeforeLoad(SalesDocument salesDoc, com.sap.conn.jco.JCoFunction function, JCoConnection connection, Log4JWrapper log) This customer exit is called before
ConstantsR3Lrd.FM_LO_API_DO_ACTIONSor
ConstantsR3Lrd.FM_LO_API_LOAD
are executed.voidERPLO_APICustomerExits.customerExitBeforeSet(SalesDocument salesDoc, com.sap.conn.jco.JCoFunction function, JCoConnection cn, Log4JWrapper log) Customer exit called before JCO call ofConstantsR3Lrd.FM_LO_API_SETis doneGetAllStrategy.execute(BackendState backendState, SalesDocument salesDocument, ItemBuffer itemBuffer, JCoConnection connection) Execute the read call to fetch sales document details from the ERP backend.SetStrategy.execute(BackendState salesDocR3Lrd, SalesDocument salesDoc, Map<String, Item> itemsERPStatus, TransactionConfiguration shop, JCoConnection cn, List<String> itemNewShipTos, boolean onlyUpdateHeader) Strategy for ERP_LORD_SET, all values found in the provided sales document are written to the backend system.LrdActionsStrategy.executeLrdDoActionsDelete(TransactionConfiguration shop, SalesDocument salesDoc, JCoConnection cn, String objectName, TechKey[] itemsToDelete) Strategy for ERP_LORD_DO_ACTIONS.voidLrdActionsStrategy.executeLrdDoActionsDocumentPricing(SalesDocument salesDoc, JCoConnection cn, TransactionConfiguration transConf) Executes ERP_LORD_DO_ACTIONS with PRICING action on header level.voidLrdActionsStrategy.executeLrdDoActionsDocumentPricing(SalesDocument salesDoc, String pricingType, JCoConnection cn, TransactionConfiguration transConf) Executes ERP_LORD_DO_ACTIONS with PRICING action on header level.LrdActionsStrategy.executeLrdLoad(SalesDocument posd, BackendState erpDocument, JCoConnection cn, LoadOperation loadState) Strategy for ERP_LORD_LOAD.LrdActionsStrategy.executeLrdSave(SalesDocument posd, boolean commit, JCoConnection cn) Strategy for ERP_LORD_SAVE. -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl that implement SalesDocumentModifier and TypeClassDescriptionclassCommon superclass for all sales documents.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidSalesDocumentImpl.init(SalesDocument source, String processType) protected StringBuilderSalesDocumentImpl.processItems(SalesDocument source) -
Uses of SalesDocument in de.hybris.platform.sap.sapordermgmtservices.converters.populator
Classes in de.hybris.platform.sap.sapordermgmtservices.converters.populator with type parameters of type SalesDocumentModifier and TypeClassDescriptionclassDefaultAbstractOrderPopulator<SOURCE extends SalesDocument,TARGET extends AbstractOrderData> Populates the hybris representation of an abstract order (concrete cart or concrete order) from the SAP BOL representationMethods in de.hybris.platform.sap.sapordermgmtservices.converters.populator with parameters of type SalesDocumentModifier and TypeMethodDescriptionstatic voidDefaultAbstractOrderPopulatorTest.setupCart(SalesDocument basket) -
Uses of SalesDocument in de.hybris.platform.sap.sapproductconfigsombol.hook
Methods in de.hybris.platform.sap.sapproductconfigsombol.hook with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidCPQSalesDocumentERPHook.afterReadFromBackend(SalesDocument salesDocument, JCoConnection aJCoCon) voidCPQSalesDocumentERPHook.afterWriteDocument(SalesDocument salesDocument, JCoConnection aJCoCon) Write product configuration data to the back end.CPQSalesDocumentERPHook.determineConfigurableItems(SalesDocument salesDocument) protected booleanCPQSalesDocumentERPHook.isOrder(SalesDocument salesDocument) -
Uses of SalesDocument in de.hybris.platform.sap.sapproductconfigsombol.integrationtests.base
Methods in de.hybris.platform.sap.sapproductconfigsombol.integrationtests.base with parameters of type SalesDocument -
Uses of SalesDocument in de.hybris.platform.sap.sapproductconfigsombol.transaction.salesdocument.backend.impl.erp.strategy
Methods in de.hybris.platform.sap.sapproductconfigsombol.transaction.salesdocument.backend.impl.erp.strategy with parameters of type SalesDocumentModifier and TypeMethodDescriptionprotected voidProductConfigurationStrategyImpl.addKbKey(de.hybris.platform.sap.productconfig.runtime.interf.external.Configuration configuration, SalesDocument salesDoc) Adds date information for the current configurationvoidProductConfigurationStrategyImpl.createConfigModels(List<String> configurableItems, SalesDocument salesDoc, com.sap.conn.jco.JCoTable instancesTableRead, com.sap.conn.jco.JCoTable csticsTableRead, com.sap.conn.jco.JCoTable refCharTableRead) Creates the configuration models attached to the specified sales document itemsvoidProductConfigurationStrategyImpl.readConfiguration(JCoConnection connection, SalesDocument salesDoc, List<String> configurableItems) -
Uses of SalesDocument in de.hybris.platform.sap.sapproductconfigsombol.transaction.salesdocument.backend.interf.erp.strategy
Methods in de.hybris.platform.sap.sapproductconfigsombol.transaction.salesdocument.backend.interf.erp.strategy with parameters of type SalesDocumentModifier and TypeMethodDescriptionvoidProductConfigurationStrategy.readConfiguration(JCoConnection connection, SalesDocument salesDoc, List<String> configurableItems) Reads configurations from backend for all configurable items specified