Uses of Interface
de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf.BillTo
-
-
Uses of BillTo in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl
Classes in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl that implement BillTo Modifier and Type Class Description classBillToImplBill To Partner information.Fields in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl with type parameters of type BillTo Modifier and Type Field Description protected java.util.List<BillTo>SalesDocumentBaseImpl. billToListMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl that return types with arguments of type BillTo Modifier and Type Method Description java.util.List<BillTo>SalesDocumentBaseImpl. getAlternativeBillTos() -
Uses of BillTo in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf that return BillTo Modifier and Type Method Description BillToBillTo. clone()BillToSalesDocument. createBillTo()Creates a new billTo objectBillToSalesTransactionsFactory. createBillTo()Creates a new billTo objectMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf that return types with arguments of type BillTo Modifier and Type Method Description java.util.List<BillTo>SalesDocumentBase. getAlternativeBillTos()Return the list of all available shipTos of this document.Method parameters in de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.interf with type arguments of type BillTo Modifier and Type Method Description voidSalesDocument. setBillToList(java.util.List<BillTo> billToList)Sets BillTo list -
Uses of BillTo in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl that return BillTo Modifier and Type Method Description BillToHeaderSalesDocument. getBillTo()Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.impl with parameters of type BillTo Modifier and Type Method Description voidHeaderSalesDocument. setBillTo(BillTo billTo) -
Uses of BillTo in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf that return BillTo Modifier and Type Method Description BillToHeader. getBillTo()Gets the Bill-To-Party of the documentMethods in de.hybris.platform.sap.sapordermgmtbol.transaction.header.businessobject.interf with parameters of type BillTo Modifier and Type Method Description voidHeader. setBillTo(BillTo billTo)Sets the Bill-To-Party into the the document. -
Uses of BillTo in de.hybris.platform.sap.sapordermgmtbol.transaction.misc.businessobject.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.misc.businessobject.impl that return BillTo Modifier and Type Method Description BillToSalesTransactionsFactoryImpl. createBillTo() -
Uses of BillTo in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl that return BillTo Modifier and Type Method Description BillToSalesDocumentImpl. createBillTo()Method parameters in de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.businessobject.impl with type arguments of type BillTo Modifier and Type Method Description voidSalesDocumentImpl. setBillToList(java.util.List<BillTo> billToList)
-