Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata.link |
Modifier and Type | Field and Description |
---|---|
static WorkCentersOneToOneLink<WorkCenterCapacity> |
WorkCenters.TO_CAPACITY
Use with available fluent helpers to apply the to_Capacity navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
WorkCenterCapacity |
WorkCenterCapacity.WorkCenterCapacityBuilder.build() |
WorkCenterCapacity |
WorkCenters.fetchCapacity()
Fetches the WorkCenterCapacity entity (one to one) associated with this entity.
|
WorkCenterCapacity |
WorkCenters.getCapacityOrFetch()
Retrieval of associated WorkCenterCapacity entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
Optional<WorkCenterCapacity> |
WorkCenters.getCapacityIfPresent()
Retrieval of associated WorkCenterCapacity entity (one to one).
|
protected Class<WorkCenterCapacity> |
WorkCenterCapacityByKeyFluentHelper.getEntityClass() |
protected Class<WorkCenterCapacity> |
WorkCenterCapacityFluentHelper.getEntityClass() |
Class<WorkCenterCapacity> |
WorkCenterCapacity.getType() |
Modifier and Type | Method and Description |
---|---|
WorkCenters.WorkCentersBuilder |
WorkCenters.WorkCentersBuilder.capacity(WorkCenterCapacity value) |
void |
WorkCenters.setCapacity(WorkCenterCapacity value)
Overwrites the associated WorkCenterCapacity entity for the loaded navigation property to_Capacity.
|
Constructor and Description |
---|
WorkCenters(String workCenterInternalID,
String workCenterTypeCode,
String workCenter,
String workCenterDesc,
String plant,
String workCenterCategoryCode,
String workCenterResponsible,
String workCenterResponsibleName,
String supplyArea,
String workCenterUsage,
String capacityInternalID,
WorkCenterCapacity toCapacity,
List<WorkCenterAllCapacity> toWorkCenterCapacity,
List<WorkCenterPipeLineOperation> toWorkCenterQueuingOp,
List<WorkCenterDayOperation> toWorkCenterTodayOp) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<WorkCenterCapacity> |
WorkCenterCapacityOneToOneLink.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 WorkCenterCapacityLink<ObjectT> |
WorkCenterCapacityLink.translateLinkType(EntityLink<WorkCenterCapacityLink<ObjectT>,WorkCenterCapacity,ObjectT> link) |
Copyright © 2018 SAP SE. All rights reserved.