Modifier and Type | Field and Description |
---|---|
static BatchPlantOneToOneLink<Batch> |
BatchPlant.TO_BATCH
Use with available fluent helpers to apply the to_Batch navigation property to query operations.
|
static BatchCharcOneToOneLink<Batch> |
BatchCharc.TO_BATCH
Use with available fluent helpers to apply the to_Batch navigation property to query operations.
|
static BatchClassOneToOneLink<Batch> |
BatchClass.TO_BATCH
Use with available fluent helpers to apply the to_Batch navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Batch |
Batch.BatchBuilder.build() |
Batch |
BatchPlant.fetchBatch()
Fetches the Batch entity (one to one) associated with this entity.
|
Batch |
BatchCharc.fetchBatch()
Fetches the Batch entity (one to one) associated with this entity.
|
Batch |
BatchClass.fetchBatch()
Fetches the Batch entity (one to one) associated with this entity.
|
Batch |
BatchPlant.getBatchOrFetch()
Retrieval of associated Batch entity (one to one).
|
Batch |
BatchCharc.getBatchOrFetch()
Retrieval of associated Batch entity (one to one).
|
Batch |
BatchClass.getBatchOrFetch()
Retrieval of associated Batch entity (one to one).
|
protected Batch |
BatchCreateFluentHelper.getEntity() |
protected Batch |
BatchUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<Batch> |
BatchPlant.getBatchIfPresent()
Retrieval of associated Batch entity (one to one).
|
io.vavr.control.Option<Batch> |
BatchCharc.getBatchIfPresent()
Retrieval of associated Batch entity (one to one).
|
io.vavr.control.Option<Batch> |
BatchClass.getBatchIfPresent()
Retrieval of associated Batch entity (one to one).
|
protected Class<Batch> |
BatchFluentHelper.getEntityClass() |
protected Class<Batch> |
BatchByKeyFluentHelper.getEntityClass() |
Class<Batch> |
Batch.getType() |
Modifier and Type | Method and Description |
---|---|
BatchPlant.BatchPlantBuilder |
BatchPlant.BatchPlantBuilder.batch(Batch value)
Navigation property to_Batch for BatchPlant to single Batch.
|
BatchCharc.BatchCharcBuilder |
BatchCharc.BatchCharcBuilder.batch(Batch value)
Navigation property to_Batch for BatchCharc to single Batch.
|
BatchClass.BatchClassBuilder |
BatchClass.BatchClassBuilder.batch(Batch value)
Navigation property to_Batch for BatchClass to single Batch.
|
void |
BatchPlant.setBatch(Batch value)
Overwrites the associated Batch entity for the loaded navigation property to_Batch.
|
void |
BatchCharc.setBatch(Batch value)
Overwrites the associated Batch entity for the loaded navigation property to_Batch.
|
void |
BatchClass.setBatch(Batch value)
Overwrites the associated Batch entity for the loaded navigation property to_Batch.
|
Constructor and Description |
---|
BatchCharc(String material,
String batchIdentifyingPlant,
String batch,
String charcInternalID,
ZonedDateTime lastChangeDateTime,
Batch toBatch,
List<BatchCharcValue> toBatchCharcValue) |
BatchClass(String material,
String batchIdentifyingPlant,
String batch,
String classInternalID,
ZonedDateTime lastChangeDateTime,
Batch toBatch) |
BatchCreateFluentHelper(String servicePath,
Batch entity)
Creates a fluent helper object that will create a
Batch entity on the OData endpoint. |
BatchPlant(String material,
String batch,
String plant,
String batchIdentifyingPlant,
String inventoryValuationType,
ZonedDateTime lastChangeDateTime,
Batch toBatch) |
BatchUpdateFluentHelper(String servicePath,
Batch entity)
Creates a fluent helper object that will update a
Batch entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
BatchServiceBatchChangeSet |
BatchServiceBatchChangeSet.createBatch(Batch batch)
Create a new
Batch entity and save it to
the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.createBatch(Batch batch)
Create a new
Batch entity and save it to
the S/4HANA system. |
BatchServiceBatchChangeSet |
BatchServiceBatchChangeSet.updateBatch(Batch batch)
Update an existing
Batch entity and save
it to the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.updateBatch(Batch batch)
Update an existing
Batch entity and save
it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Batch> |
BatchOneToOneLink.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 BatchLink<ObjectT> |
BatchLink.translateLinkType(EntityLink<BatchLink<ObjectT>,Batch,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
BatchCreateFluentHelper |
DefaultBatchService.createBatch(Batch batch) |
BatchCreateFluentHelper |
BatchService.createBatch(Batch batch)
Create a new
Batch entity and save it to
the S/4HANA system. |
BatchUpdateFluentHelper |
DefaultBatchService.updateBatch(Batch batch) |
BatchUpdateFluentHelper |
BatchService.updateBatch(Batch batch)
Update an existing
Batch entity and save
it to the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.