Modifier and Type | Method and Description |
---|---|
REContrReminderDate |
REContrReminderDate.REContrReminderDateBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<REContrReminderDate>> |
REContract.getREReminderDateTPIfPresent()
Retrieval of associated REContrReminderDate entities (one to many).
|
Class<REContrReminderDate> |
REContrReminderDate.getType() |
Modifier and Type | Method and Description |
---|---|
void |
REContract.addREReminderDateTP(REContrReminderDate... entity)
Adds elements to the list of associated REContrReminderDate entities.
|
REContract.REContractBuilder |
REContract.REContractBuilder.reReminderDateTP(REContrReminderDate... value)
Navigation property _REReminderDateTP for REContract to multiple REContrReminderDate.
|
Modifier and Type | Method and Description |
---|---|
void |
REContract.setREReminderDateTP(List<REContrReminderDate> value)
Overwrites the list of associated REContrReminderDate entities for the loaded navigation property
_REReminderDateTP.
|
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<REContrReminderDate> |
RealEstateContractService.countREContrReminderDate()
Fetch the number of entries from the
REContrReminderDate entity collection matching the filter and search expressions. |
CountRequestBuilder<REContrReminderDate> |
DefaultRealEstateContractService.countREContrReminderDate() |
GetAllRequestBuilder<REContrReminderDate> |
RealEstateContractService.getAllREContrReminderDate()
Fetch multiple
REContrReminderDate entities. |
GetAllRequestBuilder<REContrReminderDate> |
DefaultRealEstateContractService.getAllREContrReminderDate() |
GetByKeyRequestBuilder<REContrReminderDate> |
RealEstateContractService.getREContrReminderDateByKey(String internalRealEstateNumber,
String rEReminderNumber,
LocalDate rEReminderDate)
Fetch a single
REContrReminderDate entity using key fields. |
GetByKeyRequestBuilder<REContrReminderDate> |
DefaultRealEstateContractService.getREContrReminderDateByKey(String internalRealEstateNumber,
String rEReminderNumber,
LocalDate rEReminderDate) |
UpdateRequestBuilder<REContrReminderDate> |
RealEstateContractService.updateREContrReminderDate(REContrReminderDate rEContrReminderDate)
Update an existing
REContrReminderDate entity and save it to the S/4HANA system. |
UpdateRequestBuilder<REContrReminderDate> |
DefaultRealEstateContractService.updateREContrReminderDate(REContrReminderDate rEContrReminderDate) |
Modifier and Type | Method and Description |
---|---|
UpdateRequestBuilder<REContrReminderDate> |
RealEstateContractService.updateREContrReminderDate(REContrReminderDate rEContrReminderDate)
Update an existing
REContrReminderDate entity and save it to the S/4HANA system. |
UpdateRequestBuilder<REContrReminderDate> |
DefaultRealEstateContractService.updateREContrReminderDate(REContrReminderDate rEContrReminderDate) |
Copyright © 2021 SAP SE. All rights reserved.