Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.SupplierCompany
Packages that use SupplierCompany
Package
Description
-
Uses of SupplierCompany in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type SupplierCompanyModifier and TypeFieldDescriptionstatic final SupplierLink<SupplierCompany>Supplier.TO_SUPPLIER_COMPANYUse with available fluent helpers to apply the to_SupplierCompany navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return SupplierCompanyModifier and TypeMethodDescriptionSupplierCompany.SupplierCompanyBuilder.build()protected SupplierCompanySupplierCompanyCreateFluentHelper.getEntity()protected SupplierCompanySupplierCompanyUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type SupplierCompanyModifier and TypeMethodDescriptionSupplier.fetchSupplierCompany()Fetches the SupplierCompany entities (one to many) associated with this entity.protected Class<SupplierCompany>SupplierCompanyByKeyFluentHelper.getEntityClass()protected Class<SupplierCompany>SupplierCompanyFluentHelper.getEntityClass()io.vavr.control.Option<List<SupplierCompany>>Supplier.getSupplierCompanyIfPresent()Retrieval of associated SupplierCompany entities (one to many).Supplier.getSupplierCompanyOrFetch()Retrieval of associated SupplierCompany entities (one to many).SupplierCompany.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type SupplierCompanyModifier and TypeMethodDescriptionvoidSupplier.addSupplierCompany(SupplierCompany... entity) Adds elements to the list of associated SupplierCompany entities.Supplier.SupplierBuilder.supplierCompany(SupplierCompany... value) Navigation property to_SupplierCompany for Supplier to multiple SupplierCompany.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type SupplierCompanyModifier and TypeMethodDescriptionvoidSupplier.setSupplierCompany(List<SupplierCompany> value) Overwrites the list of associated SupplierCompany entities for the loaded navigation property to_SupplierCompany.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type SupplierCompanyModifierConstructorDescriptionSupplierCompanyCreateFluentHelper(String servicePath, SupplierCompany entity, String entityCollection) Creates a fluent helper object that will create aSupplierCompanyentity on the OData endpoint.SupplierCompanyUpdateFluentHelper(String servicePath, SupplierCompany entity, String entityCollection) Creates a fluent helper object that will update aSupplierCompanyentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type SupplierCompanyModifierConstructorDescriptionSupplier(String supplier, String alternativePayeeAccountNumber, String authorizationGroup, String createdByUser, LocalDateTime creationDate, String customer, Boolean paymentIsBlockedForSupplier, Boolean postingIsBlocked, Boolean purchasingIsBlocked, String supplierAccountGroup, String supplierFullName, String supplierName, String vATRegistration, LocalDateTime birthDate, String concatenatedInternationalLocNo, Boolean deletionIndicator, String fiscalAddress, String industry, String internationalLocationNumber1, String internationalLocationNumber2, String internationalLocationNumber3, String isNaturalPerson, String responsibleType, LocalDateTime suplrQltyInProcmtCertfnValidTo, String suplrQualityManagementSystem, String supplierCorporateGroup, String supplierProcurementBlock, String taxNumber1, String taxNumber2, String taxNumber3, String taxNumber4, String taxNumber5, String taxNumberResponsible, String taxNumberType, String suplrProofOfDelivRlvtCode, Boolean bR_TaxIsSplit, String dataExchangeInstructionKey, List<SupplierCompany> toSupplierCompany, List<SupplierPurchasingOrg> toSupplierPurchasingOrg, List<SupplierText> toSupplierText) -
Uses of SupplierCompany in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type SupplierCompanyModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createSupplierCompany(SupplierCompany supplierCompany) Create a newSupplierCompanyentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createSupplierCompany(SupplierCompany supplierCompany) BusinessPartnerServiceBatchChangeSet.updateSupplierCompany(SupplierCompany supplierCompany) Update an existingSupplierCompanyentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateSupplierCompany(SupplierCompany supplierCompany) -
Uses of SupplierCompany in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type SupplierCompanyModifier and TypeMethodDescriptionSupplierCompanyOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link with type arguments of type SupplierCompanyModifier and TypeMethodDescriptionprotected SupplierCompanyLink<ObjectT>SupplierCompanyLink.translateLinkType(EntityLink<SupplierCompanyLink<ObjectT>, SupplierCompany, ObjectT> link) -
Uses of SupplierCompany in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SupplierCompanyModifier and TypeMethodDescriptionBusinessPartnerService.createSupplierCompany(SupplierCompany supplierCompany) Deprecated.Create a newSupplierCompanyentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createSupplierCompany(SupplierCompany supplierCompany) Deprecated.BusinessPartnerService.updateSupplierCompany(SupplierCompany supplierCompany) Deprecated.Update an existingSupplierCompanyentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateSupplierCompany(SupplierCompany supplierCompany) Deprecated.