Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplyavailabilityprotectionplan | |
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services |
Modifier and Type | Method and Description |
---|---|
SupplyProtectionGroup |
SupplyProtectionGroup.SupplyProtectionGroupBuilder.build() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<List<SupplyProtectionGroup>> |
SupplyProtection.getSupplyProtectionGroupTPIfPresent()
Retrieval of associated SupplyProtectionGroup entities (one to many).
|
io.vavr.control.Option<SupplyProtectionGroup> |
SupplyProtectionTimeBucket.getSupplyProtectionGroupTPIfPresent()
Retrieval of associated SupplyProtectionGroup entity (one to one).
|
Class<SupplyProtectionGroup> |
SupplyProtectionGroup.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SupplyProtection.addSupplyProtectionGroupTP(SupplyProtectionGroup... entity)
Adds elements to the list of associated SupplyProtectionGroup entities.
|
void |
SupplyProtectionTimeBucket.setSupplyProtectionGroupTP(SupplyProtectionGroup value)
Overwrites the associated SupplyProtectionGroup entity for the loaded navigation property
_SupplyProtectionGroupTP.
|
SupplyProtection.SupplyProtectionBuilder |
SupplyProtection.SupplyProtectionBuilder.supplyProtectionGroupTP(SupplyProtectionGroup... value)
Navigation property _SupplyProtectionGroupTP for SupplyProtection to multiple
SupplyProtectionGroup.
|
SupplyProtectionTimeBucket.SupplyProtectionTimeBucketBuilder |
SupplyProtectionTimeBucket.SupplyProtectionTimeBucketBuilder.supplyProtectionGroupTP(SupplyProtectionGroup value)
Navigation property _SupplyProtectionGroupTP for SupplyProtectionTimeBucket to single
SupplyProtectionGroup.
|
Modifier and Type | Method and Description |
---|---|
void |
SupplyProtection.setSupplyProtectionGroupTP(List<SupplyProtectionGroup> value)
Overwrites the list of associated SupplyProtectionGroup entities for the loaded navigation property
_SupplyProtectionGroupTP.
|
Constructor and Description |
---|
SupplyProtectionTimeBucket(UUID supProtTimeBucketUUID,
UUID supplyProtectionUUID,
UUID supplyProtectionGroupUUID,
OffsetDateTime supProtPeriodStartUTCDateTime,
OffsetDateTime supProtPeriodEndUTCDateTime,
String unitOfMeasure,
BigDecimal supProtProtectedQuantity,
BigDecimal supProtConsumedQuantity,
String createdByUser,
OffsetDateTime creationDateTime,
String lastChangedByUser,
OffsetDateTime lastChangeDateTime,
SupplyProtectionGroup to_SupplyProtectionGroupTP,
SupplyProtection to_SupplyProtectionTP) |
Constructor and Description |
---|
SupplyProtection(UUID supplyProtectionUUID,
String supplyProtectionName,
String material,
String materialName,
String plant,
String plantName,
String supProtLifecycleStatus,
String supProtLifecycleStatusText,
String supProtPlanningPeriodType,
String supProtPlanningPeriodTypeText,
LocalDate supProtPlanningPeriodStartDate,
LocalDate supProtPlanningPeriodEndDate,
Boolean supProtIsPlanningContextSlsOrd,
Boolean supProtIsPlanningContextSTO,
byte[] coreCharc01CtlgPathIntID,
String supProtCoreCharc01Text,
String supProtCoreCharc01ValueID,
byte[] coreCharc02CtlgPathIntID,
String supProtCoreCharc02Text,
String supProtCoreCharc02ValueID,
String unitOfMeasure,
BigDecimal supProtProtectedQuantity,
BigDecimal supProtConsumedQuantity,
String createdByUser,
OffsetDateTime creationDateTime,
String lastChangedByUser,
OffsetDateTime lastChangeDateTime,
String charcValAuthznGroup,
Collection<SAP__Message> _Messages,
List<SupplyProtectionGroup> to_SupplyProtectionGroupTP,
List<SupProtCharacteristic> to_SupProtCharacteristicTP) |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<SupplyProtectionGroup> |
DefaultSupplyAvailabilityProtectionPlanService.countSupplyProtectionGroup() |
CountRequestBuilder<SupplyProtectionGroup> |
SupplyAvailabilityProtectionPlanService.countSupplyProtectionGroup()
Fetch the number of entries from the
SupplyProtectionGroup entity collection matching the filter and search expressions. |
DeleteRequestBuilder<SupplyProtectionGroup> |
DefaultSupplyAvailabilityProtectionPlanService.deleteSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup) |
DeleteRequestBuilder<SupplyProtectionGroup> |
SupplyAvailabilityProtectionPlanService.deleteSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup)
Deletes an existing
SupplyProtectionGroup entity in the S/4HANA system. |
GetAllRequestBuilder<SupplyProtectionGroup> |
DefaultSupplyAvailabilityProtectionPlanService.getAllSupplyProtectionGroup() |
GetAllRequestBuilder<SupplyProtectionGroup> |
SupplyAvailabilityProtectionPlanService.getAllSupplyProtectionGroup()
Fetch multiple
SupplyProtectionGroup entities. |
GetByKeyRequestBuilder<SupplyProtectionGroup> |
DefaultSupplyAvailabilityProtectionPlanService.getSupplyProtectionGroupByKey(UUID supplyProtectionGroupUUID) |
GetByKeyRequestBuilder<SupplyProtectionGroup> |
SupplyAvailabilityProtectionPlanService.getSupplyProtectionGroupByKey(UUID supplyProtectionGroupUUID)
Fetch a single
SupplyProtectionGroup entity using key fields. |
UpdateRequestBuilder<SupplyProtectionGroup> |
DefaultSupplyAvailabilityProtectionPlanService.updateSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup) |
UpdateRequestBuilder<SupplyProtectionGroup> |
SupplyAvailabilityProtectionPlanService.updateSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup)
Update an existing
SupplyProtectionGroup entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
DeleteRequestBuilder<SupplyProtectionGroup> |
DefaultSupplyAvailabilityProtectionPlanService.deleteSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup) |
DeleteRequestBuilder<SupplyProtectionGroup> |
SupplyAvailabilityProtectionPlanService.deleteSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup)
Deletes an existing
SupplyProtectionGroup entity in the S/4HANA system. |
UpdateRequestBuilder<SupplyProtectionGroup> |
DefaultSupplyAvailabilityProtectionPlanService.updateSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup) |
UpdateRequestBuilder<SupplyProtectionGroup> |
SupplyAvailabilityProtectionPlanService.updateSupplyProtectionGroup(SupplyProtectionGroup supplyProtectionGroup)
Update an existing
SupplyProtectionGroup entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.