Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.createreadupdateanddeletechangemasters | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static EntityField<ChangeMaster,String> |
ChangeMaster.AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.CHANGE_NUMBER_CREATED_BY_USER
Use with available fluent helpers to apply the ChangeNumberCreatedByUser field to query operations.
|
static EntityField<ChangeMaster,Calendar> |
ChangeMaster.CHANGE_NUMBER_CREATION_DATE
Use with available fluent helpers to apply the ChangeNumberCreationDate field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.CHANGE_NUMBER_DESCRIPTION
Use with available fluent helpers to apply the ChangeNumberDescription field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.CHANGE_NUMBER_FUNCTION
Use with available fluent helpers to apply the ChangeNumberFunction field to query operations.
|
static EntityField<ChangeMaster,Boolean> |
ChangeMaster.CHANGE_NUMBER_IS_MRKD_FOR_DELETION
Use with available fluent helpers to apply the ChangeNumberIsMrkdForDeletion field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.CHANGE_NUMBER_LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the ChangeNumberLastChangedByUser field to query operations.
|
static EntityField<ChangeMaster,Calendar> |
ChangeMaster.CHANGE_NUMBER_LAST_CHANGED_DATE
Use with available fluent helpers to apply the ChangeNumberLastChangedDate field to query operations.
|
static EntityField<ChangeMaster,Double> |
ChangeMaster.CHANGE_NUMBER_LAST_CHGD_DATE_TIME
Use with available fluent helpers to apply the ChangeNumberLastChgdDateTime field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.CHANGE_NUMBER_RELEASE_KEY
Use with available fluent helpers to apply the ChangeNumberReleaseKey field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.CHANGE_NUMBER_STATUS
Use with available fluent helpers to apply the ChangeNumberStatus field to query operations.
|
static EntityField<ChangeMaster,Calendar> |
ChangeMaster.CHANGE_NUMBER_VALID_FROM_DATE
Use with available fluent helpers to apply the ChangeNumberValidFromDate field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.IS_TECHNICALLY_RELEASED
Use with available fluent helpers to apply the IsTechnicallyReleased field to query operations.
|
static EntityField<ChangeMaster,Boolean> |
ChangeMaster.IS_USED_FOR_DATA_DEFINITION
Use with available fluent helpers to apply the IsUsedForDataDefinition field to query operations.
|
static EntityField<ChangeMaster,String> |
ChangeMaster.REASON_FOR_CHANGE_TEXT
Use with available fluent helpers to apply the ReasonForChangeText field to query operations.
|
static EntityField<ChangeMaster,Boolean> |
ChangeMaster.SHIFT_VALIDITY_START_DATE_AC
Use with available fluent helpers to apply the ShiftValidityStartDate_ac field to query operations.
|
Modifier and Type | Method and Description |
---|---|
ChangeMaster |
ChangeMaster.ChangeMasterBuilder.build() |
ChangeMaster |
ChangeMasterByKeyFluentHelper.execute()
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ChangeMaster |
ChangeMasterCreateFluentHelper.execute()
Executes the underlying create request.
|
ChangeMaster |
ChangeMasterByKeyFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ChangeMaster |
ChangeMasterCreateFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying create request.
|
ChangeMaster |
ChangeMasterByKeyFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using the stored key field values, plus any query modifiers that were previously called.
|
ChangeMaster |
ChangeMasterCreateFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying create request.
|
Modifier and Type | Method and Description |
---|---|
List<ChangeMaster> |
ChangeMasterFluentHelper.execute()
Executes the underlying query using any query modifiers that were previously called.
|
List<ChangeMaster> |
ChangeMasterFluentHelper.execute(ErpConfigContext erpConfigContext)
Executes the underlying query using any query modifiers that were previously called.
|
List<ChangeMaster> |
ChangeMasterFluentHelper.execute(ErpEndpoint erpEndpoint)
Executes the underlying query using any query modifiers that were previously called.
|
static <T> EntityField<ChangeMaster,T> |
ChangeMaster.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
Class<ChangeMaster> |
ChangeMaster.getType() |
Modifier and Type | Method and Description |
---|---|
ChangeMasterFluentHelper |
ChangeMasterFluentHelper.filter(ExpressionFluentHelper<ChangeMaster> expression)
Query modifier to restrict the set of returned entities based on the values of one or more fields.
|
ChangeMasterFluentHelper |
ChangeMasterFluentHelper.orderBy(EntityField<ChangeMaster,?> field,
Order order)
Query modifier to sort the set of returned entities by one or more fields.
|
Constructor and Description |
---|
ChangeMasterCreateFluentHelper(ChangeMaster changeMaster)
Creates a fluent helper object that will create a new
ChangeMaster entity and save it to the S/4HANA system. |
ChangeMasterDeleteFluentHelper(ChangeMaster changeMaster)
Creates a fluent helper object that will delete an existing
ChangeMaster entity in the S/4HANA system. |
ChangeMasterUpdateFluentHelper(ChangeMaster changeMaster)
Creates a fluent helper object that will create a new
ChangeMaster entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ChangeMasterCreateFluentHelper |
CreateReadUpdateAndDeleteChangeMastersService.createChangeMaster(ChangeMaster changeMaster)
Create a new
ChangeMaster entity and save it to the S/4HANA system. |
ChangeMasterCreateFluentHelper |
DefaultCreateReadUpdateAndDeleteChangeMastersService.createChangeMaster(ChangeMaster changeMaster) |
ChangeMasterDeleteFluentHelper |
CreateReadUpdateAndDeleteChangeMastersService.deleteChangeMaster(ChangeMaster changeMaster)
Deletes an existing
ChangeMaster entity in the S/4HANA system. |
ChangeMasterDeleteFluentHelper |
DefaultCreateReadUpdateAndDeleteChangeMastersService.deleteChangeMaster(ChangeMaster changeMaster) |
ChangeMasterUpdateFluentHelper |
CreateReadUpdateAndDeleteChangeMastersService.updateChangeMaster(ChangeMaster changeMaster)
Update an existing
ChangeMaster entity and save it to the S/4HANA system. |
ChangeMasterUpdateFluentHelper |
DefaultCreateReadUpdateAndDeleteChangeMastersService.updateChangeMaster(ChangeMaster changeMaster) |
Copyright © 2017 SAP SE. All rights reserved.