Modifier and Type | Field and Description |
---|---|
static DocumentInfoRecordLink<DocInfoRecdObjLinkProduct> |
DocumentInfoRecord.TO_PRODUCT_OBJ
Use with available fluent helpers to apply the to_ProductObj navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DocInfoRecdObjLinkProduct |
DocInfoRecdObjLinkProduct.DocInfoRecdObjLinkProductBuilder.build() |
protected DocInfoRecdObjLinkProduct |
DocInfoRecdObjLinkProductCreateFluentHelper.getEntity() |
protected DocInfoRecdObjLinkProduct |
DocInfoRecdObjLinkProductDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<DocInfoRecdObjLinkProduct> |
DocumentInfoRecord.fetchProductObj()
Fetches the DocInfoRecdObjLinkProduct entities (one to many) associated with this entity.
|
protected Class<DocInfoRecdObjLinkProduct> |
DocInfoRecdObjLinkProductFluentHelper.getEntityClass() |
protected Class<DocInfoRecdObjLinkProduct> |
DocInfoRecdObjLinkProductByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<DocInfoRecdObjLinkProduct>> |
DocumentInfoRecord.getProductObjIfPresent()
Retrieval of associated DocInfoRecdObjLinkProduct entities (one to many).
|
List<DocInfoRecdObjLinkProduct> |
DocumentInfoRecord.getProductObjOrFetch()
Retrieval of associated DocInfoRecdObjLinkProduct entities (one to many).
|
Class<DocInfoRecdObjLinkProduct> |
DocInfoRecdObjLinkProduct.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.addProductObj(DocInfoRecdObjLinkProduct... entity)
Adds elements to the list of associated DocInfoRecdObjLinkProduct entities.
|
DocumentInfoRecord.DocumentInfoRecordBuilder |
DocumentInfoRecord.DocumentInfoRecordBuilder.productObj(DocInfoRecdObjLinkProduct... value)
Navigation property to_ProductObj for DocumentInfoRecord to multiple
DocInfoRecdObjLinkProduct.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.setProductObj(List<DocInfoRecdObjLinkProduct> value)
Overwrites the list of associated DocInfoRecdObjLinkProduct entities for the loaded navigation property
to_ProductObj.
|
Constructor and Description |
---|
DocInfoRecdObjLinkProductCreateFluentHelper(String servicePath,
DocInfoRecdObjLinkProduct entity)
Deprecated.
|
DocInfoRecdObjLinkProductCreateFluentHelper(String servicePath,
DocInfoRecdObjLinkProduct entity,
String entityCollection)
Creates a fluent helper object that will create a
DocInfoRecdObjLinkProduct entity on the OData endpoint. |
DocInfoRecdObjLinkProductDeleteFluentHelper(String servicePath,
DocInfoRecdObjLinkProduct entity)
Deprecated.
|
DocInfoRecdObjLinkProductDeleteFluentHelper(String servicePath,
DocInfoRecdObjLinkProduct entity,
String entityCollection)
Creates a fluent helper object that will delete a
DocInfoRecdObjLinkProduct entity on the OData endpoint. |
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 |
---|---|
DocumentManagementServiceBatchChangeSet |
DocumentManagementServiceBatchChangeSet.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
Create a new
DocInfoRecdObjLinkProduct entity and save it to the S/4HANA system. |
DocumentManagementServiceBatchChangeSet |
DefaultDocumentManagementServiceBatchChangeSet.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
Create a new
DocInfoRecdObjLinkProduct entity and save it to the S/4HANA system. |
DocumentManagementServiceBatchChangeSet |
DocumentManagementServiceBatchChangeSet.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
Deletes an existing
DocInfoRecdObjLinkProduct entity in the S/4HANA system. |
DocumentManagementServiceBatchChangeSet |
DefaultDocumentManagementServiceBatchChangeSet.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
Deletes an existing
DocInfoRecdObjLinkProduct entity in the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DocInfoRecdObjLinkProduct> |
DocInfoRecdObjLinkProductOneToOneLink.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 DocInfoRecdObjLinkProductLink<ObjectT> |
DocInfoRecdObjLinkProductLink.translateLinkType(EntityLink<DocInfoRecdObjLinkProductLink<ObjectT>,DocInfoRecdObjLinkProduct,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
DocInfoRecdObjLinkProductCreateFluentHelper |
DefaultDocumentManagementService.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) |
DocInfoRecdObjLinkProductCreateFluentHelper |
DocumentManagementService.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
Create a new
DocInfoRecdObjLinkProduct entity and save it to the S/4HANA system. |
DocInfoRecdObjLinkProductDeleteFluentHelper |
DefaultDocumentManagementService.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) |
DocInfoRecdObjLinkProductDeleteFluentHelper |
DocumentManagementService.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
Deletes an existing
DocInfoRecdObjLinkProduct entity in the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.