Modifier and Type | Field and Description |
---|---|
static LegalDocumentLink<LglDocStamp> |
LegalDocument.TO_LGL_DOC_STAMP
Use with available fluent helpers to apply the to_LglDocStamp navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
LglDocStamp |
LglDocStamp.LglDocStampBuilder.build() |
protected LglDocStamp |
LglDocStampCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<LglDocStamp> |
LegalDocument.fetchLglDocStamp()
Fetches the LglDocStamp entities (one to many) associated with this entity.
|
protected Class<LglDocStamp> |
LglDocStampFluentHelper.getEntityClass() |
protected Class<LglDocStamp> |
LglDocStampByKeyFluentHelper.getEntityClass() |
Optional<List<LglDocStamp>> |
LegalDocument.getLglDocStampIfPresent()
Retrieval of associated LglDocStamp entities (one to many).
|
List<LglDocStamp> |
LegalDocument.getLglDocStampOrFetch()
Retrieval of associated LglDocStamp entities (one to many).
|
Class<LglDocStamp> |
LglDocStamp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
LegalDocument.addLglDocStamp(LglDocStamp... entity)
Adds elements to the list of associated LglDocStamp entities.
|
LegalDocument.LegalDocumentBuilder |
LegalDocument.LegalDocumentBuilder.lglDocStamp(LglDocStamp... value) |
Modifier and Type | Method and Description |
---|---|
void |
LegalDocument.setLglDocStamp(List<LglDocStamp> value)
Overwrites the list of associated LglDocStamp entities for the loaded navigation property
to_LglDocStamp.
|
Constructor and Description |
---|
LglDocStampCreateFluentHelper(String servicePath,
LglDocStamp entity)
Creates a fluent helper object that will create a
LglDocStamp entity on the
OData endpoint. |
Constructor and Description |
---|
LegalDocument(UUID lglCntntMDocumentUUID,
String lglCntntMDocument,
String lglCntntMDocumentLinkedObject,
UUID lglCntntMDocumentLinkedObjKey,
String legalTransaction,
String lglCntntMDocContentType,
String lglCntntMLanguage,
String documentDescription,
String lglCntntMDocAccessLvl,
String legalDocumentSource,
ZonedDateTime lglCntntMChangedUTCDateTime,
String lglCntntMChangedByUser,
ZonedDateTime lglCntntMCreatedUTCDateTime,
String lglCntntMCreatedByUser,
String internalDocumentStatus,
Boolean lglCntntMDocumentIsTopVersion,
ErpConfigContext erpConfigContext,
List<LglDocStamp> toLglDocStamp) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<LglDocStamp> |
LglDocStampOneToOneLink.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 LglDocStampLink<ObjectT> |
LglDocStampLink.translateLinkType(EntityLink<LglDocStampLink<ObjectT>,LglDocStamp,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
LglDocStampCreateFluentHelper |
DefaultLegalDocumentService.createLglDocStamp(LglDocStamp lglDocStamp) |
LglDocStampCreateFluentHelper |
LegalDocumentService.createLglDocStamp(LglDocStamp lglDocStamp)
Create a new
LglDocStamp
entity and save it to the S/4HANA system. |
Copyright © 2018 SAP SE. All rights reserved.