Modifier and Type | Field and Description |
---|---|
static ChangeMasterLink<ChangeMasterAltDate> |
ChangeMaster.TO_ALTERNATIVE_DATE
Use with available fluent helpers to apply the to_AlternativeDate navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ChangeMasterAltDate |
ChangeMasterAltDate.ChangeMasterAltDateBuilder.build() |
protected ChangeMasterAltDate |
ChangeMasterAltDateCreateFluentHelper.getEntity() |
protected ChangeMasterAltDate |
ChangeMasterAltDateDeleteFluentHelper.getEntity() |
protected ChangeMasterAltDate |
ChangeMasterAltDateUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ChangeMasterAltDate> |
ChangeMaster.fetchAlternativeDate()
Fetches the ChangeMasterAltDate entities (one to many) associated with this entity.
|
Optional<List<ChangeMasterAltDate>> |
ChangeMaster.getAlternativeDateIfPresent()
Retrieval of associated ChangeMasterAltDate entities (one to many).
|
List<ChangeMasterAltDate> |
ChangeMaster.getAlternativeDateOrFetch()
Retrieval of associated ChangeMasterAltDate entities (one to many).
|
protected Class<ChangeMasterAltDate> |
ChangeMasterAltDateFluentHelper.getEntityClass() |
protected Class<ChangeMasterAltDate> |
ChangeMasterAltDateByKeyFluentHelper.getEntityClass() |
Class<ChangeMasterAltDate> |
ChangeMasterAltDate.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeMaster.addAlternativeDate(ChangeMasterAltDate... entity)
Adds elements to the list of associated ChangeMasterAltDate entities.
|
ChangeMaster.ChangeMasterBuilder |
ChangeMaster.ChangeMasterBuilder.alternativeDate(ChangeMasterAltDate... value) |
Modifier and Type | Method and Description |
---|---|
void |
ChangeMaster.setAlternativeDate(List<ChangeMasterAltDate> value)
Overwrites the list of associated ChangeMasterAltDate entities for the loaded navigation property
to_AlternativeDate.
|
Constructor and Description |
---|
ChangeMasterAltDateCreateFluentHelper(String servicePath,
ChangeMasterAltDate entity)
Creates a fluent helper object that will create a
ChangeMasterAltDate
entity on the OData endpoint. |
ChangeMasterAltDateDeleteFluentHelper(String servicePath,
ChangeMasterAltDate entity)
Creates a fluent helper object that will delete a
ChangeMasterAltDate
entity on the OData endpoint. |
ChangeMasterAltDateUpdateFluentHelper(String servicePath,
ChangeMasterAltDate entity)
Creates a fluent helper object that will update a
ChangeMasterAltDate
entity on the OData endpoint. |
Constructor and Description |
---|
ChangeMaster(Boolean shiftValidityStartDate_ac,
String changeNumber,
String changeNumberStatus,
String authorizationGroup,
String changeNumberFunction,
String isTechnicallyReleased,
String changeNumberReleaseKey,
String reasonForChangeText,
String changeNumberDescription,
LocalDateTime changeNumberValidFromDate,
LocalDateTime changeNumberCreationDate,
String changeNumberCreatedByUser,
LocalDateTime changeNumberLastChangedDate,
String changeNumberLastChangedByUser,
Boolean isUsedForDataDefinition,
Boolean changeNumberIsMrkdForDeletion,
Double changeNumberLastChgdDateTime,
List<ChangeMasterAltDate> toAlternativeDate,
List<ChangeMstrObjectMgmtRecord> toChangeMstrObjectMgmtRecord,
List<ChangeMstrObMgReDocInfoRecd> toChangeMstrObMgReDocInfoRecd,
List<ChangeMstrObMgReMaterial> toChangeMstrObMgReMaterial,
List<ChangeMstrObMgReMatlBOM> toChangeMstrObMgReMatlBOM,
List<ChangeMasterCharc> toCharacteristics,
List<ChangeMasterClass> toClassification,
List<ChangeMasterObjTypeAssgmt> toObjTypeAssignment) |
Modifier and Type | Method and Description |
---|---|
ChangeMasterServiceBatchChangeSet |
ChangeMasterServiceBatchChangeSet.createChangeMasterAltDate(ChangeMasterAltDate changeMasterAltDate)
Create a new
ChangeMasterAltDate entity and save it to the S/4HANA system. |
ChangeMasterServiceBatchChangeSet |
DefaultChangeMasterServiceBatchChangeSet.createChangeMasterAltDate(ChangeMasterAltDate changeMasterAltDate)
Create a new
ChangeMasterAltDate entity and save it to the S/4HANA system. |
ChangeMasterServiceBatchChangeSet |
ChangeMasterServiceBatchChangeSet.deleteChangeMasterAltDate(ChangeMasterAltDate changeMasterAltDate)
Deletes an existing
ChangeMasterAltDate entity in the S/4HANA system. |
ChangeMasterServiceBatchChangeSet |
DefaultChangeMasterServiceBatchChangeSet.deleteChangeMasterAltDate(ChangeMasterAltDate changeMasterAltDate)
Deletes an existing
ChangeMasterAltDate entity in the S/4HANA system. |
ChangeMasterServiceBatchChangeSet |
ChangeMasterServiceBatchChangeSet.updateChangeMasterAltDate(ChangeMasterAltDate changeMasterAltDate)
Update an existing
ChangeMasterAltDate entity and save it to the S/4HANA system. |
ChangeMasterServiceBatchChangeSet |
DefaultChangeMasterServiceBatchChangeSet.updateChangeMasterAltDate(ChangeMasterAltDate changeMasterAltDate)
Update an existing
ChangeMasterAltDate entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ChangeMasterAltDate> |
ChangeMasterAltDateOneToOneLink.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 ChangeMasterAltDateLink<ObjectT> |
ChangeMasterAltDateLink.translateLinkType(EntityLink<ChangeMasterAltDateLink<ObjectT>,ChangeMasterAltDate,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.