|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParentView
A type of view that can contain Pages, Books or Portlets and supports methods for recursively searching them.
| Method Summary | |
|---|---|
BookView |
getBookView(String definitionLabel)Gets an immediate child book with a given label. |
BookView |
getBookViewRecursive(BookDefinitionId bookDefinitionId)Get the book for a given database definition ID, searching the entire tree of nested books and pages. |
BookView |
getBookViewRecursive(BookInstanceId bookInstanceId)Get the book for a given database instance ID, searching the entire tree of nested books. |
BookView |
getBookViewRecursive(String bookDefinitionLabel)Get the book for a given definition label, searching the entire tree of nested books. |
List<BookView> |
getBookViewsRecursive()Return an exhaustive list of all books under this parent and children |
PageView |
getPageView(String definitionLabel)Gets an immediate child page with a given label. |
PageView |
getPageViewRecursive(PageDefinitionId pageDefinitionId)Get the page for a given database definition ID, searching the entire tree of nested books. |
PageView |
getPageViewRecursive(PageInstanceId pageInstanceId)Get the page for a given database instance ID, searching the entire tree of nested books. |
PageView |
getPageViewRecursive(String pageDefinitionLabel)Get the book for a given definition label, searching the entire tree of nested books. |
List<PageView> |
getPageViewsRecursive()Return an exhaustive list of all pages under this parent and children |
PortletView |
getPortletViewRecursive(PortletInstanceId portletInstanceId)Get the portlet for a given database instance id, searching the entire tree of nested books. |
PortletView |
getPortletViewRecursive(String instanceLabel)Get the portlet for a given instance label, searching the entire tree of nested books. |
| Method Detail |
|---|
BookView getBookViewRecursive(BookInstanceId bookInstanceId)
BookView getBookViewRecursive(BookDefinitionId bookDefinitionId)
BookView getBookViewRecursive(String bookDefinitionLabel)
PageView getPageViewRecursive(PageInstanceId pageInstanceId)
PageView getPageViewRecursive(String pageDefinitionLabel)
PageView getPageViewRecursive(PageDefinitionId pageDefinitionId)
PortletView getPortletViewRecursive(PortletInstanceId portletInstanceId)
portletInstanceId - as defined in the database.PortletView getPortletViewRecursive(String instanceLabel)
instanceLabel - the instance label of the portlet.BookView getBookView(String definitionLabel)
definitionLabel - of the child we are looking for.PageView getPageView(String definitionLabel)
definitionLabel - of the child we are looking for.List<PageView> getPageViewsRecursive()
List<BookView> getBookViewsRecursive()
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.