Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder.PurchaseOrderPartner
Packages that use PurchaseOrderPartner
Package
Description
-
Uses of PurchaseOrderPartner in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder with type parameters of type PurchaseOrderPartnerModifier and TypeFieldDescriptionstatic final SimpleProperty<PurchaseOrderPartner>PurchaseOrderPartner.ALL_FIELDSSelector for all available fields of PurchaseOrderPartner.static final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.CREATED_BY_USERstatic final SimpleProperty.Date<PurchaseOrderPartner>PurchaseOrderPartner.CREATION_DATEstatic final SimpleProperty.Boolean<PurchaseOrderPartner>PurchaseOrderPartner.DEFAULT_PARTNERstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.EMPLOYMENT_INTERNAL_IDstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.PARTNER_COUNTERstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.PARTNER_FUNCTIONstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.PERSON_WORK_AGREEMENTstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.PLANTstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.PURCHASE_ORDERstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.PURCHASING_DOCUMENT_PARTNER_TYPEstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.PURCHASING_ORGANIZATIONstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.SUPPLIERstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.SUPPLIER_CONTACTstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.SUPPLIER_HIERARCHY_CATEGORYstatic final SimpleProperty.String<PurchaseOrderPartner>PurchaseOrderPartner.SUPPLIER_SUBRANGEstatic final NavigationProperty.Collection<PurchaseOrder,PurchaseOrderPartner> PurchaseOrder.TO__PURCHASE_ORDER_PARTNERUse with available request builders to apply the _PurchaseOrderPartner navigation property to query operations.static final NavigationProperty.Single<PurchaseOrderPartner,PurchaseOrder> PurchaseOrderPartner.TO__PURCHASE_ORDER_TPUse with available request builders to apply the _PurchaseOrderTP navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder that return PurchaseOrderPartnerMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder that return types with arguments of type PurchaseOrderPartnerModifier and TypeMethodDescriptionio.vavr.control.Option<List<PurchaseOrderPartner>>PurchaseOrder.getPurchaseOrderPartnerIfPresent()Retrieval of associated PurchaseOrderPartner entities (one to many).PurchaseOrderPartner.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder with parameters of type PurchaseOrderPartnerModifier and TypeMethodDescriptionvoidPurchaseOrder.addPurchaseOrderPartner(PurchaseOrderPartner... entity) Adds elements to the list of associated PurchaseOrderPartner entities.PurchaseOrder.PurchaseOrderBuilder.purchaseOrderPartner(PurchaseOrderPartner... value) Navigation property _PurchaseOrderPartner for PurchaseOrder to multiple PurchaseOrderPartner.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.purchaseorder with type arguments of type PurchaseOrderPartnerModifier and TypeMethodDescriptionvoidPurchaseOrder.setPurchaseOrderPartner(List<PurchaseOrderPartner> value) Overwrites the list of associated PurchaseOrderPartner entities for the loaded navigation property _PurchaseOrderPartner. -
Uses of PurchaseOrderPartner in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type PurchaseOrderPartnerModifier and TypeMethodDescriptionDefaultPurchaseOrderService.countPurchaseOrderPartner()Deprecated.PurchaseOrderService.countPurchaseOrderPartner()Deprecated.Fetch the number of entries from thePurchaseOrderPartnerentity collection matching the filter and search expressions.DefaultPurchaseOrderService.getAllPurchaseOrderPartner()Deprecated.PurchaseOrderService.getAllPurchaseOrderPartner()Deprecated.Fetch multiplePurchaseOrderPartnerentities.DefaultPurchaseOrderService.getPurchaseOrderPartnerByKey(String purchaseOrder, String partnerFunction) Deprecated.PurchaseOrderService.getPurchaseOrderPartnerByKey(String purchaseOrder, String partnerFunction) Deprecated.Fetch a singlePurchaseOrderPartnerentity using key fields.