Modifier and Type | Field and Description |
---|---|
static ProductionSupplyAreaLink<ProductionSupplyAreaText> |
ProductionSupplyArea.TO_PRODUCTION_SUPPLY_AREA_TEXT
Use with available fluent helpers to apply the to_ProductionSupplyAreaText navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductionSupplyAreaText |
ProductionSupplyAreaText.ProductionSupplyAreaTextBuilder.build() |
protected ProductionSupplyAreaText |
ProductionSupplyAreaTextDeleteFluentHelper.getEntity() |
protected ProductionSupplyAreaText |
ProductionSupplyAreaTextCreateFluentHelper.getEntity() |
protected ProductionSupplyAreaText |
ProductionSupplyAreaTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<ProductionSupplyAreaText> |
ProductionSupplyArea.fetchProductionSupplyAreaText()
Fetches the ProductionSupplyAreaText entities (one to many) associated with this entity.
|
protected Class<ProductionSupplyAreaText> |
ProductionSupplyAreaTextFluentHelper.getEntityClass() |
protected Class<ProductionSupplyAreaText> |
ProductionSupplyAreaTextByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProductionSupplyAreaText>> |
ProductionSupplyArea.getProductionSupplyAreaTextIfPresent()
Retrieval of associated ProductionSupplyAreaText entities (one to many).
|
List<ProductionSupplyAreaText> |
ProductionSupplyArea.getProductionSupplyAreaTextOrFetch()
Retrieval of associated ProductionSupplyAreaText entities (one to many).
|
Class<ProductionSupplyAreaText> |
ProductionSupplyAreaText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductionSupplyArea.addProductionSupplyAreaText(ProductionSupplyAreaText... entity)
Adds elements to the list of associated ProductionSupplyAreaText entities.
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
ProductionSupplyArea.ProductionSupplyAreaBuilder.productionSupplyAreaText(ProductionSupplyAreaText... value)
Navigation property to_ProductionSupplyAreaText for ProductionSupplyArea to multiple
ProductionSupplyAreaText.
|
Modifier and Type | Method and Description |
---|---|
void |
ProductionSupplyArea.setProductionSupplyAreaText(List<ProductionSupplyAreaText> value)
Overwrites the list of associated ProductionSupplyAreaText entities for the loaded navigation property
to_ProductionSupplyAreaText.
|
Constructor and Description |
---|
ProductionSupplyAreaTextCreateFluentHelper(String servicePath,
ProductionSupplyAreaText entity)
Creates a fluent helper object that will create a
ProductionSupplyAreaText entity on the OData endpoint. |
ProductionSupplyAreaTextDeleteFluentHelper(String servicePath,
ProductionSupplyAreaText entity)
Creates a fluent helper object that will delete a
ProductionSupplyAreaText entity on the OData endpoint. |
ProductionSupplyAreaTextUpdateFluentHelper(String servicePath,
ProductionSupplyAreaText entity)
Creates a fluent helper object that will update a
ProductionSupplyAreaText entity on the OData endpoint. |
Constructor and Description |
---|
ProductionSupplyArea(String productionSupplyArea,
String plant,
String storageLocation,
String productionSupplyAreaRespPerson,
String unloadingPointName,
String factoryCalendar,
String shiftGrouping,
String shiftSequence,
BigDecimal pullIntervalInWorkdays,
BigDecimal pullIntervalInMinutes,
String unloadingWarehouseStagingArea,
String productionSupplyAreaAddressID,
ZonedDateTime lastChangeDateTime,
ProductionSupplyAreaAddress toProductionSupplyAreaAddress,
List<ProductionSupplyAreaText> toProductionSupplyAreaText) |
Modifier and Type | Method and Description |
---|---|
ProductionSupplyAreaServiceBatchChangeSet |
ProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText)
Create a new
ProductionSupplyAreaText entity and save it to the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
DefaultProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText)
Create a new
ProductionSupplyAreaText entity and save it to the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
ProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText)
Deletes an existing
ProductionSupplyAreaText entity in the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
DefaultProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText)
Deletes an existing
ProductionSupplyAreaText entity in the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
ProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText)
Update an existing
ProductionSupplyAreaText entity and save it to the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
DefaultProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText)
Update an existing
ProductionSupplyAreaText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductionSupplyAreaText> |
ProductionSupplyAreaTextOneToOneLink.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 ProductionSupplyAreaTextLink<ObjectT> |
ProductionSupplyAreaTextLink.translateLinkType(EntityLink<ProductionSupplyAreaTextLink<ObjectT>,ProductionSupplyAreaText,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.