public class PagePropertyBeans extends PropertyBeans<PagePropertyBean>
PagePropertyBean
s for REST.itemsPerPage, startIndex, totalResults
Constructor and Description |
---|
PagePropertyBeans() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PagePropertyBean> |
getItems() |
java.lang.String |
resourceType() |
void |
setItems(java.util.List<PagePropertyBean> itemList) |
getPortalShortId, setPortalShortId
getItemsPerPage, getStartIndex, getTotalResults, setItemsPerPage, setStartIndex, setTotalResults, updatePaginationIndices
public java.lang.String resourceType()
resourceType
in interface oracle.webcenter.jaxrs.framework.model.LinkedInterface
resourceType
in class PropertyBeans<PagePropertyBean>
public java.util.List<PagePropertyBean> getItems()
getItems
in interface oracle.webcenter.jaxrs.framework.model.LinkedItem<PagePropertyBean>
getItems
in class PropertyBeans<PagePropertyBean>
public void setItems(java.util.List<PagePropertyBean> itemList)
setItems
in interface oracle.webcenter.jaxrs.framework.model.LinkedItem<PagePropertyBean>
setItems
in class PropertyBeans<PagePropertyBean>