public class SQLDataServicePropertyBeans extends PropertyBeans<SQLDataServicePropertyBean>
SQLDataServicePropertyBeans.itemsPerPage, startIndex, totalResults| Constructor and Description |
|---|
SQLDataServicePropertyBeans() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SQLDataServicePropertyBean> |
getItems() |
java.lang.String |
resourceType() |
void |
setItems(java.util.List<SQLDataServicePropertyBean> itemList) |
getPortalShortId, setPortalShortIdgetItemsPerPage, getStartIndex, getTotalResults, setItemsPerPage, setStartIndex, setTotalResults, updatePaginationIndicespublic java.lang.String resourceType()
resourceType in interface oracle.webcenter.jaxrs.framework.model.LinkedInterfaceresourceType in class PropertyBeans<SQLDataServicePropertyBean>public java.util.List<SQLDataServicePropertyBean> getItems()
getItems in interface oracle.webcenter.jaxrs.framework.model.LinkedItem<SQLDataServicePropertyBean>getItems in class PropertyBeans<SQLDataServicePropertyBean>public void setItems(java.util.List<SQLDataServicePropertyBean> itemList)
setItems in interface oracle.webcenter.jaxrs.framework.model.LinkedItem<SQLDataServicePropertyBean>setItems in class PropertyBeans<SQLDataServicePropertyBean>