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