Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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> |
DocInfoRecdObjLinkProductByKeyFluentHelper.getEntityClass() |
protected Class<DocInfoRecdObjLinkProduct> |
DocInfoRecdObjLinkProductFluentHelper.getEntityClass() |
Optional<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) |
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.
|
protected DocInfoRecdObjLinkProductLink<ObjectT> |
DocInfoRecdObjLinkProductLink.translateLinkType(EntityLink<DocInfoRecdObjLinkProductLink<ObjectT>,DocInfoRecdObjLinkProduct,ObjectT> link) |
Constructor and Description |
---|
DocInfoRecdObjLinkProductCreateFluentHelper(String servicePath,
DocInfoRecdObjLinkProduct entity)
Creates a fluent helper object that will create a
DocInfoRecdObjLinkProduct entity on the OData endpoint. |
DocInfoRecdObjLinkProductDeleteFluentHelper(String servicePath,
DocInfoRecdObjLinkProduct entity)
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 internalDocumentStatus,
String laboratoryOrDesignOffice,
String authorizationGroup,
String changeNumber,
Boolean docInfoRecdIsMarkedForDeletion,
Boolean isDocInfoRecdCreatedFromCAD,
String isDocInfoRecdStructure,
String responsiblePersonName,
ZonedDateTime creationDateTime,
String createdByUser,
ZonedDateTime changedDateTime,
String lastChangedByUser,
ErpConfigContext erpConfigContext,
List<DocumentInfoRecordDesc> toDocDesc,
DocumentInfoRecordDocStsVH toDocStatusVH,
List<DocInfoRecdObjLinkProduct> toProductObj) |
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 © 2018 SAP SE. All rights reserved.