Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure | |
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services |
Modifier and Type | Method and Description |
---|---|
JointVenture |
JointVenture.JointVentureBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<JointVenture> |
JointVentureEquityGroup.getJointVentureIfPresent()
Retrieval of associated JointVenture entity (one to one).
|
io.vavr.control.Option<JointVenture> |
JointVentureEquityType.getJointVentureIfPresent()
Retrieval of associated JointVenture entity (one to one).
|
io.vavr.control.Option<JointVenture> |
JointVentureDescription.getJointVentureIfPresent()
Retrieval of associated JointVenture entity (one to one).
|
Class<JointVenture> |
JointVenture.getType() |
Modifier and Type | Method and Description |
---|---|
JointVentureEquityGroup.JointVentureEquityGroupBuilder |
JointVentureEquityGroup.JointVentureEquityGroupBuilder.jointVenture(JointVenture value)
Navigation property _JointVenture for JointVentureEquityGroup to single JointVenture.
|
JointVentureEquityType.JointVentureEquityTypeBuilder |
JointVentureEquityType.JointVentureEquityTypeBuilder.jointVenture(JointVenture value)
Navigation property _JointVenture for JointVentureEquityType to single JointVenture.
|
JointVentureDescription.JointVentureDescriptionBuilder |
JointVentureDescription.JointVentureDescriptionBuilder.jointVenture(JointVenture value)
Navigation property _JointVenture for JointVentureDescription to single JointVenture.
|
void |
JointVentureEquityGroup.setJointVenture(JointVenture value)
Overwrites the associated JointVenture entity for the loaded navigation property _JointVenture.
|
void |
JointVentureEquityType.setJointVenture(JointVenture value)
Overwrites the associated JointVenture entity for the loaded navigation property _JointVenture.
|
void |
JointVentureDescription.setJointVenture(JointVenture value)
Overwrites the associated JointVenture entity for the loaded navigation property _JointVenture.
|
Constructor and Description |
---|
JointVentureDescription(String companyCode,
String language,
String jointVenture,
String jointVentureName,
Collection<SAP__Message> _Messages,
JointVenture to_JointVenture) |
JointVentureEquityGroup(String companyCode,
String jointVenture,
String jntOpgAgrmtEquityGrp,
String jntOpgAgrmtEquityGrpText,
BigDecimal jntVntrOperatedShare,
BigDecimal jntVntrNonOperatedShare,
Boolean jntVntrEquityGrpIsSuspended,
String jntVntrEquityGrpSuspendedPerd,
String jntVntrEquityGrpSuspendedYr,
Boolean jntVntrEquityGrpIsNotSuspended,
String jntVntrGrpNotSuspendedPerd,
String jntVntrGrpNotSuspendedYr,
String jntVntrNetProfitIntrstGrp,
Collection<SAP__Message> _Messages,
List<JntVntrPartEquityShr> to_JntVntrPartOwnrEquityShr,
JointVenture to_JointVenture) |
JointVentureEquityType(String companyCode,
String jointVenture,
String jointVentureEquityType,
String jointVentureEquityFundingDate,
String jointVentureEquityGroup,
Boolean jointVentureEquityGroupActive,
String jointVentureDefBillCurrency,
Collection<SAP__Message> _Messages,
JointVenture to_JointVenture) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<JointVenture> |
DefaultJointVentureService.countJointVenture() |
CountRequestBuilder<JointVenture> |
JointVentureService.countJointVenture()
Fetch the number of entries from the
JointVenture entity
collection matching the filter and search expressions. |
CreateRequestBuilder<JointVenture> |
DefaultJointVentureService.createJointVenture(JointVenture jointVenture) |
CreateRequestBuilder<JointVenture> |
JointVentureService.createJointVenture(JointVenture jointVenture)
Create a new
JointVenture
entity and save it to the S/4HANA system. |
GetAllRequestBuilder<JointVenture> |
DefaultJointVentureService.getAllJointVenture() |
GetAllRequestBuilder<JointVenture> |
JointVentureService.getAllJointVenture()
Fetch multiple
JointVenture entities. |
GetByKeyRequestBuilder<JointVenture> |
DefaultJointVentureService.getJointVentureByKey(String companyCode,
String jointVenture) |
GetByKeyRequestBuilder<JointVenture> |
JointVentureService.getJointVentureByKey(String companyCode,
String jointVenture)
Fetch a single
JointVenture entity using key fields. |
UpdateRequestBuilder<JointVenture> |
DefaultJointVentureService.updateJointVenture(JointVenture jointVenture) |
UpdateRequestBuilder<JointVenture> |
JointVentureService.updateJointVenture(JointVenture jointVenture)
Update an existing
JointVenture entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
CreateRequestBuilder<JointVenture> |
DefaultJointVentureService.createJointVenture(JointVenture jointVenture) |
CreateRequestBuilder<JointVenture> |
JointVentureService.createJointVenture(JointVenture jointVenture)
Create a new
JointVenture
entity and save it to the S/4HANA system. |
UpdateRequestBuilder<JointVenture> |
DefaultJointVentureService.updateJointVenture(JointVenture jointVenture) |
UpdateRequestBuilder<JointVenture> |
JointVentureService.updateJointVenture(JointVenture jointVenture)
Update an existing
JointVenture entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.