Interface StandardWorkFormulaParameterGroupService
- All Superinterfaces:
BatchService<StandardWorkFormulaParameterGroupServiceBatch>
- All Known Implementing Classes:
DefaultStandardWorkFormulaParameterGroupService
@Deprecated
public interface StandardWorkFormulaParameterGroupService
extends BatchService<StandardWorkFormulaParameterGroupServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service is based on OData V2 protocol and can be consumed in Fiori apps and on other user interfaces. It enables you to read standard work formula parameter group, standard work formula parameter group text and standard work formula parameter text in an API call..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_API_STDWRKFMLAPARAM_GROUP_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 |
| Business Object: | Work Center |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Fetch multipleStandardWorkFmlaParamGroupentities.Deprecated.Fetch multipleStandardWorkFmlaParamGrpTextentities.Deprecated.Fetch multipleStandardWorkFormulaParamTextentities.getStandardWorkFmlaParamGroupByKey(String standardWorkFormulaParamGroup) Deprecated.Fetch a singleStandardWorkFmlaParamGroupentity using key fields.getStandardWorkFmlaParamGrpTextByKey(String standardWorkFormulaParamGroup, String language) Deprecated.Fetch a singleStandardWorkFmlaParamGrpTextentity using key fields.getStandardWorkFormulaParamTextByKey(String standardWorkFormulaParameter, String language) Deprecated.Fetch a singleStandardWorkFormulaParamTextentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
getAllStandardWorkFmlaParamGroup
Deprecated.Fetch multipleStandardWorkFmlaParamGroupentities.- Returns:
- A fluent helper to fetch multiple
StandardWorkFmlaParamGroupentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getStandardWorkFmlaParamGroupByKey
@Nonnull StandardWorkFmlaParamGroupByKeyFluentHelper getStandardWorkFmlaParamGroupByKey(String standardWorkFormulaParamGroup) Deprecated.Fetch a singleStandardWorkFmlaParamGroupentity using key fields.- Parameters:
standardWorkFormulaParamGroup- Standard Value KeyConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
StandardWorkFmlaParamGroupentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllStandardWorkFmlaParamGrpText
Deprecated.Fetch multipleStandardWorkFmlaParamGrpTextentities.- Returns:
- A fluent helper to fetch multiple
StandardWorkFmlaParamGrpTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getStandardWorkFmlaParamGrpTextByKey
@Nonnull StandardWorkFmlaParamGrpTextByKeyFluentHelper getStandardWorkFmlaParamGrpTextByKey(String standardWorkFormulaParamGroup, String language) Deprecated.Fetch a singleStandardWorkFmlaParamGrpTextentity using key fields.- Parameters:
standardWorkFormulaParamGroup- Standard Value KeyConstraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
StandardWorkFmlaParamGrpTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllStandardWorkFormulaParamText
Deprecated.Fetch multipleStandardWorkFormulaParamTextentities.- Returns:
- A fluent helper to fetch multiple
StandardWorkFormulaParamTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getStandardWorkFormulaParamTextByKey
@Nonnull StandardWorkFormulaParamTextByKeyFluentHelper getStandardWorkFormulaParamTextByKey(String standardWorkFormulaParameter, String language) Deprecated.Fetch a singleStandardWorkFormulaParamTextentity using key fields.- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
standardWorkFormulaParameter- Standard Work Formula ParameterConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
StandardWorkFormulaParamTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-