DeleteFieldDevice

From
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
******************Basic template for method description********************
 
 
== Method ==
 
== Method ==
Method
+
[[DeleteFieldDeviceResult]] deleteFieldDevice([[UserIDBean]] userID, String fieldDevicePK, int updateIndex)
  
 
== Description ==
 
== Description ==
Description
+
Marks a EService field device as deleted.
  
 
== Parameters ==
 
== Parameters ==
Line 16: Line 15:
 
|The admin username and password.
 
|The admin username and password.
 
|---- bgcolor=#EDEDFF
 
|---- bgcolor=#EDEDFF
|[[Type]]
+
|String
|Name
+
|fieldDevicePK
|Description.
+
|The Eservice primary key of the field device to be deleted.
 +
|---- bgcolor=#EDEDFF
 +
|int
 +
|updateIndex
 +
|The current update index of the field device record.
 
|}
 
|}
  
 
== Return Value ==
 
== Return Value ==
[[ReturnValue]]
+
[[DeleteFieldDeviceResult]]

Revision as of 01:07, 10 June 2005

Contents

Method

DeleteFieldDeviceResult deleteFieldDevice(UserIDBean userID, String fieldDevicePK, int updateIndex)

Description

Marks a EService field device as deleted.

Parameters

Type Name Description
UserIDBean userID The admin username and password.
String fieldDevicePK The Eservice primary key of the field device to be deleted.
int updateIndex The current update index of the field device record.

Return Value

DeleteFieldDeviceResult

Personal tools
MediaWiki Appliance - Powered by TurnKey Linux