Modifier and Type | Field and Description |
---|---|
static MasterRecipePhaseLink<MasterRecipePhseRelshp> |
MasterRecipePhase.TO_PHSE_RELSHP
Use with available fluent helpers to apply the to_PhseRelshp navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
MasterRecipePhseRelshp |
MasterRecipePhseRelshp.MasterRecipePhseRelshpBuilder.build() |
protected MasterRecipePhseRelshp |
MasterRecipePhseRelshpCreateFluentHelper.getEntity() |
protected MasterRecipePhseRelshp |
MasterRecipePhseRelshpUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<MasterRecipePhseRelshp> |
MasterRecipePhase.fetchPhseRelshp()
Fetches the MasterRecipePhseRelshp entities (one to many) associated with this entity.
|
protected Class<MasterRecipePhseRelshp> |
MasterRecipePhseRelshpByKeyFluentHelper.getEntityClass() |
protected Class<MasterRecipePhseRelshp> |
MasterRecipePhseRelshpFluentHelper.getEntityClass() |
io.vavr.control.Option<List<MasterRecipePhseRelshp>> |
MasterRecipePhase.getPhseRelshpIfPresent()
Retrieval of associated MasterRecipePhseRelshp entities (one to many).
|
List<MasterRecipePhseRelshp> |
MasterRecipePhase.getPhseRelshpOrFetch()
Retrieval of associated MasterRecipePhseRelshp entities (one to many).
|
Class<MasterRecipePhseRelshp> |
MasterRecipePhseRelshp.getType() |
Modifier and Type | Method and Description |
---|---|
void |
MasterRecipePhase.addPhseRelshp(MasterRecipePhseRelshp... entity)
Adds elements to the list of associated MasterRecipePhseRelshp entities.
|
MasterRecipePhase.MasterRecipePhaseBuilder |
MasterRecipePhase.MasterRecipePhaseBuilder.phseRelshp(MasterRecipePhseRelshp... value)
Navigation property to_PhseRelshp for MasterRecipePhase to multiple
MasterRecipePhseRelshp.
|
Modifier and Type | Method and Description |
---|---|
void |
MasterRecipePhase.setPhseRelshp(List<MasterRecipePhseRelshp> value)
Overwrites the list of associated MasterRecipePhseRelshp entities for the loaded navigation property
to_PhseRelshp.
|
Constructor and Description |
---|
MasterRecipePhseRelshpCreateFluentHelper(String servicePath,
MasterRecipePhseRelshp entity)
Creates a fluent helper object that will create a
MasterRecipePhseRelshp entity on the OData endpoint. |
MasterRecipePhseRelshpUpdateFluentHelper(String servicePath,
MasterRecipePhseRelshp entity)
Creates a fluent helper object that will update a
MasterRecipePhseRelshp entity on the OData endpoint. |
Constructor and Description |
---|
MasterRecipePhase(String masterRecipeGroup,
String masterRecipe,
String masterRecipeOperationIntID,
String mstrRcpSuperiorOpIntVersion,
String mstrRcpOperationIntVersion,
String superiorOperationInternalID,
String operation,
String operationText,
String longTextLanguageCode,
String workCenterTypeCode,
String workCenterInternalID,
String plant,
String operationControlProfile,
String controlRecipeDestination,
String operationStandardTextCode,
BigDecimal operationReferenceQuantity,
String operationUnit,
BigDecimal opQtyToBaseQtyNmrtr,
BigDecimal opQtyToBaseQtyDnmntr,
BigDecimal standardWorkQuantity1,
String standardWorkQuantityUnit1,
String costCtrActivityType1,
BigDecimal standardWorkQuantity2,
String standardWorkQuantityUnit2,
String costCtrActivityType2,
BigDecimal standardWorkQuantity3,
String standardWorkQuantityUnit3,
String costCtrActivityType3,
BigDecimal standardWorkQuantity4,
String standardWorkQuantityUnit4,
String costCtrActivityType4,
BigDecimal standardWorkQuantity5,
String standardWorkQuantityUnit5,
String costCtrActivityType5,
BigDecimal standardWorkQuantity6,
String standardWorkQuantityUnit6,
String costCtrActivityType6,
BigDecimal numberOfTimeTickets,
String numberOfConfirmationSlips,
String operationCostingRelevancyType,
String businessProcess,
String operationSetupType,
String operationSetupGroupCategory,
String operationSetupGroup,
String capacityCategoryCode,
Boolean opIsExtlyProcdWithSubcontrg,
String inspectionLotType,
String purchasingInfoRecord,
String purchasingOrganization,
String purchaseContract,
String purchaseContractItem,
String purchasingInfoRecdAddlGrpgName,
BigDecimal plannedDeliveryDuration,
String materialGroup,
String purchasingGroup,
String supplier,
BigDecimal numberOfOperationPriceUnits,
String costElement,
BigDecimal opExternalProcessingPrice,
String opExternalProcessingCurrency,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String changeNumber,
ZonedDateTime changedDateTime,
List<MasterRecipePhseCompAlloc> toPhseCompAlloc,
List<MasterRecipePhseRelshp> toPhseRelshp,
List<MasterRecipePhseSecdryRsce> toPhseSecdryRsce) |
Modifier and Type | Method and Description |
---|---|
MasterRecipeServiceBatchChangeSet |
MasterRecipeServiceBatchChangeSet.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp)
Create a new
MasterRecipePhseRelshp entity and save it to the S/4HANA system. |
MasterRecipeServiceBatchChangeSet |
DefaultMasterRecipeServiceBatchChangeSet.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp)
Create a new
MasterRecipePhseRelshp entity and save it to the S/4HANA system. |
MasterRecipeServiceBatchChangeSet |
MasterRecipeServiceBatchChangeSet.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp)
Update an existing
MasterRecipePhseRelshp entity and save it to the S/4HANA system. |
MasterRecipeServiceBatchChangeSet |
DefaultMasterRecipeServiceBatchChangeSet.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp)
Update an existing
MasterRecipePhseRelshp entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<MasterRecipePhseRelshp> |
MasterRecipePhseRelshpOneToOneLink.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 MasterRecipePhseRelshpLink<ObjectT> |
MasterRecipePhseRelshpLink.translateLinkType(EntityLink<MasterRecipePhseRelshpLink<ObjectT>,MasterRecipePhseRelshp,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
MasterRecipePhseRelshpCreateFluentHelper |
MasterRecipeService.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp)
Create a new
MasterRecipePhseRelshp entity and save it to the S/4HANA system. |
MasterRecipePhseRelshpCreateFluentHelper |
DefaultMasterRecipeService.createMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) |
MasterRecipePhseRelshpUpdateFluentHelper |
MasterRecipeService.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp)
Update an existing
MasterRecipePhseRelshp entity and save it to the S/4HANA system. |
MasterRecipePhseRelshpUpdateFluentHelper |
DefaultMasterRecipeService.updateMasterRecipePhseRelshp(MasterRecipePhseRelshp masterRecipePhseRelshp) |
Copyright © 2020 SAP SE. All rights reserved.