Uses of Enum Class
de.hybris.platform.sap.sapordermgmtbol.transaction.util.interf.DocumentType
Packages that use DocumentType
Package
Description
-
Uses of DocumentType in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl declared as DocumentTypeModifier and TypeFieldDescriptionprotected DocumentTypeConnectedObjectImpl.docTypeDocument typeMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl that return DocumentTypeMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidConnectedObjectImpl.setDocType(DocumentType docType) Sets the document type -
Uses of DocumentType in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf that return DocumentTypeModifier and TypeMethodDescriptionConnectedObject.getDocType()Returns the document type which characterises the document in the backend (e.g.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf with parameters of type DocumentTypeModifier and TypeMethodDescriptionbooleanSalesDocument.hasPredecessorOfSpecificType(DocumentType docType) Scans list of predecessors for given document type.voidConnectedObject.setDocType(DocumentType docType) Sets the document type. -
Uses of DocumentType in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl
Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl declared as DocumentTypeModifier and TypeFieldDescriptionprotected DocumentTypeHeaderBaseImpl.documentTypeDocument typeMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl that return DocumentTypeMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl with parameters of type DocumentType -
Uses of DocumentType in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf that return DocumentTypeModifier and TypeMethodDescriptionHeaderBase.getDocumentType()Returns the type of the document, the header belongs to.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidHeaderBase.setDocumentType(DocumentType docType) Set the document type. -
Uses of DocumentType in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionbooleanCheckDocumentValidImpl.isDocumentSupported(SalesDocument salesDoc, DocumentType expectedDocType) -
Uses of DocumentType in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.interactionobjects.interf with parameters of type DocumentTypeModifier and TypeMethodDescriptionbooleanCheckDocumentValid.isDocumentSupported(SalesDocument salesDoc, DocumentType expectedDocType) Checks whether we can handle the transaction in WebChannel. -
Uses of DocumentType 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 that return DocumentTypeModifier and TypeMethodDescriptionstatic DocumentTypeDocumentTypeMapping.getDocumentTypeByProcess(String type) Method maps the R3 type (VBTYP) to document type.static DocumentTypeDocumentTypeMapping.getDocumentTypeByTransactionGroup(String type) Method maps the R3 type (TRANS_GROUP or TRVOG) to document type.Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.backend.impl.erp.strategy with parameters of type DocumentTypeModifier and TypeMethodDescriptionprotected voidGetAllStrategyERP.handleTtIDFlow(Map<String, String> itemKey, Map<String, Item> itemMap, String thisDocNumber, DocumentType documentType, com.sap.conn.jco.JCoTable ttIDFlow) Handle data of the tablettIDFlowand fillitem data.protected voidHeaderMapper.setValidFromDateForQuotations(com.sap.conn.jco.JCoStructure esHeadComR, Header header, DocumentType docType) Sets the valid From date, if the document is a Quotation.protected voidHeaderMapper.setValidToDateForQuotations(com.sap.conn.jco.JCoStructure esHeadComV, Header header, DocumentType docType) Sets the valid To date, if the document is a Quotation. -
Uses of DocumentType in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl with parameters of type DocumentTypeModifier and TypeMethodDescriptionbooleanSalesDocumentImpl.hasPredecessorOfSpecificType(DocumentType docType) -
Uses of DocumentType in de.hybris.platform.sap.sapordermgmtbol.transaction.util.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util.interf that return DocumentTypeModifier and TypeMethodDescriptionstatic DocumentTypeReturns the enum constant of this class with the specified name.static DocumentType[]DocumentType.values()Returns an array containing the constants of this enum class, in the order they are declared.