Modifier and Type | Field and Description |
---|---|
static DocumentInfoRecordLink<DocInfoRecdObjLinkBOM> |
DocumentInfoRecord.TO_BOM_OBJ
Use with available fluent helpers to apply the to_BomObj navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DocInfoRecdObjLinkBOM |
DocInfoRecdObjLinkBOM.DocInfoRecdObjLinkBOMBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<DocInfoRecdObjLinkBOM> |
DocumentInfoRecord.fetchBomObj()
Fetches the DocInfoRecdObjLinkBOM entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<DocInfoRecdObjLinkBOM>> |
DocumentInfoRecord.getBomObjIfPresent()
Retrieval of associated DocInfoRecdObjLinkBOM entities (one to many).
|
List<DocInfoRecdObjLinkBOM> |
DocumentInfoRecord.getBomObjOrFetch()
Retrieval of associated DocInfoRecdObjLinkBOM entities (one to many).
|
protected Class<DocInfoRecdObjLinkBOM> |
DocInfoRecdObjLinkBOMByKeyFluentHelper.getEntityClass() |
protected Class<DocInfoRecdObjLinkBOM> |
DocInfoRecdObjLinkBOMFluentHelper.getEntityClass() |
Class<DocInfoRecdObjLinkBOM> |
DocInfoRecdObjLinkBOM.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.addBomObj(DocInfoRecdObjLinkBOM... entity)
Adds elements to the list of associated DocInfoRecdObjLinkBOM entities.
|
DocumentInfoRecord.DocumentInfoRecordBuilder |
DocumentInfoRecord.DocumentInfoRecordBuilder.bomObj(DocInfoRecdObjLinkBOM... value)
Navigation property to_BomObj for DocumentInfoRecord to multiple DocInfoRecdObjLinkBOM.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.setBomObj(List<DocInfoRecdObjLinkBOM> value)
Overwrites the list of associated DocInfoRecdObjLinkBOM entities for the loaded navigation property
to_BomObj.
|
Constructor and Description |
---|
DocumentInfoRecord(String documentInfoRecordDocType,
String documentInfoRecordDocVersion,
String documentInfoRecordDocNumber,
String documentInfoRecordDocPart,
String documentInfoRecord,
String internalDocumentStatus,
String laboratoryOrDesignOffice,
String authorizationGroup,
String changeNumber,
Boolean docInfoRecdIsMarkedForDeletion,
Boolean isDocInfoRecdCreatedFromCAD,
String isDocInfoRecdStructure,
String responsiblePersonName,
ZonedDateTime creationDateTime,
String createdByUser,
ZonedDateTime changedDateTime,
String lastChangedByUser,
List<DocInfoRecdObjLinkBOM> toBomObj,
List<DocumentInfoRecordCharc> toCharacteristics,
List<DocInfoRecdObjLinkChgRecd> toChgRecdObj,
List<DocumentInfoRecordClass> toClassification,
List<DocumentInfoRecordDesc> toDocDesc,
List<DocumentInfoRecordDocStsVH> toDocStatusVH,
List<DocInfoRecdObjLinkProduct> toProductObj) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DocInfoRecdObjLinkBOM> |
DocInfoRecdObjLinkBOMOneToOneLink.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 DocInfoRecdObjLinkBOMLink<ObjectT> |
DocInfoRecdObjLinkBOMLink.translateLinkType(EntityLink<DocInfoRecdObjLinkBOMLink<ObjectT>,DocInfoRecdObjLinkBOM,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.