Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workcenterdata |
Modifier and Type | Field and Description |
---|---|
static WorkCentersLink<WorkCenterPipeLineOperation> |
WorkCenters.TO_WORK_CENTER_QUEUING_OP
Use with available fluent helpers to apply the to_WorkCenterQueuingOp navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
WorkCenterPipeLineOperation |
WorkCenterPipeLineOperation.WorkCenterPipeLineOperationBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<WorkCenterPipeLineOperation> |
WorkCenters.fetchWorkCenterQueuingOp()
Fetches the WorkCenterPipeLineOperation entities (one to many) associated with this entity.
|
Class<WorkCenterPipeLineOperation> |
WorkCenterPipeLineOperation.getType() |
List<WorkCenterPipeLineOperation> |
WorkCenters.getWorkCenterQueuingOpOrFetch()
Retrieval of associated WorkCenterPipeLineOperation entities (one to many).
|
com.google.common.base.Optional<List<WorkCenterPipeLineOperation>> |
WorkCenters.getWorkCenterQueuingOpOrNull()
Retrieval of associated WorkCenterPipeLineOperation entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
WorkCenters.addWorkCenterQueuingOp(WorkCenterPipeLineOperation... entity)
Adds elements to the list of associated WorkCenterPipeLineOperation entities.
|
WorkCenters.WorkCentersBuilder |
WorkCenters.WorkCentersBuilder.workCenterQueuingOp(WorkCenterPipeLineOperation... value) |
Modifier and Type | Method and Description |
---|---|
void |
WorkCenters.setWorkCenterQueuingOp(List<WorkCenterPipeLineOperation> value)
Overwrites the list of associated WorkCenterPipeLineOperation entities for the loaded navigation property to_WorkCenterQueuingOp.
|
Constructor and Description |
---|
WorkCenters(String workCenterInternalID,
String workCenterUsage,
String capacityInternalID,
String workCenterTypeCode,
String workCenter,
String workCenterDesc,
String plant,
String workCenterCategoryCode,
String workCenterResponsible,
String workCenterResponsibleName,
String supplyArea,
ErpConfigContext erpConfigContext,
WorkCenterCapacity toCapacity,
List<WorkCenterPipeLineOperation> toWorkCenterQueuingOp,
List<WorkCenterDayOperation> toWorkCenterTodayOp) |
Copyright © 2018 SAP SE. All rights reserved.