Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.realestatecontract | |
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services |
Modifier and Type | Method and Description |
---|---|
REContrPostingTerm |
REContrPostingTerm.REContrPostingTermBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<REContrPostingTerm>> |
REContract.getREPostingTermTPIfPresent()
Retrieval of associated REContrPostingTerm entities (one to many).
|
Class<REContrPostingTerm> |
REContrPostingTerm.getType() |
Modifier and Type | Method and Description |
---|---|
void |
REContract.addREPostingTermTP(REContrPostingTerm... entity)
Adds elements to the list of associated REContrPostingTerm entities.
|
REContract.REContractBuilder |
REContract.REContractBuilder.rePostingTermTP(REContrPostingTerm... value)
Navigation property _REPostingTermTP for REContract to multiple REContrPostingTerm.
|
Modifier and Type | Method and Description |
---|---|
void |
REContract.setREPostingTermTP(List<REContrPostingTerm> value)
Overwrites the list of associated REContrPostingTerm entities for the loaded navigation property
_REPostingTermTP.
|
Constructor and Description |
---|
REContract(String internalRealEstateNumber,
String companyCode,
String realEstateContract,
String rEStatusObject,
String rEInternalFinNumber,
String rECreationType,
String createdByUser,
LocalDate creationDate,
LocalTime creationTime,
String rESourceOfCreation,
String lastChangedByUser,
LocalDate lastChangeDate,
LocalTime lastChangeTime,
String rESourceOfChange,
String responsible,
String rEUserExclusive,
String rEAuthorizationGroup,
String rEContractType,
LocalDate contractStartDate,
LocalDate contractEndDate,
String rEContractName,
LocalDate rEContractActivateDate,
String rETenancyLaw,
String rEContractNumberOld,
String rEMainContractCompanyCode,
String rEMainContract,
String rEContractCurrency,
String rEIndustrySector,
Boolean rEIsSalesRelevant,
String rEContractDepositType,
LocalDate rEContractSignDate,
LocalDate rEContract2SignDate,
LocalDate rEContractCashFlowDate,
LocalDate rEContractFirstEndDate,
LocalDate rEContractNoticeDate,
LocalDate rEContractNoticeInDate,
String rEContractNoticeReason,
LocalDate rEContractNoticeActivationDate,
LocalDate rECashFlowArchivedToDate,
LocalDate rECashFlowLockedToDate,
LocalDate rECashFlowPostingFromDate,
String rEBusinessEntity,
LocalDate rEPossessionStartDate,
LocalDate rEPossessionEndDate,
Boolean rEHasMultipleAssignments,
LocalDate rEObjectAvailableFromDate,
LocalDate rEObjectAvailableToDate,
String valuationRelevance,
Collection<SAP__Message> _Messages,
List<REContrAdjustmentTerm> to_REAdjustmentTermTP,
List<REContrCondition> to_REConditionTP,
List<REContrNoticeTermForObj> to_RENoticeTermForObjTP,
List<REContrNoticeTerm> to_RENoticeTermTP,
List<REContrObjAssgmt> to_REObjAssgmtTP,
List<REContrOrglAssgmtTerm> to_REOrglAssgmtTermTP,
List<REContrPartAssgmt> to_REPartnerAssgmtTP,
List<REContrPostingTerm> to_REPostingTermTP,
List<REContrReminderDate> to_REReminderDateTP,
List<REContrReminderRule> to_REReminderRuleTP,
List<REContrRenewalTerm> to_RERenewalTermTP,
List<REContrRhythmTerm> to_RERhythmTermTP,
List<REContrValuationCondition> to_REValuationConditionTP,
List<REContrValuation> to_REValuationTP) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<REContrPostingTerm> |
RealEstateContractService.countREContrPostingTerm()
Fetch the number of entries from the
REContrPostingTerm entity collection matching the filter and search expressions. |
CountRequestBuilder<REContrPostingTerm> |
DefaultRealEstateContractService.countREContrPostingTerm() |
CreateRequestBuilder<REContrPostingTerm> |
RealEstateContractService.createREContrPostingTerm(REContrPostingTerm rEContrPostingTerm)
Create a new
REContrPostingTerm entity and save it to the S/4HANA system. |
CreateRequestBuilder<REContrPostingTerm> |
DefaultRealEstateContractService.createREContrPostingTerm(REContrPostingTerm rEContrPostingTerm) |
DeleteRequestBuilder<REContrPostingTerm> |
RealEstateContractService.deleteREContrPostingTerm(REContrPostingTerm rEContrPostingTerm)
Deletes an existing
REContrPostingTerm entity in the S/4HANA system. |
DeleteRequestBuilder<REContrPostingTerm> |
DefaultRealEstateContractService.deleteREContrPostingTerm(REContrPostingTerm rEContrPostingTerm) |
GetAllRequestBuilder<REContrPostingTerm> |
RealEstateContractService.getAllREContrPostingTerm()
Fetch multiple
REContrPostingTerm entities. |
GetAllRequestBuilder<REContrPostingTerm> |
DefaultRealEstateContractService.getAllREContrPostingTerm() |
GetByKeyRequestBuilder<REContrPostingTerm> |
RealEstateContractService.getREContrPostingTermByKey(String internalRealEstateNumber,
String rETermType,
String rETermNumber,
String validityStartEndDateValue)
Fetch a single
REContrPostingTerm entity using key fields. |
GetByKeyRequestBuilder<REContrPostingTerm> |
DefaultRealEstateContractService.getREContrPostingTermByKey(String internalRealEstateNumber,
String rETermType,
String rETermNumber,
String validityStartEndDateValue) |
UpdateRequestBuilder<REContrPostingTerm> |
RealEstateContractService.updateREContrPostingTerm(REContrPostingTerm rEContrPostingTerm)
Update an existing
REContrPostingTerm entity and save it to the S/4HANA system. |
UpdateRequestBuilder<REContrPostingTerm> |
DefaultRealEstateContractService.updateREContrPostingTerm(REContrPostingTerm rEContrPostingTerm) |
Copyright © 2021 SAP SE. All rights reserved.