Modifier and Type | Field and Description |
---|---|
static DocumentInfoRecordLink<DocumentInfoRecordDesc> |
DocumentInfoRecord.TO_DOC_DESC
Use with available fluent helpers to apply the to_DocDesc navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfoRecordDesc |
DocumentInfoRecordDesc.DocumentInfoRecordDescBuilder.build() |
protected DocumentInfoRecordDesc |
DocumentInfoRecordDescCreateFluentHelper.getEntity() |
protected DocumentInfoRecordDesc |
DocumentInfoRecordDescUpdateFluentHelper.getEntity() |
protected DocumentInfoRecordDesc |
DocumentInfoRecordDescDeleteFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<DocumentInfoRecordDesc> |
DocumentInfoRecord.fetchDocDesc()
Fetches the DocumentInfoRecordDesc entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<DocumentInfoRecordDesc>> |
DocumentInfoRecord.getDocDescIfPresent()
Retrieval of associated DocumentInfoRecordDesc entities (one to many).
|
List<DocumentInfoRecordDesc> |
DocumentInfoRecord.getDocDescOrFetch()
Retrieval of associated DocumentInfoRecordDesc entities (one to many).
|
protected Class<DocumentInfoRecordDesc> |
DocumentInfoRecordDescFluentHelper.getEntityClass() |
protected Class<DocumentInfoRecordDesc> |
DocumentInfoRecordDescByKeyFluentHelper.getEntityClass() |
Class<DocumentInfoRecordDesc> |
DocumentInfoRecordDesc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.addDocDesc(DocumentInfoRecordDesc... entity)
Adds elements to the list of associated DocumentInfoRecordDesc entities.
|
DocumentInfoRecord.DocumentInfoRecordBuilder |
DocumentInfoRecord.DocumentInfoRecordBuilder.docDesc(DocumentInfoRecordDesc... value)
Navigation property to_DocDesc for DocumentInfoRecord to multiple
DocumentInfoRecordDesc.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoRecord.setDocDesc(List<DocumentInfoRecordDesc> value)
Overwrites the list of associated DocumentInfoRecordDesc entities for the loaded navigation property
to_DocDesc.
|
Constructor and Description |
---|
DocumentInfoRecordDescCreateFluentHelper(String servicePath,
DocumentInfoRecordDesc entity)
Creates a fluent helper object that will create a
DocumentInfoRecordDesc entity on the OData endpoint. |
DocumentInfoRecordDescDeleteFluentHelper(String servicePath,
DocumentInfoRecordDesc entity)
Creates a fluent helper object that will delete a
DocumentInfoRecordDesc entity on the OData endpoint. |
DocumentInfoRecordDescUpdateFluentHelper(String servicePath,
DocumentInfoRecordDesc entity)
Creates a fluent helper object that will update a
DocumentInfoRecordDesc 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.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc)
Create a new
DocumentInfoRecordDesc entity and save it to the S/4HANA system. |
DocumentManagementServiceBatchChangeSet |
DefaultDocumentManagementServiceBatchChangeSet.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc)
Create a new
DocumentInfoRecordDesc entity and save it to the S/4HANA system. |
DocumentManagementServiceBatchChangeSet |
DocumentManagementServiceBatchChangeSet.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc)
Deletes an existing
DocumentInfoRecordDesc entity in the S/4HANA system. |
DocumentManagementServiceBatchChangeSet |
DefaultDocumentManagementServiceBatchChangeSet.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc)
Deletes an existing
DocumentInfoRecordDesc entity in the S/4HANA system. |
DocumentManagementServiceBatchChangeSet |
DocumentManagementServiceBatchChangeSet.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc)
Update an existing
DocumentInfoRecordDesc entity and save it to the S/4HANA system. |
DocumentManagementServiceBatchChangeSet |
DefaultDocumentManagementServiceBatchChangeSet.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc)
Update an existing
DocumentInfoRecordDesc entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<DocumentInfoRecordDesc> |
DocumentInfoRecordDescOneToOneLink.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 DocumentInfoRecordDescLink<ObjectT> |
DocumentInfoRecordDescLink.translateLinkType(EntityLink<DocumentInfoRecordDescLink<ObjectT>,DocumentInfoRecordDesc,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.