Modifier and Type | Field and Description |
---|---|
static GRTransactionDataParametersLink<GRTransactionDataResult> |
GRTransactionDataParameters.TO_RESULTS
Use with available fluent helpers to apply the Results navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
GRTransactionDataResult |
GRTransactionDataResult.GRTransactionDataResultBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<GRTransactionDataResult> |
GRTransactionDataParameters.fetchResults()
Fetches the GRTransactionDataResult entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<GRTransactionDataResult>> |
GRTransactionDataParameters.getResultsIfPresent()
Retrieval of associated GRTransactionDataResult entities (one to many).
|
List<GRTransactionDataResult> |
GRTransactionDataParameters.getResultsOrFetch()
Retrieval of associated GRTransactionDataResult entities (one to many).
|
Class<GRTransactionDataResult> |
GRTransactionDataResult.getType() |
Modifier and Type | Method and Description |
---|---|
void |
GRTransactionDataParameters.addResults(GRTransactionDataResult... entity)
Adds elements to the list of associated GRTransactionDataResult entities.
|
GRTransactionDataParameters.GRTransactionDataParametersBuilder |
GRTransactionDataParameters.GRTransactionDataParametersBuilder.results(GRTransactionDataResult... value)
Navigation property Results for GRTransactionDataParameters to multiple
GRTransactionDataResult.
|
Modifier and Type | Method and Description |
---|---|
void |
GRTransactionDataParameters.setResults(List<GRTransactionDataResult> value)
Overwrites the list of associated GRTransactionDataResult entities for the loaded navigation property
Results.
|
Constructor and Description |
---|
GRTransactionDataParameters(String p_ConsolidationUnitHierId,
String p_ConsolidationPrftCtrHierId,
String p_ConsolidationSegmentHierId,
LocalDateTime p_KeyDate,
List<GRTransactionDataResult> toResults) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<GRTransactionDataResult> |
GRTransactionDataResultOneToOneLink.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 GRTransactionDataResultLink<ObjectT> |
GRTransactionDataResultLink.translateLinkType(EntityLink<GRTransactionDataResultLink<ObjectT>,GRTransactionDataResult,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.