Class DefaultFunctionalLocationService
- All Implemented Interfaces:
BatchService<FunctionalLocationServiceBatch>,FunctionalLocationService
This service contains functional location, long text, partner function, warranty, class, characteristic, and characteristic value nodes. The information is sent in the request as a payload. The request payload contains all information required to create or update functional location. All the information in the payload is used to create or update functional location including appropriate checks for restricted values and authorizations. Once the functional location has been created, the functional location label is sent in the response with the data included in the functional location. If the input in the request is not as expected when you create or update a functional location, the system displays appropriate error or warning messages in the response..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_FUNCTIONALLOCATION |
| API Version: | 1.1.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 |
| Business Object: | Functional Location |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.FunctionalLocationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingFunctionalLocationService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createCharacteristic(Characteristic characteristic) Deprecated.Create a newCharacteristicentity and save it to the S/4HANA system.createFunctionalLocation(FunctionalLocation functionalLocation) Deprecated.Create a newFunctionalLocationentity and save it to the S/4HANA system.createFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Create a newFunctionalLocationClassentity and save it to the S/4HANA system.createFunctionalLocationLongText(FunctionalLocationLongText functionalLocationLongText) Deprecated.Create a newFunctionalLocationLongTextentity and save it to the S/4HANA system.createFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Deprecated.Create a newFunctionalLocationPartnerentity and save it to the S/4HANA system.createFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Create a newFunctionalLocationWarrantyentity and save it to the S/4HANA system.createValue(Value value) Deprecated.Create a newValueentity and save it to the S/4HANA system.deleteFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Deletes an existingFunctionalLocationClassentity in the S/4HANA system.dismantleFunctionalLocation(String functionalLocation, LocalDateTime funcLocDismantleDate, LocalTime funcLocDismantleTime) Deprecated.Creates a fluent helper for the DismantleFunctionalLocation OData function import.Deprecated.Fetch multipleCharacteristicentities.Deprecated.Fetch multipleFunctionalLocationentities.Deprecated.Fetch multipleFunctionalLocationClassentities.Deprecated.Fetch multipleFunctionalLocationLongTextentities.Deprecated.Fetch multipleFunctionalLocationPartnerentities.Deprecated.Fetch multipleFunctionalLocationWarrantyentities.Deprecated.Fetch multipleValueentities.getCharacteristicByKey(String functionalLocation, String classInternalID, String charcInternalID) Deprecated.Fetch a singleCharacteristicentity using key fields.getFunctionalLocationByKey(String functionalLocation) Deprecated.Fetch a singleFunctionalLocationentity using key fields.getFunctionalLocationClassByKey(String functionalLocation, String classInternalID, String classType) Deprecated.Fetch a singleFunctionalLocationClassentity using key fields.getFunctionalLocationLongTextByKey(String functionalLocation) Deprecated.Fetch a singleFunctionalLocationLongTextentity using key fields.getFunctionalLocationPartnerByKey(String functionalLocation, String partnerFunction, String funcnlLocPartnerObjectNmbr) Deprecated.Fetch a singleFunctionalLocationPartnerentity using key fields.getFunctionalLocationWarrantyByKey(String functionalLocation, String warrantyType) Deprecated.Fetch a singleFunctionalLocationWarrantyentity using key fields.getValueByKey(String functionalLocation, String classType, String charcValuePositionNumber, String charcInternalID) Deprecated.Fetch a singleValueentity using key fields.installFunctionalLocation(String functionalLocation, String superiorFunctionalLocation, String funcLocInstallationPosNmbr, LocalDateTime funcLocInstallationDate, LocalTime funcLocInstallationTime) Deprecated.Creates a fluent helper for the InstallFunctionalLocation OData function import.rsetFuncLocFromMrkdForDeletion(String functionalLocation) Deprecated.Creates a fluent helper for the RsetFuncLocFromMrkdForDeletion OData function import.rsetFuncnlLocationFromInactive(String functionalLocation) Deprecated.Creates a fluent helper for the RsetFuncnlLocationFromInactive OData function import.setFuncLocToMarkedForDeletion(String functionalLocation) Deprecated.Creates a fluent helper for the SetFuncLocToMarkedForDeletion OData function import.setFuncnlLocationToInactive(String functionalLocation) Deprecated.Creates a fluent helper for the SetFuncnlLocationToInactive OData function import.updateFunctionalLocation(FunctionalLocation functionalLocation) Deprecated.Update an existingFunctionalLocationentity and save it to the S/4HANA system.updateFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Update an existingFunctionalLocationClassentity and save it to the S/4HANA system.updateFunctionalLocationLongText(FunctionalLocationLongText functionalLocationLongText) Deprecated.Update an existingFunctionalLocationLongTextentity and save it to the S/4HANA system.updateFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Deprecated.Update an existingFunctionalLocationPartnerentity and save it to the S/4HANA system.updateFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Update an existingFunctionalLocationWarrantyentity and save it to the S/4HANA system.updateValue(Value value) Deprecated.Update an existingValueentity 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.
-
Constructor Details
-
DefaultFunctionalLocationService
public DefaultFunctionalLocationService()Deprecated.Creates a service usingFunctionalLocationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:FunctionalLocationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceFunctionalLocationService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<FunctionalLocationServiceBatch>
-
getAllValue
Deprecated.Description copied from interface:FunctionalLocationServiceFetch multipleValueentities.- Specified by:
getAllValuein interfaceFunctionalLocationService- Returns:
- A fluent helper to fetch multiple
Valueentities. 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.
-
getValueByKey
@Nonnull public ValueByKeyFluentHelper getValueByKey(String functionalLocation, String classType, String charcValuePositionNumber, String charcInternalID) Deprecated.Description copied from interface:FunctionalLocationServiceFetch a singleValueentity using key fields.- Specified by:
getValueByKeyin interfaceFunctionalLocationService- Parameters:
functionalLocation- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
classType- Class TypeConstraints: Not nullable, Maximum length: 3
charcValuePositionNumber- Characteristic value counterConstraints: Not nullable, Maximum length: 3
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
Valueentity 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.
-
createValue
Deprecated.Description copied from interface:FunctionalLocationServiceCreate a newValueentity and save it to the S/4HANA system.- Specified by:
createValuein interfaceFunctionalLocationService- Parameters:
value-Valueentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
Valueentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateValue
Deprecated.Description copied from interface:FunctionalLocationServiceUpdate an existingValueentity and save it to the S/4HANA system.- Specified by:
updateValuein interfaceFunctionalLocationService- Parameters:
value-Valueentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
Valueentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocationClass
Deprecated.Description copied from interface:FunctionalLocationServiceFetch multipleFunctionalLocationClassentities.- Specified by:
getAllFunctionalLocationClassin interfaceFunctionalLocationService- Returns:
- A fluent helper to fetch multiple
FunctionalLocationClassentities. 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.
-
getFunctionalLocationClassByKey
@Nonnull public FunctionalLocationClassByKeyFluentHelper getFunctionalLocationClassByKey(String functionalLocation, String classInternalID, String classType) Deprecated.Description copied from interface:FunctionalLocationServiceFetch a singleFunctionalLocationClassentity using key fields.- Specified by:
getFunctionalLocationClassByKeyin interfaceFunctionalLocationService- Parameters:
functionalLocation- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
classType- Class TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
FunctionalLocationClassentity 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.
-
createFunctionalLocationClass
@Nonnull public FunctionalLocationClassCreateFluentHelper createFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Deprecated.Description copied from interface:FunctionalLocationServiceCreate a newFunctionalLocationClassentity and save it to the S/4HANA system.- Specified by:
createFunctionalLocationClassin interfaceFunctionalLocationService- Parameters:
functionalLocationClass-FunctionalLocationClassentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocationClass
@Nonnull public FunctionalLocationClassUpdateFluentHelper updateFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Deprecated.Description copied from interface:FunctionalLocationServiceUpdate an existingFunctionalLocationClassentity and save it to the S/4HANA system.- Specified by:
updateFunctionalLocationClassin interfaceFunctionalLocationService- Parameters:
functionalLocationClass-FunctionalLocationClassentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteFunctionalLocationClass
@Nonnull public FunctionalLocationClassDeleteFluentHelper deleteFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Deprecated.Description copied from interface:FunctionalLocationServiceDeletes an existingFunctionalLocationClassentity in the S/4HANA system.- Specified by:
deleteFunctionalLocationClassin interfaceFunctionalLocationService- Parameters:
functionalLocationClass-FunctionalLocationClassentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
FunctionalLocationClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllCharacteristic
Deprecated.Description copied from interface:FunctionalLocationServiceFetch multipleCharacteristicentities.- Specified by:
getAllCharacteristicin interfaceFunctionalLocationService- Returns:
- A fluent helper to fetch multiple
Characteristicentities. 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.
-
getCharacteristicByKey
@Nonnull public CharacteristicByKeyFluentHelper getCharacteristicByKey(String functionalLocation, String classInternalID, String charcInternalID) Deprecated.Description copied from interface:FunctionalLocationServiceFetch a singleCharacteristicentity using key fields.- Specified by:
getCharacteristicByKeyin interfaceFunctionalLocationService- Parameters:
functionalLocation- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
Characteristicentity 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.
-
createCharacteristic
@Nonnull public CharacteristicCreateFluentHelper createCharacteristic(@Nonnull Characteristic characteristic) Deprecated.Description copied from interface:FunctionalLocationServiceCreate a newCharacteristicentity and save it to the S/4HANA system.- Specified by:
createCharacteristicin interfaceFunctionalLocationService- Parameters:
characteristic-Characteristicentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
Characteristicentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocationWarranty
Deprecated.Description copied from interface:FunctionalLocationServiceFetch multipleFunctionalLocationWarrantyentities.- Specified by:
getAllFunctionalLocationWarrantyin interfaceFunctionalLocationService- Returns:
- A fluent helper to fetch multiple
FunctionalLocationWarrantyentities. 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.
-
getFunctionalLocationWarrantyByKey
@Nonnull public FunctionalLocationWarrantyByKeyFluentHelper getFunctionalLocationWarrantyByKey(String functionalLocation, String warrantyType) Deprecated.Description copied from interface:FunctionalLocationServiceFetch a singleFunctionalLocationWarrantyentity using key fields.- Specified by:
getFunctionalLocationWarrantyByKeyin interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
warrantyType- Warranty typeConstraints: Not nullable, Maximum length: 1
- Returns:
- A fluent helper to fetch a single
FunctionalLocationWarrantyentity 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.
-
createFunctionalLocationWarranty
@Nonnull public FunctionalLocationWarrantyCreateFluentHelper createFunctionalLocationWarranty(@Nonnull FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Description copied from interface:FunctionalLocationServiceCreate a newFunctionalLocationWarrantyentity and save it to the S/4HANA system.- Specified by:
createFunctionalLocationWarrantyin interfaceFunctionalLocationService- Parameters:
functionalLocationWarranty-FunctionalLocationWarrantyentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationWarrantyentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocationWarranty
@Nonnull public FunctionalLocationWarrantyUpdateFluentHelper updateFunctionalLocationWarranty(@Nonnull FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Description copied from interface:FunctionalLocationServiceUpdate an existingFunctionalLocationWarrantyentity and save it to the S/4HANA system.- Specified by:
updateFunctionalLocationWarrantyin interfaceFunctionalLocationService- Parameters:
functionalLocationWarranty-FunctionalLocationWarrantyentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationWarrantyentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocation
Deprecated.Description copied from interface:FunctionalLocationServiceFetch multipleFunctionalLocationentities.- Specified by:
getAllFunctionalLocationin interfaceFunctionalLocationService- Returns:
- A fluent helper to fetch multiple
FunctionalLocationentities. 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.
-
getFunctionalLocationByKey
@Nonnull public FunctionalLocationByKeyFluentHelper getFunctionalLocationByKey(String functionalLocation) Deprecated.Description copied from interface:FunctionalLocationServiceFetch a singleFunctionalLocationentity using key fields.- Specified by:
getFunctionalLocationByKeyin interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
- Returns:
- A fluent helper to fetch a single
FunctionalLocationentity 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.
-
createFunctionalLocation
@Nonnull public FunctionalLocationCreateFluentHelper createFunctionalLocation(@Nonnull FunctionalLocation functionalLocation) Deprecated.Description copied from interface:FunctionalLocationServiceCreate a newFunctionalLocationentity and save it to the S/4HANA system.- Specified by:
createFunctionalLocationin interfaceFunctionalLocationService- Parameters:
functionalLocation-FunctionalLocationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocation
@Nonnull public FunctionalLocationUpdateFluentHelper updateFunctionalLocation(@Nonnull FunctionalLocation functionalLocation) Deprecated.Description copied from interface:FunctionalLocationServiceUpdate an existingFunctionalLocationentity and save it to the S/4HANA system.- Specified by:
updateFunctionalLocationin interfaceFunctionalLocationService- Parameters:
functionalLocation-FunctionalLocationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocationLongText
Deprecated.Description copied from interface:FunctionalLocationServiceFetch multipleFunctionalLocationLongTextentities.- Specified by:
getAllFunctionalLocationLongTextin interfaceFunctionalLocationService- Returns:
- A fluent helper to fetch multiple
FunctionalLocationLongTextentities. 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.
-
getFunctionalLocationLongTextByKey
@Nonnull public FunctionalLocationLongTextByKeyFluentHelper getFunctionalLocationLongTextByKey(String functionalLocation) Deprecated.Description copied from interface:FunctionalLocationServiceFetch a singleFunctionalLocationLongTextentity using key fields.- Specified by:
getFunctionalLocationLongTextByKeyin interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
- Returns:
- A fluent helper to fetch a single
FunctionalLocationLongTextentity 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.
-
createFunctionalLocationLongText
@Nonnull public FunctionalLocationLongTextCreateFluentHelper createFunctionalLocationLongText(@Nonnull FunctionalLocationLongText functionalLocationLongText) Deprecated.Description copied from interface:FunctionalLocationServiceCreate a newFunctionalLocationLongTextentity and save it to the S/4HANA system.- Specified by:
createFunctionalLocationLongTextin interfaceFunctionalLocationService- Parameters:
functionalLocationLongText-FunctionalLocationLongTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationLongTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocationLongText
@Nonnull public FunctionalLocationLongTextUpdateFluentHelper updateFunctionalLocationLongText(@Nonnull FunctionalLocationLongText functionalLocationLongText) Deprecated.Description copied from interface:FunctionalLocationServiceUpdate an existingFunctionalLocationLongTextentity and save it to the S/4HANA system.- Specified by:
updateFunctionalLocationLongTextin interfaceFunctionalLocationService- Parameters:
functionalLocationLongText-FunctionalLocationLongTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationLongTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocationPartner
Deprecated.Description copied from interface:FunctionalLocationServiceFetch multipleFunctionalLocationPartnerentities.- Specified by:
getAllFunctionalLocationPartnerin interfaceFunctionalLocationService- Returns:
- A fluent helper to fetch multiple
FunctionalLocationPartnerentities. 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.
-
getFunctionalLocationPartnerByKey
@Nonnull public FunctionalLocationPartnerByKeyFluentHelper getFunctionalLocationPartnerByKey(String functionalLocation, String partnerFunction, String funcnlLocPartnerObjectNmbr) Deprecated.Description copied from interface:FunctionalLocationServiceFetch a singleFunctionalLocationPartnerentity using key fields.- Specified by:
getFunctionalLocationPartnerByKeyin interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
funcnlLocPartnerObjectNmbr- Counter for differentiation 6-digitConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
FunctionalLocationPartnerentity 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.
-
createFunctionalLocationPartner
@Nonnull public FunctionalLocationPartnerCreateFluentHelper createFunctionalLocationPartner(@Nonnull FunctionalLocationPartner functionalLocationPartner) Deprecated.Description copied from interface:FunctionalLocationServiceCreate a newFunctionalLocationPartnerentity and save it to the S/4HANA system.- Specified by:
createFunctionalLocationPartnerin interfaceFunctionalLocationService- Parameters:
functionalLocationPartner-FunctionalLocationPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocationPartner
@Nonnull public FunctionalLocationPartnerUpdateFluentHelper updateFunctionalLocationPartner(@Nonnull FunctionalLocationPartner functionalLocationPartner) Deprecated.Description copied from interface:FunctionalLocationServiceUpdate an existingFunctionalLocationPartnerentity and save it to the S/4HANA system.- Specified by:
updateFunctionalLocationPartnerin interfaceFunctionalLocationService- Parameters:
functionalLocationPartner-FunctionalLocationPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
dismantleFunctionalLocation
@Nonnull public DismantleFunctionalLocationFluentHelper dismantleFunctionalLocation(@Nonnull String functionalLocation, @Nullable LocalDateTime funcLocDismantleDate, @Nullable LocalTime funcLocDismantleTime) Deprecated.Description copied from interface:FunctionalLocationServiceCreates a fluent helper for the DismantleFunctionalLocation OData function import.
- Specified by:
dismantleFunctionalLocationin interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
funcLocDismantleDate- Dismantle DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocDismantleDate
funcLocDismantleTime- Dismantle TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocDismantleTime
- Returns:
- A fluent helper object that will execute the DismantleFunctionalLocation OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
installFunctionalLocation
@Nonnull public InstallFunctionalLocationFluentHelper installFunctionalLocation(@Nonnull String functionalLocation, @Nullable String superiorFunctionalLocation, @Nullable String funcLocInstallationPosNmbr, @Nullable LocalDateTime funcLocInstallationDate, @Nullable LocalTime funcLocInstallationTime) Deprecated.Description copied from interface:FunctionalLocationServiceCreates a fluent helper for the InstallFunctionalLocation OData function import.
- Specified by:
installFunctionalLocationin interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
superiorFunctionalLocation- Superior FunctLoc.Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: SuperiorFunctionalLocation
funcLocInstallationPosNmbr- Position in objectConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: FuncLocInstallationPosNmbr
funcLocInstallationDate- Install DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocInstallationDate
funcLocInstallationTime- Install TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocInstallationTime
- Returns:
- A fluent helper object that will execute the InstallFunctionalLocation OData function import with
the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
rsetFuncLocFromMrkdForDeletion
@Nonnull public RsetFuncLocFromMrkdForDeletionFluentHelper rsetFuncLocFromMrkdForDeletion(@Nonnull String functionalLocation) Deprecated.Description copied from interface:FunctionalLocationServiceCreates a fluent helper for the RsetFuncLocFromMrkdForDeletion OData function import.
- Specified by:
rsetFuncLocFromMrkdForDeletionin interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
- Returns:
- A fluent helper object that will execute the RsetFuncLocFromMrkdForDeletion OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
rsetFuncnlLocationFromInactive
@Nonnull public RsetFuncnlLocationFromInactiveFluentHelper rsetFuncnlLocationFromInactive(@Nonnull String functionalLocation) Deprecated.Description copied from interface:FunctionalLocationServiceCreates a fluent helper for the RsetFuncnlLocationFromInactive OData function import.
- Specified by:
rsetFuncnlLocationFromInactivein interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
- Returns:
- A fluent helper object that will execute the RsetFuncnlLocationFromInactive OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
setFuncLocToMarkedForDeletion
@Nonnull public SetFuncLocToMarkedForDeletionFluentHelper setFuncLocToMarkedForDeletion(@Nonnull String functionalLocation) Deprecated.Description copied from interface:FunctionalLocationServiceCreates a fluent helper for the SetFuncLocToMarkedForDeletion OData function import.
- Specified by:
setFuncLocToMarkedForDeletionin interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
- Returns:
- A fluent helper object that will execute the SetFuncLocToMarkedForDeletion OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
setFuncnlLocationToInactive
@Nonnull public SetFuncnlLocationToInactiveFluentHelper setFuncnlLocationToInactive(@Nonnull String functionalLocation) Deprecated.Description copied from interface:FunctionalLocationServiceCreates a fluent helper for the SetFuncnlLocationToInactive OData function import.
- Specified by:
setFuncnlLocationToInactivein interfaceFunctionalLocationService- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
- Returns:
- A fluent helper object that will execute the SetFuncnlLocationToInactive OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-