Class Tracker3SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.tracker.Tracker3SoapList
-
public class Tracker3SoapList extends FolderSoapList
A list of trackers is represented by TrackerSoapList class. Each row within a tracker list is represented by the TrackerSoapRow class.Change HistoryRelease: 6.1- Added icon field.
Release: 6.2- Added tracker unit.
Release: 8.0- Added autosum foreign children.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description Tracker3SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracker3SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(Tracker3SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public Tracker3SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(Tracker3SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-