Modifier and Type | Field and Description |
---|---|
static SpecificationPhraseLink<SpecificationPhraseItem> |
SpecificationPhrase.TO_SPECIFICATION_PHRASE_ITEM
Use with available fluent helpers to apply the to_SpecificationPhraseItem navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
SpecificationPhraseItem |
SpecificationPhraseItem.SpecificationPhraseItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SpecificationPhraseItem> |
SpecificationPhrase.fetchSpecificationPhraseItem()
Fetches the SpecificationPhraseItem entities (one to many) associated with this entity.
|
protected Class<SpecificationPhraseItem> |
SpecificationPhraseItemByKeyFluentHelper.getEntityClass() |
protected Class<SpecificationPhraseItem> |
SpecificationPhraseItemFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SpecificationPhraseItem>> |
SpecificationPhrase.getSpecificationPhraseItemIfPresent()
Retrieval of associated SpecificationPhraseItem entities (one to many).
|
List<SpecificationPhraseItem> |
SpecificationPhrase.getSpecificationPhraseItemOrFetch()
Retrieval of associated SpecificationPhraseItem entities (one to many).
|
Class<SpecificationPhraseItem> |
SpecificationPhraseItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SpecificationPhrase.addSpecificationPhraseItem(SpecificationPhraseItem... entity)
Adds elements to the list of associated SpecificationPhraseItem entities.
|
SpecificationPhrase.SpecificationPhraseBuilder |
SpecificationPhrase.SpecificationPhraseBuilder.specificationPhraseItem(SpecificationPhraseItem... value)
Navigation property to_SpecificationPhraseItem for SpecificationPhrase to multiple
SpecificationPhraseItem.
|
Modifier and Type | Method and Description |
---|---|
void |
SpecificationPhrase.setSpecificationPhraseItem(List<SpecificationPhraseItem> value)
Overwrites the list of associated SpecificationPhraseItem entities for the loaded navigation property
to_SpecificationPhraseItem.
|
Constructor and Description |
---|
SpecificationPhrase(String specPhraseInternalID,
String specPhraseChgIntID,
String specPhrase,
Boolean specPhraseIsDeleted,
LocalDateTime specPhraseChangeDate,
String specPhraseLibrary,
String specPhraseGroup,
String specPhraseLanguage,
String specPhraseNote,
List<SpecificationPhraseItem> toSpecificationPhraseItem,
List<SpecPhraseSetPhraseAssgmt> toSpecPhraseSetPhraseAssgmt) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SpecificationPhraseItem> |
SpecificationPhraseItemOneToOneLink.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 SpecificationPhraseItemLink<ObjectT> |
SpecificationPhraseItemLink.translateLinkType(EntityLink<SpecificationPhraseItemLink<ObjectT>,SpecificationPhraseItem,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.