Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.LockboxBatch
Packages that use LockboxBatch
Package
Description
-
Uses of LockboxBatch in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox with type parameters of type LockboxBatchModifier and TypeFieldDescriptionstatic final LockboxBatchItemOneToOneLink<LockboxBatch>LockboxBatchItem.TO_HEADERUse with available fluent helpers to apply the to_Header navigation property to query operations.static final LockboxClearingOneToOneLink<LockboxBatch>LockboxClearing.TO_ROOTUse with available fluent helpers to apply the to_Root navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox that return LockboxBatchModifier and TypeMethodDescriptionLockboxBatch.LockboxBatchBuilder.build()LockboxBatchItem.fetchHeader()Fetches the LockboxBatch entity (one to one) associated with this entity.LockboxClearing.fetchRoot()Fetches the LockboxBatch entity (one to one) associated with this entity.protected LockboxBatchLockboxBatchCreateFluentHelper.getEntity()LockboxBatchItem.getHeaderOrFetch()Retrieval of associated LockboxBatch entity (one to one).LockboxClearing.getRootOrFetch()Retrieval of associated LockboxBatch entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox that return types with arguments of type LockboxBatchModifier and TypeMethodDescriptionprotected Class<LockboxBatch>LockboxBatchByKeyFluentHelper.getEntityClass()protected Class<LockboxBatch>LockboxBatchFluentHelper.getEntityClass()io.vavr.control.Option<LockboxBatch>LockboxBatchItem.getHeaderIfPresent()Retrieval of associated LockboxBatch entity (one to one).io.vavr.control.Option<LockboxBatch>LockboxClearing.getRootIfPresent()Retrieval of associated LockboxBatch entity (one to one).LockboxBatch.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox with parameters of type LockboxBatchModifier and TypeMethodDescriptionLockboxBatchItem.LockboxBatchItemBuilder.header(LockboxBatch value) Navigation property to_Header for LockboxBatchItem to single LockboxBatch.LockboxClearing.LockboxClearingBuilder.root(LockboxBatch value) Navigation property to_Root for LockboxClearing to single LockboxBatch.voidLockboxBatchItem.setHeader(LockboxBatch value) Overwrites the associated LockboxBatch entity for the loaded navigation property to_Header.voidLockboxClearing.setRoot(LockboxBatch value) Overwrites the associated LockboxBatch entity for the loaded navigation property to_Root.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox with parameters of type LockboxBatchModifierConstructorDescriptionLockboxBatchCreateFluentHelper(String servicePath, LockboxBatch entity, String entityCollection) Creates a fluent helper object that will create aLockboxBatchentity on the OData endpoint.LockboxBatchItem(String lockboxBatchInternalKey, String lockboxBatchItem, String lockboxBatch, LocalDateTime valueDate, String currency, BigDecimal amountInTransactionCurrency, String lockboxBatchItmStatus, String lockboxBatchItmStatusName, String cheque, String partnerBankCountry, String partnerBank, String partnerBankAccount, String bankLedgerDocument, String customer, String memoLine1, String memoLine, String paymentAdvice, String assignmentReference, String documentItemText, String documentReferenceID, String paymentManualTransacType, Boolean bankLedgerIsPosted, Boolean subledgerIsPostedSuccessfully, String lockboxSubledgerDocument, String companyCode, String fiscalYear, String subledgerDocument, String lockboxBatchItmAdditionalInfo, LockboxBatch toHeader, List<LockboxClearing> toLockboxClearing) LockboxClearing(String paymentAdvice, String paymentAdviceItem, String paymentAdviceAccount, String paymentAdviceAccountType, String companyCode, String lockboxBatchInternalKey, String lockboxBatchItem, String lockboxBatch, String paymentReference, BigDecimal netPaymentAmountInPaytCurrency, BigDecimal deductionAmountInPaytCurrency, String paymentDifferenceReason, String currency, LockboxBatchItem toBatchItem, LockboxBatch toRoot) -
Uses of LockboxBatch in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.batch with parameters of type LockboxBatchModifier and TypeMethodDescriptionDefaultPostLockboxServiceBatchChangeSet.createLockboxBatch(LockboxBatch lockboxBatch) PostLockboxServiceBatchChangeSet.createLockboxBatch(LockboxBatch lockboxBatch) Create a newLockboxBatchentity and save it to the S/4HANA system. -
Uses of LockboxBatch in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.postlockbox.link that return types with arguments of type LockboxBatchModifier and TypeMethodDescriptionLockboxBatchOneToOneLink.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.postlockbox.link with type arguments of type LockboxBatchModifier and TypeMethodDescriptionprotected LockboxBatchLink<ObjectT>LockboxBatchLink.translateLinkType(EntityLink<LockboxBatchLink<ObjectT>, LockboxBatch, ObjectT> link) -
Uses of LockboxBatch in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type LockboxBatchModifier and TypeMethodDescriptionDefaultPostLockboxService.createLockboxBatch(LockboxBatch lockboxBatch) Deprecated.PostLockboxService.createLockboxBatch(LockboxBatch lockboxBatch) Deprecated.Create a newLockboxBatchentity and save it to the S/4HANA system.