com.bea.wsrp.model
Interface IBookDescription

All Superinterfaces
INavigableDescription, IOfferedEntity, IPlaceableDescription, Serializable

public interface IBookDescription
extends INavigableDescription

Book description.

This interface is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Method Summary
 String getBookHandle()
          Returns a unqique handle for the book.
 List<IBookDescription> getBooks()
          Returns an immutable list of books contained in this book.
 String getDefaultPage()
          Returns the name/label of the default page.
 String getMenu()
          Returns the menu of the book
 List<IPageDescription> getPages()
          Returns an immutable list of pages contained in this book.
 
Methods inherited from interface com.bea.wsrp.model.INavigableDescription
getDescription, getOrientation, isHidden, isPublic
 
Methods inherited from interface com.bea.wsrp.model.IPlaceableDescription
getAlignment, getPlaceholder, getPlacement, getPosition, getTheme, isDefault
 
Methods inherited from interface com.bea.wsrp.model.IOfferedEntity
getHandle, getTitle
 

Method Detail

getMenu

String getMenu()
Returns the menu of the book

Returns
menu

getPages

List<IPageDescription> getPages()
Returns an immutable list of pages contained in this book.

Returns
pages

getBooks

List<IBookDescription> getBooks()
Returns an immutable list of books contained in this book.

Returns
books

getDefaultPage

String getDefaultPage()
Returns the name/label of the default page.

Returns
default page

getBookHandle

String getBookHandle()
Returns a unqique handle for the book.

Returns
handle


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.