Modifier and Type | Field and Description |
---|---|
static SimpleProperty<BusPartPaymentItemParameters> |
BusPartPaymentItemParameters.ALL_FIELDS
Selector for all available fields of BusPartPaymentItemParameters.
|
static SimpleProperty.String<BusPartPaymentItemParameters> |
BusPartPaymentItemParameters.P_DISPLAY_CURRENCY |
static NavigationProperty.Single<BusPartPaymentItem,BusPartPaymentItemParameters> |
BusPartPaymentItem.TO_PARAMETERS
Use with available request builders to apply the Parameters navigation property to query operations.
|
static NavigationProperty.Collection<BusPartPaymentItemParameters,BusPartPaymentItem> |
BusPartPaymentItemParameters.TO_SET
Use with available request builders to apply the Set navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BusPartPaymentItemParameters |
BusPartPaymentItemParameters.BusPartPaymentItemParametersBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BusPartPaymentItemParameters> |
BusPartPaymentItem.getParametersIfPresent()
Retrieval of associated BusPartPaymentItemParameters entity (one to one).
|
Class<BusPartPaymentItemParameters> |
BusPartPaymentItemParameters.getType() |
Modifier and Type | Method and Description |
---|---|
BusPartPaymentItem.BusPartPaymentItemBuilder |
BusPartPaymentItem.BusPartPaymentItemBuilder.parameters(BusPartPaymentItemParameters value)
Navigation property Parameters for BusPartPaymentItem to single
BusPartPaymentItemParameters.
|
void |
BusPartPaymentItem.setParameters(BusPartPaymentItemParameters value)
Overwrites the associated BusPartPaymentItemParameters entity for the loaded navigation property
Parameters.
|
Constructor and Description |
---|
BusPartPaymentItem(UUID cADocumentContainerUUID,
String cADocumentContainerSqncNumber,
String cAPaymentDocument,
LocalDate creationDate,
LocalTime creationTime,
String cADocContainerDocItemRefType,
String cADocContainerDocItmRefTypeTxt,
String businessPartner,
String businessPartnerFullName,
String contractAccount,
String contractAccountName,
String cAContract,
String cASubApplication,
String cASubApplicationText,
String companyCode,
String companyCodeName,
String cAGroupingForPayment,
UUID cADocumentContainerInvoiceUUID,
String cADocContainerInvoiceSqncNmbr,
String businessArea,
String businessAreaName,
String segment,
String segmentName,
String cAClearingReason,
String cAClearingReasonName,
String displayCurrency,
BigDecimal amountInDisplayCurrency,
BusPartPaymentItemParameters toParameters) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<BusPartPaymentItemParameters> |
DefaultContractAccountingBusinessPartnerPaymentService.countBusPartPaymentItem() |
CountRequestBuilder<BusPartPaymentItemParameters> |
ContractAccountingBusinessPartnerPaymentService.countBusPartPaymentItem()
Fetch the number of entries from the
BusPartPaymentItemParameters entity collection matching the filter and search expressions. |
GetAllRequestBuilder<BusPartPaymentItemParameters> |
DefaultContractAccountingBusinessPartnerPaymentService.getAllBusPartPaymentItem() |
GetAllRequestBuilder<BusPartPaymentItemParameters> |
ContractAccountingBusinessPartnerPaymentService.getAllBusPartPaymentItem()
Fetch multiple
BusPartPaymentItemParameters entities. |
GetByKeyRequestBuilder<BusPartPaymentItemParameters> |
DefaultContractAccountingBusinessPartnerPaymentService.getBusPartPaymentItemByKey(String p_DisplayCurrency) |
GetByKeyRequestBuilder<BusPartPaymentItemParameters> |
ContractAccountingBusinessPartnerPaymentService.getBusPartPaymentItemByKey(String p_DisplayCurrency)
Fetch a single
BusPartPaymentItemParameters entity using key fields. |
Copyright © 2021 SAP SE. All rights reserved.