Modifier and Type | Field and Description |
---|---|
static MasterRecipeHeaderLink<MasterRecipeOperation> |
MasterRecipeHeader.TO_OPERATION
Use with available fluent helpers to apply the to_Operation navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
MasterRecipeOperation |
MasterRecipeOperation.MasterRecipeOperationBuilder.build() |
protected MasterRecipeOperation |
MasterRecipeOperationUpdateFluentHelper.getEntity() |
protected MasterRecipeOperation |
MasterRecipeOperationCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<MasterRecipeOperation> |
MasterRecipeHeader.fetchOperation()
Fetches the MasterRecipeOperation entities (one to many) associated with this entity.
|
protected Class<MasterRecipeOperation> |
MasterRecipeOperationFluentHelper.getEntityClass() |
protected Class<MasterRecipeOperation> |
MasterRecipeOperationByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<MasterRecipeOperation>> |
MasterRecipeHeader.getOperationIfPresent()
Retrieval of associated MasterRecipeOperation entities (one to many).
|
List<MasterRecipeOperation> |
MasterRecipeHeader.getOperationOrFetch()
Retrieval of associated MasterRecipeOperation entities (one to many).
|
Class<MasterRecipeOperation> |
MasterRecipeOperation.getType() |
Modifier and Type | Method and Description |
---|---|
void |
MasterRecipeHeader.addOperation(MasterRecipeOperation... entity)
Adds elements to the list of associated MasterRecipeOperation entities.
|
MasterRecipeHeader.MasterRecipeHeaderBuilder |
MasterRecipeHeader.MasterRecipeHeaderBuilder.operation(MasterRecipeOperation... value)
Navigation property to_Operation for MasterRecipeHeader to multiple
MasterRecipeOperation.
|
Modifier and Type | Method and Description |
---|---|
void |
MasterRecipeHeader.setOperation(List<MasterRecipeOperation> value)
Overwrites the list of associated MasterRecipeOperation entities for the loaded navigation property
to_Operation.
|
Constructor and Description |
---|
MasterRecipeOperationCreateFluentHelper(String servicePath,
MasterRecipeOperation entity)
Creates a fluent helper object that will create a
MasterRecipeOperation entity on the OData endpoint. |
MasterRecipeOperationUpdateFluentHelper(String servicePath,
MasterRecipeOperation entity)
Creates a fluent helper object that will update a
MasterRecipeOperation entity on the OData endpoint. |
Constructor and Description |
---|
MasterRecipeHeader(String masterRecipeGroup,
String masterRecipe,
String masterRecipeInternalVersion,
Boolean isMarkedForDeletion,
String billOfOperationsDesc,
String plant,
String billOfOperationsStatus,
String billOfOperationsUsage,
String responsiblePlannerGroup,
String billOfOperationsProfile,
BigDecimal minimumLotSizeQuantity,
BigDecimal maximumLotSizeQuantity,
String billOfOperationsUnit,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String changeNumber,
ZonedDateTime changedDateTime,
List<MasterRecipeMatlAssgmt> toMatlAssgmt,
List<MasterRecipeOperation> toOperation) |
Modifier and Type | Method and Description |
---|---|
MasterRecipeServiceBatchChangeSet |
MasterRecipeServiceBatchChangeSet.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation)
Create a new
MasterRecipeOperation entity and save it to the S/4HANA system. |
MasterRecipeServiceBatchChangeSet |
DefaultMasterRecipeServiceBatchChangeSet.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation)
Create a new
MasterRecipeOperation entity and save it to the S/4HANA system. |
MasterRecipeServiceBatchChangeSet |
MasterRecipeServiceBatchChangeSet.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation)
Update an existing
MasterRecipeOperation entity and save it to the S/4HANA system. |
MasterRecipeServiceBatchChangeSet |
DefaultMasterRecipeServiceBatchChangeSet.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation)
Update an existing
MasterRecipeOperation entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<MasterRecipeOperation> |
MasterRecipeOperationOneToOneLink.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 MasterRecipeOperationLink<ObjectT> |
MasterRecipeOperationLink.translateLinkType(EntityLink<MasterRecipeOperationLink<ObjectT>,MasterRecipeOperation,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
MasterRecipeOperationCreateFluentHelper |
MasterRecipeService.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation)
Create a new
MasterRecipeOperation entity and save it to the S/4HANA system. |
MasterRecipeOperationCreateFluentHelper |
DefaultMasterRecipeService.createMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) |
MasterRecipeOperationUpdateFluentHelper |
MasterRecipeService.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation)
Update an existing
MasterRecipeOperation entity and save it to the S/4HANA system. |
MasterRecipeOperationUpdateFluentHelper |
DefaultMasterRecipeService.updateMasterRecipeOperation(MasterRecipeOperation masterRecipeOperation) |
Copyright © 2020 SAP SE. All rights reserved.