Class PageSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.page.PageSoapList
-
public class PageSoapList extends FolderSoapList
This class repents a list of project pages, sorted by its display order.- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description PageSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PageSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(PageSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public PageSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(PageSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-