Modifier and Type | Field and Description |
---|---|
static PurchaseOrderScheduleLineLink<POSubcontractingComponent> |
PurchaseOrderScheduleLine.TO_SUBCONTRACTING_COMPONENT
Use with available fluent helpers to apply the to_SubcontractingComponent navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
POSubcontractingComponent |
POSubcontractingComponent.POSubcontractingComponentBuilder.build() |
protected POSubcontractingComponent |
POSubcontractingComponentUpdateFluentHelper.getEntity() |
protected POSubcontractingComponent |
POSubcontractingComponentDeleteFluentHelper.getEntity() |
protected POSubcontractingComponent |
POSubcontractingComponentCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<POSubcontractingComponent> |
PurchaseOrderScheduleLine.fetchSubcontractingComponent()
Fetches the POSubcontractingComponent entities (one to many) associated with this entity.
|
protected Class<POSubcontractingComponent> |
POSubcontractingComponentByKeyFluentHelper.getEntityClass() |
protected Class<POSubcontractingComponent> |
POSubcontractingComponentFluentHelper.getEntityClass() |
io.vavr.control.Option<List<POSubcontractingComponent>> |
PurchaseOrderScheduleLine.getSubcontractingComponentIfPresent()
Retrieval of associated POSubcontractingComponent entities (one to many).
|
List<POSubcontractingComponent> |
PurchaseOrderScheduleLine.getSubcontractingComponentOrFetch()
Retrieval of associated POSubcontractingComponent entities (one to many).
|
Class<POSubcontractingComponent> |
POSubcontractingComponent.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderScheduleLine.addSubcontractingComponent(POSubcontractingComponent... entity)
Adds elements to the list of associated POSubcontractingComponent entities.
|
PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder |
PurchaseOrderScheduleLine.PurchaseOrderScheduleLineBuilder.subcontractingComponent(POSubcontractingComponent... value)
Navigation property to_SubcontractingComponent for PurchaseOrderScheduleLine to multiple
POSubcontractingComponent.
|
Modifier and Type | Method and Description |
---|---|
void |
PurchaseOrderScheduleLine.setSubcontractingComponent(List<POSubcontractingComponent> value)
Overwrites the list of associated POSubcontractingComponent entities for the loaded navigation property
to_SubcontractingComponent.
|
Constructor and Description |
---|
POSubcontractingComponentCreateFluentHelper(String servicePath,
POSubcontractingComponent entity)
Creates a fluent helper object that will create a
POSubcontractingComponent entity on the OData endpoint. |
POSubcontractingComponentDeleteFluentHelper(String servicePath,
POSubcontractingComponent entity)
Creates a fluent helper object that will delete a
POSubcontractingComponent entity on the OData endpoint. |
POSubcontractingComponentUpdateFluentHelper(String servicePath,
POSubcontractingComponent entity)
Creates a fluent helper object that will update a
POSubcontractingComponent entity on the OData endpoint. |
Constructor and Description |
---|
PurchaseOrderScheduleLine(String purchasingDocument,
String purchasingDocumentItem,
String scheduleLine,
String delivDateCategory,
LocalDateTime scheduleLineDeliveryDate,
String purchaseOrderQuantityUnit,
BigDecimal scheduleLineOrderQuantity,
LocalTime scheduleLineDeliveryTime,
LocalDateTime schedLineStscDeliveryDate,
String purchaseRequisition,
String purchaseRequisitionItem,
BigDecimal scheduleLineCommittedQuantity,
LocalDateTime performancePeriodStartDate,
LocalDateTime performancePeriodEndDate,
List<POSubcontractingComponent> toSubcontractingComponent) |
Modifier and Type | Method and Description |
---|---|
PurchaseOrderServiceBatchChangeSet |
DefaultPurchaseOrderServiceBatchChangeSet.createPOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent)
Create a new
POSubcontractingComponent entity and save it to the S/4HANA system. |
PurchaseOrderServiceBatchChangeSet |
PurchaseOrderServiceBatchChangeSet.createPOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent)
Create a new
POSubcontractingComponent entity and save it to the S/4HANA system. |
PurchaseOrderServiceBatchChangeSet |
DefaultPurchaseOrderServiceBatchChangeSet.deletePOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent)
Deletes an existing
POSubcontractingComponent entity in the S/4HANA system. |
PurchaseOrderServiceBatchChangeSet |
PurchaseOrderServiceBatchChangeSet.deletePOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent)
Deletes an existing
POSubcontractingComponent entity in the S/4HANA system. |
PurchaseOrderServiceBatchChangeSet |
DefaultPurchaseOrderServiceBatchChangeSet.updatePOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent)
Update an existing
POSubcontractingComponent entity and save it to the S/4HANA system. |
PurchaseOrderServiceBatchChangeSet |
PurchaseOrderServiceBatchChangeSet.updatePOSubcontractingComponent(POSubcontractingComponent pOSubcontractingComponent)
Update an existing
POSubcontractingComponent entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<POSubcontractingComponent> |
POSubcontractingComponentOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected POSubcontractingComponentLink<ObjectT> |
POSubcontractingComponentLink.translateLinkType(EntityLink<POSubcontractingComponentLink<ObjectT>,POSubcontractingComponent,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.