Uses of Class
de.hybris.platform.sap.core.common.TechKey
-
-
Uses of TechKey in de.hybris.platform.sap.core.bol.backend.jco
Methods in de.hybris.platform.sap.core.bol.backend.jco that return TechKey Modifier and Type Method Description static TechKeyJCoHelper. getTechKey(com.sap.conn.jco.JCoRecord record, java.lang.String field)Converts a technical key stored in a JCo record into an object of typeTechKey.TechKeyJCoHelper.RecordWrapper. getTechKey(java.lang.String field)Returns the value of the specified field as aTechKeyobject.static TechKeyJCoHelper. getTechKeyFromRaw(com.sap.conn.jco.JCoRecord record, java.lang.String field)Converts a technical key stored in a JCo record as raw value into an object of typeTechKey.Methods in de.hybris.platform.sap.core.bol.backend.jco with parameters of type TechKey Modifier and Type Method Description voidJCoHelper.RecordWrapper. setValue(TechKey techkey, java.lang.String field)Sets the given field of the JCo structure to the value of the provided technical key (the TechKey is an abstraction of the SAP GUI).voidJCoHelper.RecordWrapper. setValue(TechKey techkey, java.lang.String field, boolean maintainChange)Sets the given field of the JCo record to the value of the provided technical key (the TechKey is an abstraction of the SAP GUI).static voidJCoHelper. setValue(com.sap.conn.jco.JCoRecord record, TechKey value, java.lang.String field)Sets the given field of the JCo structure to the provided value.static voidJCoHelper. setValueAsRaw(com.sap.conn.jco.JCoRecord record, TechKey value, java.lang.String field)Sets the given string field of the JCo structure to the provided value as Raw, that means the value is converted into a byte Array. -
Uses of TechKey in de.hybris.platform.sap.core.bol.businessobject
Fields in de.hybris.platform.sap.core.bol.businessobject declared as TechKey Modifier and Type Field Description protected TechKeyBusinessObjectBase. techKeyTechnical key.Methods in de.hybris.platform.sap.core.bol.businessobject that return TechKey Modifier and Type Method Description TechKeyBusinessObject. getTechKey()Retrieves the key for the object.TechKeyBusinessObjectBase. getTechKey()Methods in de.hybris.platform.sap.core.bol.businessobject with parameters of type TechKey Modifier and Type Method Description voidBusinessObject. setTechKey(TechKey techKey)Sets the key for the document.voidBusinessObjectBase. setTechKey(TechKey techKey) -
Uses of TechKey in de.hybris.platform.sap.core.common
Fields in de.hybris.platform.sap.core.common declared as TechKey Modifier and Type Field Description static TechKeyTechKey. EMPTY_KEYAn empty TechKey.Methods in de.hybris.platform.sap.core.common that return TechKey Modifier and Type Method Description static TechKeyTechKey. fromUUIDString(java.lang.String uuidString)Creates a new unique technical key using as GUID with length 32 using the UUID string format.static TechKeyTechKey. generateKey()Creates a new unique technical key using as GUID with length 32 using the class UUID.Methods in de.hybris.platform.sap.core.common with parameters of type TechKey Modifier and Type Method Description static booleanTechKey. isEmpty(TechKey techKey)Checks if the passed TechKey instance is empty. -
Uses of TechKey in de.hybris.platform.sap.core.common.message
Methods in de.hybris.platform.sap.core.common.message that return TechKey Modifier and Type Method Description TechKeyMessage. getRefTechKey()Returns the property refTechKey.TechKeyMessage. getTechKey()Returns the technical key of the message.Methods in de.hybris.platform.sap.core.common.message with parameters of type TechKey Modifier and Type Method Description voidMessage. setRefTechKey(TechKey refTechKey)Sets the property refTechKey.voidMessage. setTechKey(TechKey techKey)Sets the techKey of the message. -
Uses of TechKey in de.hybris.platform.sap.core.common.util.conv
Methods in de.hybris.platform.sap.core.common.util.conv that return TechKey Modifier and Type Method Description static TechKeyGuidConversionUtil. convertToTechKey(byte[] arg)Converts a guid in byte format into an ISA TechKey.Methods in de.hybris.platform.sap.core.common.util.conv with parameters of type TechKey Modifier and Type Method Description static byte[]GuidConversionUtil. convertToByteArray(TechKey arg)Converts a guid in TechKey format into byte format. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.hook
Methods in de.hybris.platform.sap.sapordermgmtbol.hook with parameters of type TechKey Modifier and Type Method Description voidSalesDocumentHook. afterDeleteItemInBackend(TechKey techKey)Method parameters in de.hybris.platform.sap.sapordermgmtbol.hook with type arguments of type TechKey Modifier and Type Method Description voidSalesDocumentHook. afterDeleteItemInBackend(java.util.List<TechKey> itemsToDelete)voidSalesDocumentHook. afterUpdateItemInBackend(java.util.List<TechKey> itemsToDelete) -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.order.businessobject.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.order.businessobject.interf that return TechKey Modifier and Type Method Description TechKeyPartnerListEntry. getPartnerTechKey()Get the TechKey of the PartnerListEntryMethods in de.hybris.platform.sap.sapordermgmtbol.order.businessobject.interf with parameters of type TechKey Modifier and Type Method Description PartnerListEntryPartnerList. createPartnerListEntry(TechKey partnerGUID, java.lang.String partnerId)Creates a initializedPartnerListEntryDatafor the basket.voidPartnerList. removePartnerData(TechKey bpTechKey)remove the business partner with the given GUIDvoidPartnerListEntry. setPartnerTechKey(TechKey partnerGUID)Set the TechKey of the PartnerListEntry -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl declared as TechKey Modifier and Type Field Description protected TechKeyConnectedDocumentItemImpl. documentKeytechnical key for the documentMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl that return TechKey Modifier and Type Method Description TechKeyConnectedDocumentItemImpl. getDocumentKey()Returns the key of the document.TechKeySimpleDocumentImpl. getSoldToGuid()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl with parameters of type TechKey Modifier and Type Method Description ISimpleDocumentImpl. getItem(TechKey techKey)voidConnectedDocumentItemImpl. setDocumentKey(TechKey documentKey)Sets the document key.voidSimpleDocumentImpl. setSoldToGuid(TechKey techKey)voidPartnerBaseImpl. setTechKey(TechKey techKey)voidSimpleDocumentImpl. setTechKey(TechKey techKey)Sets the key for the document, as well as the document to dirty state. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf that return TechKey Modifier and Type Method Description TechKeyOrder. getBasketId()Returns the TechKey of the basket used for creating this order.TechKeyConnectedDocumentItem. getDocumentKey()Returns the document key.TechKeySimpleDocument. getSoldToGuid()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf with parameters of type TechKey Modifier and Type Method Description ISimpleDocument. getItem(TechKey techKey)Returns the item of the document specified by the given technical key.
Note - This is a convenience method operating on thegetItemmethod of the internalItemList.voidSalesDocument. removeItems(TechKey[] techKeys)Deletes items from the sales document.voidOrder. setBasketId(TechKey basketId)Sets the TechKey of basket used for creating this order.voidConnectedDocumentItem. setDocumentKey(TechKey documentKey)Sets the document key.voidSalesDocument. setSoldToGuid(TechKey techKeySoldTo, java.lang.String soldToId)voidSimpleDocument. setSoldToGuid(TechKey techKey) -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl that return TechKey Modifier and Type Method Description TechKeyHeaderSalesDocument. getIpcDocumentId()TechKeyHeaderBaseImpl. getPartnerKey(java.lang.String partnerFunction)Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl with parameters of type TechKey Modifier and Type Method Description voidHeaderSalesDocument. setIpcDocumentId(TechKey ipcDocumentId)voidHeaderBaseImpl. setTechKey(TechKey techKey)Sets the key for the document and sets the docuemnt to dirty, so that a re-read is enforced with netx read. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf that return TechKey Modifier and Type Method Description TechKeyHeader. getIpcDocumentId()Get the IPC document id.TechKeyHeaderBase. getPartnerKey(java.lang.String partnerFunction)Returns the partner key for the given partner function.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf with parameters of type TechKey Modifier and Type Method Description voidHeader. setIpcDocumentId(TechKey ipcDocumentId)Set the IPC document id. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl declared as TechKey Modifier and Type Field Description protected TechKeyAlternativeProductImpl. systemProductGUIDProduct GUID (in ERP case identical to ID)Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl that return TechKey Modifier and Type Method Description TechKeySimpleItemImpl. getParentId()TechKeySimpleItemImpl. getProductGuid()Get the technical key for the productId of this item.TechKeyAlternativeProductImpl. getSystemProductGUID()Returns the systemProductGUID of the AlternativProduct.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.impl with parameters of type TechKey Modifier and Type Method Description voidAlternativeProductListImpl. addAlternativProduct(java.lang.String systemProductId, TechKey systemProductGUID, java.lang.String description, java.lang.String enteredProductIdType, java.lang.String substitutionReasonId)Creates and adds an alternative Product to the ProductAliasListvoidItemSalesDoc. applyAlternativeProduct(TechKey productGUID, java.lang.String productID)booleanItemListBaseImpl. contains(TechKey techKey)AlternativeProductAlternativeProductListImpl. createAlternativProduct(java.lang.String systemProductId, TechKey systemProductGUID, java.lang.String description, java.lang.String enteredProductIdType, java.lang.String substitutionReasonId)Creates a initialisedAlternativProductDatafor the basket.TItemListBaseImpl. get(TechKey techKey)intItemListBaseImpl. indexOf(TechKey techKey)booleanItemListBaseImpl. remove(TechKey techKey)voidSimpleItemImpl. setParentId(TechKey parentId)voidSimpleItemImpl. setProductGuid(TechKey productGuid)voidAlternativeProductImpl. setSystemProductGUID(TechKey systemProductGUID)Sets the systemProductGUID of the AlternativProduct. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.interf that return TechKey Modifier and Type Method Description TechKeySimpleItem. getParentId()Returns the TechKey (guid) of the parent item if this item is a sub item.
If there is no parent item, null or TechKey.EMPTY_KEY is returned.TechKeySimpleItem. getProductGuid()Returns the id / TechKey / GUID of the product.TechKeyAlternativeProduct. getSystemProductGUID()Returns the systemProductGUID of the AlternativProduct.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.item.businessobject.interf with parameters of type TechKey Modifier and Type Method Description voidAlternativeProductList. addAlternativProduct(java.lang.String systemProductId, TechKey systemProductGUID, java.lang.String description, java.lang.String enteredProductIdType, java.lang.String substitutionReasonId)Creates and adds an alternative Product to the ProductAliasListvoidItem. applyAlternativeProduct(TechKey productGUID, java.lang.String productID)Apply alternative product, e.g.booleanItemListBase. contains(TechKey techKey)Returns true if this list contains an element with the given technical key
Note - This implementation assumes that the list is small and performs a simple search running in the list from the first element to the last.AlternativeProductAlternativeProductList. createAlternativProduct(java.lang.String systemProductId, TechKey systemProductGUID, java.lang.String description, java.lang.String enteredProductIdType, java.lang.String substitutionReasonId)Creates a initialisedAlternativProductDatafor the basket.TItemListBase. get(TechKey techKey)Returns the item specified by the given technical key.
Note - This implementation assumes that the list is small and performs a simple search running in the list from the first element to the last.intItemListBase. indexOf(TechKey techKey)Returns the index for the item with the given key.
Note - This implementation assumes that the list is small and performs a simple search running in the list from the first element to the last.booleanItemListBase. remove(TechKey techKey)Remove the given element from this list, if it exists.
Note - This implementation assumes that the list is small and performs a simple search running in the list from the first element to the last.voidSimpleItem. setParentId(TechKey parentId)Sets parent Id for an item.voidSimpleItem. setProductGuid(TechKey productGuid)Sets the product guid for this item.voidAlternativeProduct. setSystemProductGUID(TechKey systemProductGUID)Sets the systemProductGUID of the AlternativProduct. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl declared as TechKey Modifier and Type Field Description protected TechKeyPartnerListEntryImpl. partnerGUIDPartner guid (in ERP case: like ID)Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl that return TechKey Modifier and Type Method Description TechKeyOrderImpl. getBasketId()Returns the TechKey of the basket used for creating this order.TechKeyPartnerListEntryImpl. getPartnerTechKey()Get the TechKey of the PartnerListEntryMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl with parameters of type TechKey Modifier and Type Method Description PartnerListEntryPartnerListImpl. createPartnerListEntry(TechKey partnerGUID, java.lang.String partnerId)Creates a initialisedPartnerListEntryDatafor the basket.voidPartnerListImpl. removePartner(TechKey bpTechKey)Remove the business partner with the given techKey.voidPartnerListImpl. removePartnerData(TechKey bpTechKey)remove the business partner with the given techKey.voidOrderImpl. setBasketId(TechKey basketId)Sets the TechKey of basket used for creating this ordervoidPartnerListEntryImpl. setPartnerTechKey(TechKey partnerGUID)Set the TechKey of the PartnerListEntryConstructors in de.hybris.platform.sap.sapordermgmtbol.transaction.order.businessobject.impl with parameters of type TechKey Constructor Description PartnerListEntryImpl(TechKey partnerGUID, java.lang.String partnerId)Deprecated.This constructor is deprecated. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp that return types with arguments of type TechKey Modifier and Type Method Description java.util.Map<TechKey,Item>SalesDocumentERP. getErroneousItems()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp with parameters of type TechKey Modifier and Type Method Description 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.MessageListIsaBackendBusinessObjectBaseSalesERP. getMessageList(TechKey key)MessageListIsaBackendBusinessObjectBaseSalesERP. getOrCreateMessageList(TechKey key)booleanSalesDocumentERP. recoverFromBackend(SalesDocument salesDoc, TechKey basketGuid)voidSalesDocumentERP. removeErroneousItems(TechKey[] itemsToDelete)voidIsaBackendBusinessObjectBaseSalesERP. removeMessageFromMessageList(TechKey key, java.lang.String resourceKey)Method parameters in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp with type arguments of type TechKey Modifier and Type Method Description voidSalesDocumentERP. updateInBackend(SalesDocument salesDocument, TransactionConfiguration transactionConfiguration, java.util.List<TechKey> itemsToDelete) -
Uses of TechKey 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 TechKey Modifier and Type Method Description protected static voidLrdActionsStrategyERP. deleteItems(com.sap.conn.jco.JCoTable itAction, TechKey[] itemsToDelete)Registers the items for deletion.BaseStrategyERP.ReturnValueLrdActionsStrategyERP. executeLrdDoActionsDelete(TransactionConfiguration shop, SalesDocument salesDoc, JCoConnection cn, java.lang.String objectName, TechKey[] itemsToDelete)Standard constructor. -
Uses of TechKey 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 TechKey Modifier and Type Field Description protected TechKeyBackendMessage. refTechKeyMessage reference keyMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.messagemapping that return TechKey Modifier and Type Method Description TechKeyBackendMessage. getRefTechKey()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.messagemapping with parameters of type TechKey Modifier and Type Method Description protected com.sap.conn.jco.JCoRecordBackendMessageMapperTest. mockedRecordForKey(TechKey key)static com.sap.conn.jco.JCoRecordBackendMessageTest. mockRecord(org.easymock.IMocksControl mc, java.lang.String beSeverity, java.lang.String beClass, java.lang.String beNumber, java.lang.String[] args, java.lang.String metaTextFieldName, java.lang.String messageText, java.lang.String metaRefTechKeyName, TechKey refTechKey) -
Uses of TechKey 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 TechKey Modifier and Type Method Description 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.booleanSalesDocumentBackend. recoverFromBackend(SalesDocument salesDoc, TechKey basketGuid)Recovers the whole document for the given TechKey from the back end.Method parameters in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf with type arguments of type TechKey Modifier and Type Method Description voidSalesDocumentBackend. updateInBackend(SalesDocument salesDocument, TransactionConfiguration transactionConfiguration, java.util.List<TechKey> itemsToDelete)Updates object in the back end by putting the data into the underlying storage. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf.erp
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf.erp that return types with arguments of type TechKey Modifier and Type Method Description java.util.Map<TechKey,Item>BackendState. getErroneousItems()Returns the previously stored information about erroneous items.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.interf.erp with parameters of type TechKey Modifier and Type Method Description MessageListBackendState. getMessageList(TechKey techKey)Returns the MessageList for the given key, if one exits, null elseMessageListBackendState. getOrCreateMessageList(TechKey key)Returns the MessageList for the given key, if one exits, if not create onevoidBackendState. removeErroneousItems(TechKey[] itemsToDelete)Remove entries from list of error restore information .voidBackendState. removeMessageFromMessageList(TechKey techKey, java.lang.String resourceKey)Removes the given message from the MessageList in the MessageBufferMap for the given key, if present -
Uses of TechKey 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 TechKey Modifier and Type Method Description BaseStrategyERP.ReturnValueLrdActionsStrategy. executeLrdDoActionsDelete(TransactionConfiguration shop, SalesDocument salesDoc, JCoConnection cn, java.lang.String objectName, TechKey[] itemsToDelete)Strategy for ERP_LORD_DO_ACTIONS. -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl with type parameters of type TechKey Modifier and Type Field Description protected java.util.List<TechKey>SalesDocumentImpl. itemsWithAlternativeProductListThis list stores items with alternative products.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl that return TechKey Modifier and Type Method Description TechKeySalesDocumentImpl. getSoldToGuid()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl that return types with arguments of type TechKey Modifier and Type Method Description protected java.util.List<TechKey>SalesDocumentImpl. determineConfigurableItemsToRelease()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl with parameters of type TechKey Modifier and Type Method Description protected voidSalesDocumentImpl. deleteItemInt(TechKey techKey)Deletes the item with the given TechkeyvoidSalesDocumentImpl. removeItems(TechKey[] techKeys)voidSalesDocumentImpl. setSoldToGuid(TechKey techKeySoldTo)voidSalesDocumentImpl. setSoldToGuid(TechKey techKeySoldTo, java.lang.String soldToId)Method parameters in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl with type arguments of type TechKey Modifier and Type Method Description protected voidSalesDocumentImpl. afterDeleteItemInBackend(java.util.List<TechKey> itemsToDelete)Releases configuration sessions for all items providedprotected voidSalesDocumentImpl. afterUpdateItemInBackend(java.util.List<TechKey> itemsToDelete)Releases configuration sessions for all items providedprotected voidSalesDocumentImpl. updateInBackend(java.util.List<TechKey> itemsToDelete, java.util.List<TechKey> configurableItemsToRelease) -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.util
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.util that return types with arguments of type TechKey Modifier and Type Method Description static java.util.Map<TechKey,Message>SalesDocumentUtil. checkQuantityUOM(ItemList items, Converter converter)static java.util.List<TechKey>SalesDocumentUtil. determineItemsToDelete(ItemList items) -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl that return TechKey Modifier and Type Method Description TechKeySearchResultImpl. getKey()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl with parameters of type TechKey Modifier and Type Method Description voidSearchResultImpl. setKey(TechKey key) -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.interf that return TechKey Modifier and Type Method Description TechKeySearchResult. getKey()Returns key of sales documentMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.interf with parameters of type TechKey Modifier and Type Method Description voidSearchResult. setKey(TechKey key)Sets key of sales document -
Uses of TechKey in de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl with parameters of type TechKey Modifier and Type Method Description protected de.hybris.platform.sap.sapordermgmtbol.transaction.util.impl.ItemHierarchy.NodeItemHierarchy. getNode(TechKey itemKey)Find the node for the given TechKey -
Uses of TechKey in de.hybris.platform.sap.sapproductconfigsombol.hook
Methods in de.hybris.platform.sap.sapproductconfigsombol.hook with parameters of type TechKey Modifier and Type Method Description voidCPQSalesDocumentHook. afterDeleteItemInBackend(TechKey techKey)Method parameters in de.hybris.platform.sap.sapproductconfigsombol.hook with type arguments of type TechKey Modifier and Type Method Description voidCPQSalesDocumentHook. afterDeleteItemInBackend(java.util.List<TechKey> itemsToDelete)voidCPQSalesDocumentHook. afterUpdateItemInBackend(java.util.List<TechKey> itemsToDelete) -
Uses of TechKey in de.hybris.platform.sap.sapproductconfigsombol.transaction.salesdocument.businessobject.impl
Methods in de.hybris.platform.sap.sapproductconfigsombol.transaction.salesdocument.businessobject.impl with parameters of type TechKey Modifier and Type Method Description java.lang.StringCPQSalesDocumentImpl. getConfigId(TechKey key)Returns the configuration ID from the session for a given item handlevoidCPQSalesDocumentImpl. setConfigId(TechKey key, java.lang.String configId)
-