Class DefaultWorkCenterService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,WorkCenterService
This service is based on OData V4 protocol and can be consumed in Fiori apps and on other user interfaces. It enables you to create, read and update work centers. The service contains work center header, work center description, cost center allocation, pooled capacity assignment, capacity header, capacity description, capacity intervals and capacity shifts..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | WORKCENTER_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Production Planning Integration(SAP_COM_0104) |
| Scope Items: | Make-to-Stock Production - Discrete Manufacturing(BJ5), Make-to-Stock - Process Manufacturing Based on Process Order(BJ8), Material Requirements Planning(J44), Material Requirements Planning(O44) |
| Authentication Methods: | x509 |
| Service Group Name: | API_WORK_CENTER |
| Business Object: | Work Center |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.WorkCenterService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingWorkCenterService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theWorkCenterCapacityentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterCapacityDescriptionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterCapacityIntervalentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterCapacityShiftentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterCostCenterentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterDescriptionentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterHeaderentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theWorkCenterPooledCapacityentity collection matching the filter and search expressions.createWorkCenterCapacity(WorkCenterCapacity workCenterCapacity) Deprecated.Create a newWorkCenterCapacityentity and save it to the S/4HANA system.createWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Create a newWorkCenterCapacityIntervalentity and save it to the S/4HANA system.createWorkCenterHeader(WorkCenterHeader workCenterHeader) Deprecated.Create a newWorkCenterHeaderentity and save it to the S/4HANA system.deleteWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Deletes an existingWorkCenterCapacityIntervalentity in the S/4HANA system.deleteWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Deletes an existingWorkCenterCapacityShiftentity in the S/4HANA system.Deprecated.Fetch multipleWorkCenterCapacityentities.Deprecated.Fetch multipleWorkCenterCapacityDescriptionentities.Deprecated.Fetch multipleWorkCenterCapacityIntervalentities.Deprecated.Fetch multipleWorkCenterCapacityShiftentities.Deprecated.Fetch multipleWorkCenterCostCenterentities.Deprecated.Fetch multipleWorkCenterDescriptionentities.Deprecated.Fetch multipleWorkCenterHeaderentities.Deprecated.Fetch multipleWorkCenterPooledCapacityentities.Deprecated.getWorkCenterCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID) Deprecated.Fetch a singleWorkCenterCapacityentity using key fields.getWorkCenterCapacityDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String language) Deprecated.Fetch a singleWorkCenterCapacityDescriptionentity using key fields.getWorkCenterCapacityIntervalByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate) Deprecated.Fetch a singleWorkCenterCapacityIntervalentity using key fields.getWorkCenterCapacityShiftByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate, String weekDay, String availableCapacityShift) Deprecated.Fetch a singleWorkCenterCapacityShiftentity using key fields.getWorkCenterCostCenterByKey(String workCenterInternalID, String workCenterTypeCode, String costCenterAllocation, LocalDate validityEndDate) Deprecated.Fetch a singleWorkCenterCostCenterentity using key fields.getWorkCenterDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String language) Deprecated.Fetch a singleWorkCenterDescriptionentity using key fields.getWorkCenterHeaderByKey(String workCenterInternalID, String workCenterTypeCode) Deprecated.Fetch a singleWorkCenterHeaderentity using key fields.getWorkCenterPooledCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID) Deprecated.Fetch a singleWorkCenterPooledCapacityentity using key fields.updateWorkCenterCapacity(WorkCenterCapacity workCenterCapacity) Deprecated.Update an existingWorkCenterCapacityentity and save it to the S/4HANA system.updateWorkCenterCapacityDescription(WorkCenterCapacityDescription workCenterCapacityDescription) Deprecated.Update an existingWorkCenterCapacityDescriptionentity and save it to the S/4HANA system.updateWorkCenterCapacityInterval(WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Update an existingWorkCenterCapacityIntervalentity and save it to the S/4HANA system.updateWorkCenterCapacityShift(WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Update an existingWorkCenterCapacityShiftentity and save it to the S/4HANA system.updateWorkCenterCostCenter(WorkCenterCostCenter workCenterCostCenter) Deprecated.Update an existingWorkCenterCostCenterentity and save it to the S/4HANA system.updateWorkCenterDescription(WorkCenterDescription workCenterDescription) Deprecated.Update an existingWorkCenterDescriptionentity and save it to the S/4HANA system.updateWorkCenterHeader(WorkCenterHeader workCenterHeader) Deprecated.Update an existingWorkCenterHeaderentity and save it to the S/4HANA system.updateWorkCenterPooledCapacity(WorkCenterPooledCapacity workCenterPooledCapacity) Deprecated.Update an existingWorkCenterPooledCapacityentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultWorkCenterService
public DefaultWorkCenterService()Deprecated.Creates a service usingWorkCenterService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:WorkCenterServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceWorkCenterService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:WorkCenterServiceCreates a batch request builder object.- Specified by:
batchin interfaceWorkCenterService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllWorkCenterCapacity
Deprecated.Description copied from interface:WorkCenterServiceFetch multipleWorkCenterCapacityentities.- Specified by:
getAllWorkCenterCapacityin interfaceWorkCenterService- Returns:
- A request builder to fetch multiple
WorkCenterCapacityentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWorkCenterCapacity
Deprecated.Description copied from interface:WorkCenterServiceFetch the number of entries from theWorkCenterCapacityentity collection matching the filter and search expressions.- Specified by:
countWorkCenterCapacityin interfaceWorkCenterService- Returns:
- A request builder to fetch the count of
WorkCenterCapacityentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWorkCenterCapacityByKey
@Nonnull public GetByKeyRequestBuilder<WorkCenterCapacity> getWorkCenterCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID) Deprecated.Description copied from interface:WorkCenterServiceFetch a singleWorkCenterCapacityentity using key fields.- Specified by:
getWorkCenterCapacityByKeyin interfaceWorkCenterService- Parameters:
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
WorkCenterCapacityentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createWorkCenterCapacity
@Nonnull public CreateRequestBuilder<WorkCenterCapacity> createWorkCenterCapacity(@Nonnull WorkCenterCapacity workCenterCapacity) Deprecated.Description copied from interface:WorkCenterServiceCreate a newWorkCenterCapacityentity and save it to the S/4HANA system.- Specified by:
createWorkCenterCapacityin interfaceWorkCenterService- Parameters:
workCenterCapacity-WorkCenterCapacityentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WorkCenterCapacityentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterCapacity
@Nonnull public UpdateRequestBuilder<WorkCenterCapacity> updateWorkCenterCapacity(@Nonnull WorkCenterCapacity workCenterCapacity) Deprecated.Description copied from interface:WorkCenterServiceUpdate an existingWorkCenterCapacityentity and save it to the S/4HANA system.- Specified by:
updateWorkCenterCapacityin interfaceWorkCenterService- Parameters:
workCenterCapacity-WorkCenterCapacityentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCapacityentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterCapacityDescription
@Nonnull public GetAllRequestBuilder<WorkCenterCapacityDescription> getAllWorkCenterCapacityDescription()Deprecated.Description copied from interface:WorkCenterServiceFetch multipleWorkCenterCapacityDescriptionentities.- Specified by:
getAllWorkCenterCapacityDescriptionin interfaceWorkCenterService- Returns:
- A request builder to fetch multiple
WorkCenterCapacityDescriptionentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWorkCenterCapacityDescription
@Nonnull public CountRequestBuilder<WorkCenterCapacityDescription> countWorkCenterCapacityDescription()Deprecated.Description copied from interface:WorkCenterServiceFetch the number of entries from theWorkCenterCapacityDescriptionentity collection matching the filter and search expressions.- Specified by:
countWorkCenterCapacityDescriptionin interfaceWorkCenterService- Returns:
- A request builder to fetch the count of
WorkCenterCapacityDescriptionentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWorkCenterCapacityDescriptionByKey
@Nonnull public GetByKeyRequestBuilder<WorkCenterCapacityDescription> getWorkCenterCapacityDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String language) Deprecated.Description copied from interface:WorkCenterServiceFetch a singleWorkCenterCapacityDescriptionentity using key fields.- Specified by:
getWorkCenterCapacityDescriptionByKeyin interfaceWorkCenterService- Parameters:
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
WorkCenterCapacityDescriptionentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterCapacityDescription
@Nonnull public UpdateRequestBuilder<WorkCenterCapacityDescription> updateWorkCenterCapacityDescription(@Nonnull WorkCenterCapacityDescription workCenterCapacityDescription) Deprecated.Description copied from interface:WorkCenterServiceUpdate an existingWorkCenterCapacityDescriptionentity and save it to the S/4HANA system.- Specified by:
updateWorkCenterCapacityDescriptionin interfaceWorkCenterService- Parameters:
workCenterCapacityDescription-WorkCenterCapacityDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCapacityDescriptionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterCapacityInterval
Deprecated.Description copied from interface:WorkCenterServiceFetch multipleWorkCenterCapacityIntervalentities.- Specified by:
getAllWorkCenterCapacityIntervalin interfaceWorkCenterService- Returns:
- A request builder to fetch multiple
WorkCenterCapacityIntervalentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWorkCenterCapacityInterval
Deprecated.Description copied from interface:WorkCenterServiceFetch the number of entries from theWorkCenterCapacityIntervalentity collection matching the filter and search expressions.- Specified by:
countWorkCenterCapacityIntervalin interfaceWorkCenterService- Returns:
- A request builder to fetch the count of
WorkCenterCapacityIntervalentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWorkCenterCapacityIntervalByKey
@Nonnull public GetByKeyRequestBuilder<WorkCenterCapacityInterval> getWorkCenterCapacityIntervalByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate) Deprecated.Description copied from interface:WorkCenterServiceFetch a singleWorkCenterCapacityIntervalentity using key fields.- Specified by:
getWorkCenterCapacityIntervalByKeyin interfaceWorkCenterService- Parameters:
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
capacityActiveVersion-Constraints: Not nullable, Maximum length: 2
intervalEndDate-Constraints: Not nullable
- Returns:
- A request builder to fetch a single
WorkCenterCapacityIntervalentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createWorkCenterCapacityInterval
@Nonnull public CreateRequestBuilder<WorkCenterCapacityInterval> createWorkCenterCapacityInterval(@Nonnull WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Description copied from interface:WorkCenterServiceCreate a newWorkCenterCapacityIntervalentity and save it to the S/4HANA system.- Specified by:
createWorkCenterCapacityIntervalin interfaceWorkCenterService- Parameters:
workCenterCapacityInterval-WorkCenterCapacityIntervalentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WorkCenterCapacityIntervalentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterCapacityInterval
@Nonnull public UpdateRequestBuilder<WorkCenterCapacityInterval> updateWorkCenterCapacityInterval(@Nonnull WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Description copied from interface:WorkCenterServiceUpdate an existingWorkCenterCapacityIntervalentity and save it to the S/4HANA system.- Specified by:
updateWorkCenterCapacityIntervalin interfaceWorkCenterService- Parameters:
workCenterCapacityInterval-WorkCenterCapacityIntervalentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCapacityIntervalentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWorkCenterCapacityInterval
@Nonnull public DeleteRequestBuilder<WorkCenterCapacityInterval> deleteWorkCenterCapacityInterval(@Nonnull WorkCenterCapacityInterval workCenterCapacityInterval) Deprecated.Description copied from interface:WorkCenterServiceDeletes an existingWorkCenterCapacityIntervalentity in the S/4HANA system.- Specified by:
deleteWorkCenterCapacityIntervalin interfaceWorkCenterService- Parameters:
workCenterCapacityInterval-WorkCenterCapacityIntervalentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
WorkCenterCapacityIntervalentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterCapacityShift
Deprecated.Description copied from interface:WorkCenterServiceFetch multipleWorkCenterCapacityShiftentities.- Specified by:
getAllWorkCenterCapacityShiftin interfaceWorkCenterService- Returns:
- A request builder to fetch multiple
WorkCenterCapacityShiftentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWorkCenterCapacityShift
Deprecated.Description copied from interface:WorkCenterServiceFetch the number of entries from theWorkCenterCapacityShiftentity collection matching the filter and search expressions.- Specified by:
countWorkCenterCapacityShiftin interfaceWorkCenterService- Returns:
- A request builder to fetch the count of
WorkCenterCapacityShiftentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWorkCenterCapacityShiftByKey
@Nonnull public GetByKeyRequestBuilder<WorkCenterCapacityShift> getWorkCenterCapacityShiftByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID, String capacityActiveVersion, LocalDate intervalEndDate, String weekDay, String availableCapacityShift) Deprecated.Description copied from interface:WorkCenterServiceFetch a singleWorkCenterCapacityShiftentity using key fields.- Specified by:
getWorkCenterCapacityShiftByKeyin interfaceWorkCenterService- Parameters:
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
capacityActiveVersion-Constraints: Not nullable, Maximum length: 2
intervalEndDate- Valid-to dateConstraints: Not nullable
weekDay- Week DayConstraints: Not nullable, Maximum length: 1
availableCapacityShift- Shift Number of an Available CapacityConstraints: Not nullable, Maximum length: 1
- Returns:
- A request builder to fetch a single
WorkCenterCapacityShiftentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterCapacityShift
@Nonnull public UpdateRequestBuilder<WorkCenterCapacityShift> updateWorkCenterCapacityShift(@Nonnull WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Description copied from interface:WorkCenterServiceUpdate an existingWorkCenterCapacityShiftentity and save it to the S/4HANA system.- Specified by:
updateWorkCenterCapacityShiftin interfaceWorkCenterService- Parameters:
workCenterCapacityShift-WorkCenterCapacityShiftentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCapacityShiftentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteWorkCenterCapacityShift
@Nonnull public DeleteRequestBuilder<WorkCenterCapacityShift> deleteWorkCenterCapacityShift(@Nonnull WorkCenterCapacityShift workCenterCapacityShift) Deprecated.Description copied from interface:WorkCenterServiceDeletes an existingWorkCenterCapacityShiftentity in the S/4HANA system.- Specified by:
deleteWorkCenterCapacityShiftin interfaceWorkCenterService- Parameters:
workCenterCapacityShift-WorkCenterCapacityShiftentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
WorkCenterCapacityShiftentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterCostCenter
Deprecated.Description copied from interface:WorkCenterServiceFetch multipleWorkCenterCostCenterentities.- Specified by:
getAllWorkCenterCostCenterin interfaceWorkCenterService- Returns:
- A request builder to fetch multiple
WorkCenterCostCenterentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWorkCenterCostCenter
Deprecated.Description copied from interface:WorkCenterServiceFetch the number of entries from theWorkCenterCostCenterentity collection matching the filter and search expressions.- Specified by:
countWorkCenterCostCenterin interfaceWorkCenterService- Returns:
- A request builder to fetch the count of
WorkCenterCostCenterentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWorkCenterCostCenterByKey
@Nonnull public GetByKeyRequestBuilder<WorkCenterCostCenter> getWorkCenterCostCenterByKey(String workCenterInternalID, String workCenterTypeCode, String costCenterAllocation, LocalDate validityEndDate) Deprecated.Description copied from interface:WorkCenterServiceFetch a singleWorkCenterCostCenterentity using key fields.- Specified by:
getWorkCenterCostCenterByKeyin interfaceWorkCenterService- Parameters:
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
costCenterAllocation- Cost Center AllocationConstraints: Not nullable, Maximum length: 4
validityEndDate- End DateConstraints: Not nullable
- Returns:
- A request builder to fetch a single
WorkCenterCostCenterentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterCostCenter
@Nonnull public UpdateRequestBuilder<WorkCenterCostCenter> updateWorkCenterCostCenter(@Nonnull WorkCenterCostCenter workCenterCostCenter) Deprecated.Description copied from interface:WorkCenterServiceUpdate an existingWorkCenterCostCenterentity and save it to the S/4HANA system.- Specified by:
updateWorkCenterCostCenterin interfaceWorkCenterService- Parameters:
workCenterCostCenter-WorkCenterCostCenterentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterCostCenterentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterDescription
Deprecated.Description copied from interface:WorkCenterServiceFetch multipleWorkCenterDescriptionentities.- Specified by:
getAllWorkCenterDescriptionin interfaceWorkCenterService- Returns:
- A request builder to fetch multiple
WorkCenterDescriptionentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWorkCenterDescription
Deprecated.Description copied from interface:WorkCenterServiceFetch the number of entries from theWorkCenterDescriptionentity collection matching the filter and search expressions.- Specified by:
countWorkCenterDescriptionin interfaceWorkCenterService- Returns:
- A request builder to fetch the count of
WorkCenterDescriptionentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWorkCenterDescriptionByKey
@Nonnull public GetByKeyRequestBuilder<WorkCenterDescription> getWorkCenterDescriptionByKey(String workCenterInternalID, String workCenterTypeCode, String language) Deprecated.Description copied from interface:WorkCenterServiceFetch a singleWorkCenterDescriptionentity using key fields.- Specified by:
getWorkCenterDescriptionByKeyin interfaceWorkCenterService- Parameters:
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
workCenterTypeCode- Production Resource TypeConstraints: Not nullable, Maximum length: 2
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
WorkCenterDescriptionentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterDescription
@Nonnull public UpdateRequestBuilder<WorkCenterDescription> updateWorkCenterDescription(@Nonnull WorkCenterDescription workCenterDescription) Deprecated.Description copied from interface:WorkCenterServiceUpdate an existingWorkCenterDescriptionentity and save it to the S/4HANA system.- Specified by:
updateWorkCenterDescriptionin interfaceWorkCenterService- Parameters:
workCenterDescription-WorkCenterDescriptionentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterDescriptionentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterHeader
Deprecated.Description copied from interface:WorkCenterServiceFetch multipleWorkCenterHeaderentities.- Specified by:
getAllWorkCenterHeaderin interfaceWorkCenterService- Returns:
- A request builder to fetch multiple
WorkCenterHeaderentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWorkCenterHeader
Deprecated.Description copied from interface:WorkCenterServiceFetch the number of entries from theWorkCenterHeaderentity collection matching the filter and search expressions.- Specified by:
countWorkCenterHeaderin interfaceWorkCenterService- Returns:
- A request builder to fetch the count of
WorkCenterHeaderentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWorkCenterHeaderByKey
@Nonnull public GetByKeyRequestBuilder<WorkCenterHeader> getWorkCenterHeaderByKey(String workCenterInternalID, String workCenterTypeCode) Deprecated.Description copied from interface:WorkCenterServiceFetch a singleWorkCenterHeaderentity using key fields.- Specified by:
getWorkCenterHeaderByKeyin interfaceWorkCenterService- Parameters:
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
WorkCenterHeaderentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createWorkCenterHeader
@Nonnull public CreateRequestBuilder<WorkCenterHeader> createWorkCenterHeader(@Nonnull WorkCenterHeader workCenterHeader) Deprecated.Description copied from interface:WorkCenterServiceCreate a newWorkCenterHeaderentity and save it to the S/4HANA system.- Specified by:
createWorkCenterHeaderin interfaceWorkCenterService- Parameters:
workCenterHeader-WorkCenterHeaderentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
WorkCenterHeaderentity. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterHeader
@Nonnull public UpdateRequestBuilder<WorkCenterHeader> updateWorkCenterHeader(@Nonnull WorkCenterHeader workCenterHeader) Deprecated.Description copied from interface:WorkCenterServiceUpdate an existingWorkCenterHeaderentity and save it to the S/4HANA system.- Specified by:
updateWorkCenterHeaderin interfaceWorkCenterService- Parameters:
workCenterHeader-WorkCenterHeaderentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterHeaderentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllWorkCenterPooledCapacity
Deprecated.Description copied from interface:WorkCenterServiceFetch multipleWorkCenterPooledCapacityentities.- Specified by:
getAllWorkCenterPooledCapacityin interfaceWorkCenterService- Returns:
- A request builder to fetch multiple
WorkCenterPooledCapacityentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countWorkCenterPooledCapacity
Deprecated.Description copied from interface:WorkCenterServiceFetch the number of entries from theWorkCenterPooledCapacityentity collection matching the filter and search expressions.- Specified by:
countWorkCenterPooledCapacityin interfaceWorkCenterService- Returns:
- A request builder to fetch the count of
WorkCenterPooledCapacityentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getWorkCenterPooledCapacityByKey
@Nonnull public GetByKeyRequestBuilder<WorkCenterPooledCapacity> getWorkCenterPooledCapacityByKey(String workCenterInternalID, String workCenterTypeCode, String capacityCategoryAllocation, String capacityInternalID) Deprecated.Description copied from interface:WorkCenterServiceFetch a singleWorkCenterPooledCapacityentity using key fields.- Specified by:
getWorkCenterPooledCapacityByKeyin interfaceWorkCenterService- Parameters:
workCenterInternalID- Object ID of the resourceConstraints: Not nullable, Maximum length: 8
workCenterTypeCode- Object types of the CIM resourceConstraints: Not nullable, Maximum length: 2
capacityCategoryAllocation- Capacity Category AllocationConstraints: Not nullable, Maximum length: 4
capacityInternalID- Capacity IDConstraints: Not nullable, Maximum length: 8
- Returns:
- A request builder to fetch a single
WorkCenterPooledCapacityentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updateWorkCenterPooledCapacity
@Nonnull public UpdateRequestBuilder<WorkCenterPooledCapacity> updateWorkCenterPooledCapacity(@Nonnull WorkCenterPooledCapacity workCenterPooledCapacity) Deprecated.Description copied from interface:WorkCenterServiceUpdate an existingWorkCenterPooledCapacityentity and save it to the S/4HANA system.- Specified by:
updateWorkCenterPooledCapacityin interfaceWorkCenterService- Parameters:
workCenterPooledCapacity-WorkCenterPooledCapacityentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
WorkCenterPooledCapacityentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-