Modifier and Type | Field and Description |
---|---|
static BatchLink<BatchPlant> |
Batch.TO_BATCH_PLANT
Use with available fluent helpers to apply the to_BatchPlant navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BatchPlant |
BatchPlant.BatchPlantBuilder.build() |
protected BatchPlant |
BatchPlantUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BatchPlant> |
Batch.fetchBatchPlant()
Fetches the BatchPlant entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BatchPlant>> |
Batch.getBatchPlantIfPresent()
Retrieval of associated BatchPlant entities (one to many).
|
List<BatchPlant> |
Batch.getBatchPlantOrFetch()
Retrieval of associated BatchPlant entities (one to many).
|
protected Class<BatchPlant> |
BatchPlantFluentHelper.getEntityClass() |
protected Class<BatchPlant> |
BatchPlantByKeyFluentHelper.getEntityClass() |
Class<BatchPlant> |
BatchPlant.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Batch.addBatchPlant(BatchPlant... entity)
Adds elements to the list of associated BatchPlant entities.
|
Batch.BatchBuilder |
Batch.BatchBuilder.batchPlant(BatchPlant... value)
Navigation property to_BatchPlant for Batch to multiple BatchPlant.
|
Modifier and Type | Method and Description |
---|---|
void |
Batch.setBatchPlant(List<BatchPlant> value)
Overwrites the list of associated BatchPlant entities for the loaded navigation property
to_BatchPlant.
|
Constructor and Description |
---|
BatchPlantUpdateFluentHelper(String servicePath,
BatchPlant entity)
Creates a fluent helper object that will update a
BatchPlant entity on the OData
endpoint. |
Constructor and Description |
---|
Batch(String material,
String batchIdentifyingPlant,
String batch,
Boolean batchIsMarkedForDeletion,
Boolean matlBatchIsInRstrcdUseStock,
String supplier,
String batchBySupplier,
String countryOfOrigin,
String regionOfOrigin,
LocalDateTime matlBatchAvailabilityDate,
LocalDateTime shelfLifeExpirationDate,
LocalDateTime manufactureDate,
LocalDateTime freeDefinedDate1,
LocalDateTime freeDefinedDate2,
LocalDateTime freeDefinedDate3,
LocalDateTime freeDefinedDate4,
LocalDateTime freeDefinedDate5,
LocalDateTime freeDefinedDate6,
ZonedDateTime creationDateTime,
ZonedDateTime lastChangeDateTime,
UUID batchExtWhseMgmtInternalId,
List<BatchCharc> toBatchCharc,
BatchClass toBatchClass,
List<BatchPlant> toBatchPlant) |
Modifier and Type | Method and Description |
---|---|
BatchServiceBatchChangeSet |
BatchServiceBatchChangeSet.updateBatchPlant(BatchPlant batchPlant)
Update an existing
BatchPlant entity
and save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.updateBatchPlant(BatchPlant batchPlant)
Update an existing
BatchPlant entity
and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BatchPlant> |
BatchPlantOneToOneLink.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 BatchPlantLink<ObjectT> |
BatchPlantLink.translateLinkType(EntityLink<BatchPlantLink<ObjectT>,BatchPlant,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
BatchPlantUpdateFluentHelper |
DefaultBatchService.updateBatchPlant(BatchPlant batchPlant) |
BatchPlantUpdateFluentHelper |
BatchService.updateBatchPlant(BatchPlant batchPlant)
Update an existing
BatchPlant entity
and save it to the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.