@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultChangeRecordService") public class DefaultChangeRecordService extends Object implements ChangeRecordService
This service enables you to create and display Change Records.
Reference: SAP API Business Hub
OData Service: | API_CHANGE_RECORD |
API Version: | 1 |
Communication Scenario: | Product Lifecycle Management - Change Record Integration (SAP_COM_0339) |
Scope Items: | Engineering Change Management with Change Records (1NF) |
Authentication Methods: | Basic, x509, OAuth2 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultChangeRecordService()
Creates a service using
ChangeRecordService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultChangeRecordService()
ChangeRecordService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultChangeRecordService withServicePath(@Nonnull String servicePath)
ChangeRecordService
withServicePath
in interface ChangeRecordService
servicePath
- Service path that will override the default.@Nonnull public DefaultChangeRecordServiceBatch batch()
batch
in interface BatchService<ChangeRecordServiceBatch>
@Nonnull public ChangeRecordFluentHelper getAllChangeRecord()
ChangeRecordService
ChangeRecord
entities.getAllChangeRecord
in interface ChangeRecordService
ChangeRecord
entities. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordByKeyFluentHelper getChangeRecordByKey(UUID changeRecordUUID)
ChangeRecordService
ChangeRecord
entity using key fields.getChangeRecordByKey
in interface ChangeRecordService
changeRecordUUID
- NodeID
Constraints: Not nullable
ChangeRecord
entity
using key fields. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordCreateFluentHelper createChangeRecord(@Nonnull ChangeRecord changeRecord)
ChangeRecordService
ChangeRecord
entity and save it to the S/4HANA system.createChangeRecord
in interface ChangeRecordService
changeRecord
- ChangeRecord
entity object that will be created in the S/4HANA system.ChangeRecord
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordUpdateFluentHelper updateChangeRecord(@Nonnull ChangeRecord changeRecord)
ChangeRecordService
ChangeRecord
entity and save it to the S/4HANA system.updateChangeRecord
in interface ChangeRecordService
changeRecord
- ChangeRecord
entity object that will be updated in the S/4HANA system.ChangeRecord
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBitFluentHelper getAllChangeRecordReferenceBit()
ChangeRecordService
ChangeRecordReferenceBit
entities.getAllChangeRecordReferenceBit
in interface ChangeRecordService
ChangeRecordReferenceBit
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBitByKeyFluentHelper getChangeRecordReferenceBitByKey(UUID changeRecordReferenceUUID)
ChangeRecordService
ChangeRecordReferenceBit
entity using key fields.getChangeRecordReferenceBitByKey
in interface ChangeRecordService
changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferenceBit
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBitCreateFluentHelper createChangeRecordReferenceBit(@Nonnull ChangeRecordReferenceBit changeRecordReferenceBit)
ChangeRecordService
ChangeRecordReferenceBit
entity and save it to the S/4HANA system.createChangeRecordReferenceBit
in interface ChangeRecordService
changeRecordReferenceBit
- ChangeRecordReferenceBit
entity object that will be created in the S/4HANA system.ChangeRecordReferenceBit
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBitUpdateFluentHelper updateChangeRecordReferenceBit(@Nonnull ChangeRecordReferenceBit changeRecordReferenceBit)
ChangeRecordService
ChangeRecordReferenceBit
entity and save it to the S/4HANA system.updateChangeRecordReferenceBit
in interface ChangeRecordService
changeRecordReferenceBit
- ChangeRecordReferenceBit
entity object that will be updated in the S/4HANA system.ChangeRecordReferenceBit
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBitDeleteFluentHelper deleteChangeRecordReferenceBit(@Nonnull ChangeRecordReferenceBit changeRecordReferenceBit)
ChangeRecordService
ChangeRecordReferenceBit
entity in the S/4HANA system.deleteChangeRecordReferenceBit
in interface ChangeRecordService
changeRecordReferenceBit
- ChangeRecordReferenceBit
entity object that will be deleted in the S/4HANA system.ChangeRecordReferenceBit
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBOMFluentHelper getAllChangeRecordReferenceBOM()
ChangeRecordService
ChangeRecordReferenceBOM
entities.getAllChangeRecordReferenceBOM
in interface ChangeRecordService
ChangeRecordReferenceBOM
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBOMByKeyFluentHelper getChangeRecordReferenceBOMByKey(UUID changeRecordReferenceUUID)
ChangeRecordService
ChangeRecordReferenceBOM
entity using key fields.getChangeRecordReferenceBOMByKey
in interface ChangeRecordService
changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferenceBOM
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBOMCreateFluentHelper createChangeRecordReferenceBOM(@Nonnull ChangeRecordReferenceBOM changeRecordReferenceBOM)
ChangeRecordService
ChangeRecordReferenceBOM
entity and save it to the S/4HANA system.createChangeRecordReferenceBOM
in interface ChangeRecordService
changeRecordReferenceBOM
- ChangeRecordReferenceBOM
entity object that will be created in the S/4HANA system.ChangeRecordReferenceBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBOMUpdateFluentHelper updateChangeRecordReferenceBOM(@Nonnull ChangeRecordReferenceBOM changeRecordReferenceBOM)
ChangeRecordService
ChangeRecordReferenceBOM
entity and save it to the S/4HANA system.updateChangeRecordReferenceBOM
in interface ChangeRecordService
changeRecordReferenceBOM
- ChangeRecordReferenceBOM
entity object that will be updated in the S/4HANA system.ChangeRecordReferenceBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceBOMDeleteFluentHelper deleteChangeRecordReferenceBOM(@Nonnull ChangeRecordReferenceBOM changeRecordReferenceBOM)
ChangeRecordService
ChangeRecordReferenceBOM
entity in the S/4HANA system.deleteChangeRecordReferenceBOM
in interface ChangeRecordService
changeRecordReferenceBOM
- ChangeRecordReferenceBOM
entity object that will be deleted in the S/4HANA system.ChangeRecordReferenceBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceDocFluentHelper getAllChangeRecordReferenceDoc()
ChangeRecordService
ChangeRecordReferenceDoc
entities.getAllChangeRecordReferenceDoc
in interface ChangeRecordService
ChangeRecordReferenceDoc
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceDocByKeyFluentHelper getChangeRecordReferenceDocByKey(UUID changeRecordReferenceUUID)
ChangeRecordService
ChangeRecordReferenceDoc
entity using key fields.getChangeRecordReferenceDocByKey
in interface ChangeRecordService
changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferenceDoc
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceDocCreateFluentHelper createChangeRecordReferenceDoc(@Nonnull ChangeRecordReferenceDoc changeRecordReferenceDoc)
ChangeRecordService
ChangeRecordReferenceDoc
entity and save it to the S/4HANA system.createChangeRecordReferenceDoc
in interface ChangeRecordService
changeRecordReferenceDoc
- ChangeRecordReferenceDoc
entity object that will be created in the S/4HANA system.ChangeRecordReferenceDoc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceDocUpdateFluentHelper updateChangeRecordReferenceDoc(@Nonnull ChangeRecordReferenceDoc changeRecordReferenceDoc)
ChangeRecordService
ChangeRecordReferenceDoc
entity and save it to the S/4HANA system.updateChangeRecordReferenceDoc
in interface ChangeRecordService
changeRecordReferenceDoc
- ChangeRecordReferenceDoc
entity object that will be updated in the S/4HANA system.ChangeRecordReferenceDoc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceDocDeleteFluentHelper deleteChangeRecordReferenceDoc(@Nonnull ChangeRecordReferenceDoc changeRecordReferenceDoc)
ChangeRecordService
ChangeRecordReferenceDoc
entity in the S/4HANA system.deleteChangeRecordReferenceDoc
in interface ChangeRecordService
changeRecordReferenceDoc
- ChangeRecordReferenceDoc
entity object that will be deleted in the S/4HANA system.ChangeRecordReferenceDoc
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceMatFluentHelper getAllChangeRecordReferenceMat()
ChangeRecordService
ChangeRecordReferenceMat
entities.getAllChangeRecordReferenceMat
in interface ChangeRecordService
ChangeRecordReferenceMat
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceMatByKeyFluentHelper getChangeRecordReferenceMatByKey(UUID changeRecordReferenceUUID)
ChangeRecordService
ChangeRecordReferenceMat
entity using key fields.getChangeRecordReferenceMatByKey
in interface ChangeRecordService
changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferenceMat
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceMatCreateFluentHelper createChangeRecordReferenceMat(@Nonnull ChangeRecordReferenceMat changeRecordReferenceMat)
ChangeRecordService
ChangeRecordReferenceMat
entity and save it to the S/4HANA system.createChangeRecordReferenceMat
in interface ChangeRecordService
changeRecordReferenceMat
- ChangeRecordReferenceMat
entity object that will be created in the S/4HANA system.ChangeRecordReferenceMat
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceMatUpdateFluentHelper updateChangeRecordReferenceMat(@Nonnull ChangeRecordReferenceMat changeRecordReferenceMat)
ChangeRecordService
ChangeRecordReferenceMat
entity and save it to the S/4HANA system.updateChangeRecordReferenceMat
in interface ChangeRecordService
changeRecordReferenceMat
- ChangeRecordReferenceMat
entity object that will be updated in the S/4HANA system.ChangeRecordReferenceMat
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferenceMatDeleteFluentHelper deleteChangeRecordReferenceMat(@Nonnull ChangeRecordReferenceMat changeRecordReferenceMat)
ChangeRecordService
ChangeRecordReferenceMat
entity in the S/4HANA system.deleteChangeRecordReferenceMat
in interface ChangeRecordService
changeRecordReferenceMat
- ChangeRecordReferenceMat
entity object that will be deleted in the S/4HANA system.ChangeRecordReferenceMat
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferencePSVFluentHelper getAllChangeRecordReferencePSV()
ChangeRecordService
ChangeRecordReferencePSV
entities.getAllChangeRecordReferencePSV
in interface ChangeRecordService
ChangeRecordReferencePSV
entities. This fluent helper allows methods which modify the underlying query
to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferencePSVByKeyFluentHelper getChangeRecordReferencePSVByKey(UUID changeRecordReferenceUUID)
ChangeRecordService
ChangeRecordReferencePSV
entity using key fields.getChangeRecordReferencePSVByKey
in interface ChangeRecordService
changeRecordReferenceUUID
- NodeID
Constraints: Not nullable
ChangeRecordReferencePSV
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferencePSVCreateFluentHelper createChangeRecordReferencePSV(@Nonnull ChangeRecordReferencePSV changeRecordReferencePSV)
ChangeRecordService
ChangeRecordReferencePSV
entity and save it to the S/4HANA system.createChangeRecordReferencePSV
in interface ChangeRecordService
changeRecordReferencePSV
- ChangeRecordReferencePSV
entity object that will be created in the S/4HANA system.ChangeRecordReferencePSV
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferencePSVUpdateFluentHelper updateChangeRecordReferencePSV(@Nonnull ChangeRecordReferencePSV changeRecordReferencePSV)
ChangeRecordService
ChangeRecordReferencePSV
entity and save it to the S/4HANA system.updateChangeRecordReferencePSV
in interface ChangeRecordService
changeRecordReferencePSV
- ChangeRecordReferencePSV
entity object that will be updated in the S/4HANA system.ChangeRecordReferencePSV
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ChangeRecordReferencePSVDeleteFluentHelper deleteChangeRecordReferencePSV(@Nonnull ChangeRecordReferencePSV changeRecordReferencePSV)
ChangeRecordService
ChangeRecordReferencePSV
entity in the S/4HANA system.deleteChangeRecordReferencePSV
in interface ChangeRecordService
changeRecordReferencePSV
- ChangeRecordReferencePSV
entity object that will be deleted in the S/4HANA system.ChangeRecordReferencePSV
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2019 SAP SE. All rights reserved.