Modifier and Type | Field and Description |
---|---|
static BatchOneToOneLink<BatchClass> |
Batch.TO_BATCH_CLASS
Use with available fluent helpers to apply the to_BatchClass navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BatchClass |
BatchClass.BatchClassBuilder.build() |
BatchClass |
Batch.fetchBatchClass()
Fetches the BatchClass entity (one to one) associated with this entity.
|
BatchClass |
Batch.getBatchClassOrFetch()
Retrieval of associated BatchClass entity (one to one).
|
protected BatchClass |
BatchClassCreateFluentHelper.getEntity() |
protected BatchClass |
BatchClassDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<BatchClass> |
Batch.getBatchClassIfPresent()
Retrieval of associated BatchClass entity (one to one).
|
protected Class<BatchClass> |
BatchClassFluentHelper.getEntityClass() |
protected Class<BatchClass> |
BatchClassByKeyFluentHelper.getEntityClass() |
Class<BatchClass> |
BatchClass.getType() |
Modifier and Type | Method and Description |
---|---|
Batch.BatchBuilder |
Batch.BatchBuilder.batchClass(BatchClass value)
Navigation property to_BatchClass for Batch to single BatchClass.
|
void |
Batch.setBatchClass(BatchClass value)
Overwrites the associated BatchClass entity for the loaded navigation property to_BatchClass.
|
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) |
BatchClassCreateFluentHelper(String servicePath,
BatchClass entity)
Creates a fluent helper object that will create a
BatchClass entity on the OData
endpoint. |
BatchClassDeleteFluentHelper(String servicePath,
BatchClass entity)
Creates a fluent helper object that will delete a
BatchClass entity on the OData
endpoint. |
Modifier and Type | Method and Description |
---|---|
BatchServiceBatchChangeSet |
BatchServiceBatchChangeSet.createBatchClass(BatchClass batchClass)
Create a new
BatchClass entity and
save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.createBatchClass(BatchClass batchClass)
Create a new
BatchClass entity and
save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
BatchServiceBatchChangeSet.deleteBatchClass(BatchClass batchClass)
Deletes an existing
BatchClass
entity in the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.deleteBatchClass(BatchClass batchClass)
Deletes an existing
BatchClass
entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BatchClass> |
BatchClassOneToOneLink.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 BatchClassLink<ObjectT> |
BatchClassLink.translateLinkType(EntityLink<BatchClassLink<ObjectT>,BatchClass,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
BatchClassCreateFluentHelper |
DefaultBatchService.createBatchClass(BatchClass batchClass) |
BatchClassCreateFluentHelper |
BatchService.createBatchClass(BatchClass batchClass)
Create a new
BatchClass entity and
save it to the S/4HANA system. |
BatchClassDeleteFluentHelper |
DefaultBatchService.deleteBatchClass(BatchClass batchClass) |
BatchClassDeleteFluentHelper |
BatchService.deleteBatchClass(BatchClass batchClass)
Deletes an existing
BatchClass
entity in the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.