Modifier and Type | Field and Description |
---|---|
static BatchLink<BatchCharc> |
Batch.TO_BATCH_CHARC
Use with available fluent helpers to apply the to_BatchCharc navigation property to query operations.
|
static BatchCharcValueOneToOneLink<BatchCharc> |
BatchCharcValue.TO_BATCH_CHARC
Use with available fluent helpers to apply the to_BatchCharc navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BatchCharc |
BatchCharc.BatchCharcBuilder.build() |
BatchCharc |
BatchCharcValue.fetchBatchCharc()
Fetches the BatchCharc entity (one to one) associated with this entity.
|
BatchCharc |
BatchCharcValue.getBatchCharcOrFetch()
Retrieval of associated BatchCharc entity (one to one).
|
protected BatchCharc |
BatchCharcCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BatchCharc> |
Batch.fetchBatchCharc()
Fetches the BatchCharc entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BatchCharc>> |
Batch.getBatchCharcIfPresent()
Retrieval of associated BatchCharc entities (one to many).
|
io.vavr.control.Option<BatchCharc> |
BatchCharcValue.getBatchCharcIfPresent()
Retrieval of associated BatchCharc entity (one to one).
|
List<BatchCharc> |
Batch.getBatchCharcOrFetch()
Retrieval of associated BatchCharc entities (one to many).
|
protected Class<BatchCharc> |
BatchCharcFluentHelper.getEntityClass() |
protected Class<BatchCharc> |
BatchCharcByKeyFluentHelper.getEntityClass() |
Class<BatchCharc> |
BatchCharc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Batch.addBatchCharc(BatchCharc... entity)
Adds elements to the list of associated BatchCharc entities.
|
Batch.BatchBuilder |
Batch.BatchBuilder.batchCharc(BatchCharc... value)
Navigation property to_BatchCharc for Batch to multiple BatchCharc.
|
BatchCharcValue.BatchCharcValueBuilder |
BatchCharcValue.BatchCharcValueBuilder.batchCharc(BatchCharc value)
Navigation property to_BatchCharc for BatchCharcValue to single BatchCharc.
|
void |
BatchCharcValue.setBatchCharc(BatchCharc value)
Overwrites the associated BatchCharc entity for the loaded navigation property to_BatchCharc.
|
Modifier and Type | Method and Description |
---|---|
void |
Batch.setBatchCharc(List<BatchCharc> value)
Overwrites the list of associated BatchCharc entities for the loaded navigation property
to_BatchCharc.
|
Constructor and Description |
---|
BatchCharcCreateFluentHelper(String servicePath,
BatchCharc entity)
Creates a fluent helper object that will create a
BatchCharc entity on
the OData endpoint. |
BatchCharcValue(String material,
String batchIdentifyingPlant,
String batch,
String charcInternalID,
String charcValuePositionNumber,
String charcValueDependency,
String charcValue,
Double charcFromNumericValue,
String charcFromNumericValueUnit,
Double charcToNumericValue,
String charcToNumericValueUnit,
BigDecimal charcFromDecimalValue,
BigDecimal charcToDecimalValue,
BigDecimal charcFromAmount,
BigDecimal charcToAmount,
String currency,
LocalDateTime charcFromDate,
LocalDateTime charcToDate,
LocalTime charcFromTime,
LocalTime charcToTime,
String characteristicAuthor,
ZonedDateTime lastChangeDateTime,
BatchCharc toBatchCharc) |
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.createBatchCharc(BatchCharc batchCharc)
Create a new
BatchCharc entity and save it to the S/4HANA system. |
BatchServiceBatchChangeSet |
DefaultBatchServiceBatchChangeSet.createBatchCharc(BatchCharc batchCharc)
Create a new
BatchCharc entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BatchCharc> |
BatchCharcOneToOneLink.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 BatchCharcLink<ObjectT> |
BatchCharcLink.translateLinkType(EntityLink<BatchCharcLink<ObjectT>,BatchCharc,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
BatchCharcCreateFluentHelper |
DefaultBatchService.createBatchCharc(BatchCharc batchCharc) |
BatchCharcCreateFluentHelper |
BatchService.createBatchCharc(BatchCharc batchCharc)
Create a new
BatchCharc entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.