Modifier and Type | Field and Description |
---|---|
static ProductionSupplyAreaOneToOneLink<ProductionSupplyAreaAddress> |
ProductionSupplyArea.TO_PRODUCTION_SUPPLY_AREA_ADDRESS
Use with available fluent helpers to apply the to_ProductionSupplyAreaAddress navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProductionSupplyAreaAddress |
ProductionSupplyAreaAddress.ProductionSupplyAreaAddressBuilder.build() |
ProductionSupplyAreaAddress |
ProductionSupplyArea.fetchProductionSupplyAreaAddress()
Fetches the ProductionSupplyAreaAddress entity (one to one) associated with this entity.
|
protected ProductionSupplyAreaAddress |
ProductionSupplyAreaAddressDeleteFluentHelper.getEntity() |
protected ProductionSupplyAreaAddress |
ProductionSupplyAreaAddressUpdateFluentHelper.getEntity() |
protected ProductionSupplyAreaAddress |
ProductionSupplyAreaAddressCreateFluentHelper.getEntity() |
ProductionSupplyAreaAddress |
ProductionSupplyArea.getProductionSupplyAreaAddressOrFetch()
Retrieval of associated ProductionSupplyAreaAddress entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
protected Class<ProductionSupplyAreaAddress> |
ProductionSupplyAreaAddressFluentHelper.getEntityClass() |
protected Class<ProductionSupplyAreaAddress> |
ProductionSupplyAreaAddressByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<ProductionSupplyAreaAddress> |
ProductionSupplyArea.getProductionSupplyAreaAddressIfPresent()
Retrieval of associated ProductionSupplyAreaAddress entity (one to one).
|
Class<ProductionSupplyAreaAddress> |
ProductionSupplyAreaAddress.getType() |
Modifier and Type | Method and Description |
---|---|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
ProductionSupplyArea.ProductionSupplyAreaBuilder.productionSupplyAreaAddress(ProductionSupplyAreaAddress value)
Navigation property to_ProductionSupplyAreaAddress for ProductionSupplyArea to single
ProductionSupplyAreaAddress.
|
void |
ProductionSupplyArea.setProductionSupplyAreaAddress(ProductionSupplyAreaAddress value)
Overwrites the associated ProductionSupplyAreaAddress entity for the loaded navigation property
to_ProductionSupplyAreaAddress.
|
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,
String automotiveLoadingPoint,
ProductionSupplyAreaAddress toProductionSupplyAreaAddress,
List<ProductionSupplyAreaText> toProductionSupplyAreaText) |
ProductionSupplyAreaAddressCreateFluentHelper(String servicePath,
ProductionSupplyAreaAddress entity)
Creates a fluent helper object that will create a
ProductionSupplyAreaAddress entity on the OData endpoint. |
ProductionSupplyAreaAddressDeleteFluentHelper(String servicePath,
ProductionSupplyAreaAddress entity)
Creates a fluent helper object that will delete a
ProductionSupplyAreaAddress entity on the OData endpoint. |
ProductionSupplyAreaAddressUpdateFluentHelper(String servicePath,
ProductionSupplyAreaAddress entity)
Creates a fluent helper object that will update a
ProductionSupplyAreaAddress entity on the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
ProductionSupplyAreaServiceBatchChangeSet |
ProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress)
Create a new
ProductionSupplyAreaAddress entity and save it to the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
DefaultProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress)
Create a new
ProductionSupplyAreaAddress entity and save it to the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
ProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress)
Deletes an existing
ProductionSupplyAreaAddress entity in the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
DefaultProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress)
Deletes an existing
ProductionSupplyAreaAddress entity in the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
ProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress)
Update an existing
ProductionSupplyAreaAddress entity and save it to the S/4HANA system. |
ProductionSupplyAreaServiceBatchChangeSet |
DefaultProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress)
Update an existing
ProductionSupplyAreaAddress entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProductionSupplyAreaAddress> |
ProductionSupplyAreaAddressOneToOneLink.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 ProductionSupplyAreaAddressLink<ObjectT> |
ProductionSupplyAreaAddressLink.translateLinkType(EntityLink<ProductionSupplyAreaAddressLink<ObjectT>,ProductionSupplyAreaAddress,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.