Class DefaultFunctionalLocationHierarchyService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultFunctionalLocationHierarchyService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,FunctionalLocationHierarchyService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultFunctionalLocationHierarchyService")
@Deprecated
public class DefaultFunctionalLocationHierarchyService
extends Object
implements ServiceWithNavigableEntities, FunctionalLocationHierarchyService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service allows you to read the hierarchy of a functional location along with the equipment installed on the functional location. The request contains all the information that is necessary to read a functional location hierarchy. If the input in the request is not as expected, the system displays appropriate error or warning messages in the response..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | FUNCNLLOCSTRUCLIST_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Asset Management Master Data Integration(SAP_COM_0395) |
| Scope Items: | Service Order Management and Monitoring(3D2), Service Contract Management(3MO), In-House Repair(3XK), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2), Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Service Order Processing with SAP Field Service Management(49X), Service Quotation(4GA) |
| Authentication Methods: | x509 |
| Service Group Name: | API_FUNCNLLOC_STRUCLIST |
| Business Object: | Functional Location |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.FunctionalLocationHierarchyService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingFunctionalLocationHierarchyService.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 theFuncnlLocEquipStrucListentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theFuncnlLocStrucListentity collection matching the filter and search expressions.Deprecated.Fetch multipleFuncnlLocEquipStrucListentities.Deprecated.Fetch multipleFuncnlLocStrucListentities.getFuncnlLocEquipStrucListByKey(String equipment, LocalDate validityEndDate) Deprecated.Fetch a singleFuncnlLocEquipStrucListentity using key fields.getFunctionalLocationStrucListByKey(String functionalLocation) Deprecated.Fetch a singleFuncnlLocStrucListentity using key fields.Deprecated.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
-
DefaultFunctionalLocationHierarchyService
public DefaultFunctionalLocationHierarchyService()Deprecated.Creates a service usingFunctionalLocationHierarchyService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultFunctionalLocationHierarchyService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:FunctionalLocationHierarchyServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceFunctionalLocationHierarchyService- 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:FunctionalLocationHierarchyServiceCreates a batch request builder object.- Specified by:
batchin interfaceFunctionalLocationHierarchyService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllFuncnlLocEquipStrucList
Deprecated.Description copied from interface:FunctionalLocationHierarchyServiceFetch multipleFuncnlLocEquipStrucListentities.- Specified by:
getAllFuncnlLocEquipStrucListin interfaceFunctionalLocationHierarchyService- Returns:
- A request builder to fetch multiple
FuncnlLocEquipStrucListentities. 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.
-
countFuncnlLocEquipStrucList
Deprecated.Description copied from interface:FunctionalLocationHierarchyServiceFetch the number of entries from theFuncnlLocEquipStrucListentity collection matching the filter and search expressions.- Specified by:
countFuncnlLocEquipStrucListin interfaceFunctionalLocationHierarchyService- Returns:
- A request builder to fetch the count of
FuncnlLocEquipStrucListentities. 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.
-
getFuncnlLocEquipStrucListByKey
@Nonnull public GetByKeyRequestBuilder<FuncnlLocEquipStrucList> getFuncnlLocEquipStrucListByKey(String equipment, LocalDate validityEndDate) Deprecated.Description copied from interface:FunctionalLocationHierarchyServiceFetch a singleFuncnlLocEquipStrucListentity using key fields.- Specified by:
getFuncnlLocEquipStrucListByKeyin interfaceFunctionalLocationHierarchyService- Parameters:
equipment- Equipment NumberConstraints: Not nullable, Maximum length: 18
validityEndDate- Valid To DateConstraints: Not nullable
- Returns:
- A request builder to fetch a single
FuncnlLocEquipStrucListentity 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.
-
getAllFunctionalLocationStrucList
Deprecated.Description copied from interface:FunctionalLocationHierarchyServiceFetch multipleFuncnlLocStrucListentities.- Specified by:
getAllFunctionalLocationStrucListin interfaceFunctionalLocationHierarchyService- Returns:
- A request builder to fetch multiple
FuncnlLocStrucListentities. 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.
-
countFunctionalLocationStrucList
Deprecated.Description copied from interface:FunctionalLocationHierarchyServiceFetch the number of entries from theFuncnlLocStrucListentity collection matching the filter and search expressions.- Specified by:
countFunctionalLocationStrucListin interfaceFunctionalLocationHierarchyService- Returns:
- A request builder to fetch the count of
FuncnlLocStrucListentities. 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.
-
getFunctionalLocationStrucListByKey
@Nonnull public GetByKeyRequestBuilder<FuncnlLocStrucList> getFunctionalLocationStrucListByKey(String functionalLocation) Deprecated.Description copied from interface:FunctionalLocationHierarchyServiceFetch a singleFuncnlLocStrucListentity using key fields.- Specified by:
getFunctionalLocationStrucListByKeyin interfaceFunctionalLocationHierarchyService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
- Returns:
- A request builder to fetch a single
FuncnlLocStrucListentity 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-