Modifier and Type | Field and Description |
---|---|
static ValueOneToOneLink<Characteristic> |
Value.TO_CHARACTERISTIC
Use with available fluent helpers to apply the to_Characteristic navigation property to query operations.
|
static FunctionalLocationClassLink<Characteristic> |
FunctionalLocationClass.TO_CHARACTERISTIC
Use with available fluent helpers to apply the to_Characteristic navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
Characteristic |
Characteristic.CharacteristicBuilder.build() |
Characteristic |
Value.fetchCharacteristic()
Fetches the Characteristic entity (one to one) associated with this entity.
|
Characteristic |
Value.getCharacteristicOrFetch()
Retrieval of associated Characteristic entity (one to one).
|
protected Characteristic |
CharacteristicCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<Characteristic> |
FunctionalLocationClass.fetchCharacteristic()
Fetches the Characteristic entities (one to many) associated with this entity.
|
io.vavr.control.Option<Characteristic> |
Value.getCharacteristicIfPresent()
Retrieval of associated Characteristic entity (one to one).
|
io.vavr.control.Option<List<Characteristic>> |
FunctionalLocationClass.getCharacteristicIfPresent()
Retrieval of associated Characteristic entities (one to many).
|
List<Characteristic> |
FunctionalLocationClass.getCharacteristicOrFetch()
Retrieval of associated Characteristic entities (one to many).
|
protected Class<Characteristic> |
CharacteristicFluentHelper.getEntityClass() |
protected Class<Characteristic> |
CharacteristicByKeyFluentHelper.getEntityClass() |
Class<Characteristic> |
Characteristic.getType() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalLocationClass.addCharacteristic(Characteristic... entity)
Adds elements to the list of associated Characteristic entities.
|
FunctionalLocationClass.FunctionalLocationClassBuilder |
FunctionalLocationClass.FunctionalLocationClassBuilder.characteristic(Characteristic... value)
Navigation property to_Characteristic for FunctionalLocationClass to multiple
Characteristic.
|
Value.ValueBuilder |
Value.ValueBuilder.characteristic(Characteristic value)
Navigation property to_Characteristic for Value to single Characteristic.
|
void |
Value.setCharacteristic(Characteristic value)
Overwrites the associated Characteristic entity for the loaded navigation property
to_Characteristic.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionalLocationClass.setCharacteristic(List<Characteristic> value)
Overwrites the list of associated Characteristic entities for the loaded navigation property
to_Characteristic.
|
Constructor and Description |
---|
CharacteristicCreateFluentHelper(String servicePath,
Characteristic entity)
Creates a fluent helper object that will create a
Characteristic entity on the OData endpoint. |
Value(String functionalLocation,
String classType,
String charcValuePositionNumber,
String charcInternalID,
String functionalLocationLabelName,
String characteristic,
String charcDataType,
String classInternalID,
LocalDateTime keyDate,
String changeNumber,
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,
Characteristic toCharacteristic) |
Constructor and Description |
---|
FunctionalLocationClass(String functionalLocation,
String classInternalID,
String classType,
String functionalLocationLabelName,
LocalDateTime keyDate,
String classProperty,
String clfnStatus,
Short classPositionNumber,
String classIsStandardClass,
String clfnObjectInternalID,
LocalDateTime validityEndDate,
List<Characteristic> toCharacteristic,
FunctionalLocation toFunctionalLocation) |
Modifier and Type | Method and Description |
---|---|
FunctionalLocationServiceBatchChangeSet |
DefaultFunctionalLocationServiceBatchChangeSet.createCharacteristic(Characteristic characteristic)
Create a new
Characteristic entity and save it to the S/4HANA system. |
FunctionalLocationServiceBatchChangeSet |
FunctionalLocationServiceBatchChangeSet.createCharacteristic(Characteristic characteristic)
Create a new
Characteristic entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<Characteristic> |
CharacteristicOneToOneLink.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 CharacteristicLink<ObjectT> |
CharacteristicLink.translateLinkType(EntityLink<CharacteristicLink<ObjectT>,Characteristic,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
CharacteristicCreateFluentHelper |
DefaultFunctionalLocationService.createCharacteristic(Characteristic characteristic) |
CharacteristicCreateFluentHelper |
FunctionalLocationService.createCharacteristic(Characteristic characteristic)
Create a new
Characteristic entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.