|
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 | ||||||||
java.lang.Object
com.bea.netuix.application.instance.BookInstance
public class BookInstance
Represents a customized version of a BookDefinition.
| Constructor Summary | |
|---|---|
BookInstance(MenuDefinitionId menuDefinitionId, ThemeDefinitionId themeDefinitionId, short menuOrientation, String instanceTitle)Constructor to create a new BookInstance object. |
|
| Method Summary | |
|---|---|
BookDefinition |
getBookDefinition()Returns the BookDefinition that this book was created from. |
BookDefinitionId |
getBookDefinitionId()Returns the BookDefinitionId for the BookDefinition that this book was created from. |
BookInstanceId |
getBookInstanceId()Returns the BookInstanceId for this book. |
Date |
getCreatedDate() |
String |
getInstanceTitle()Returns the instance title for this book. |
String |
getLabel()Return the unique placeable label. |
MenuDefinitionId |
getMenuDefinitionId()Returns MenuDefinitionId for menu associated with this BookInstance |
short |
getMenuOrientation()Returns the menu orientation for this BookInstance |
Date |
getModifiedDate() |
NavigableDefinition |
getNavigableDefinition()Returns the NavigableDefinition associated with this book. |
NavigableDefinitionId |
getNavigableDefinitionId()Returns the NavigableDefinitionId for the NavigableDefinition associated with this book. |
NavigableInstanceId |
getNavigableInstanceId()Returns the NavigableInstanceId for the NavigableInstance associated with this book. |
PlaceableDefinition |
getPlaceableDefinition()Returns the PlaceableDefinition associated with this book. |
PlaceableInstanceId |
getPlaceableInstanceId()Returns the PlaceableInstanceId for the PlaceableInstance associated with this book. |
PlacementId |
getPlacementId()Returns the PlacementId for this book. |
ThemeDefinitionId |
getThemeDefinitionId()Returns the ThemeDefinitionId of theme associated with this BookInstance. |
void |
setInstanceTitle(String instanceTitle)Sets the instance title for this book |
void |
setMenuDefinitionId(MenuDefinitionId menuDefinitionId)Associates a menu with this book. |
void |
setMenuOrientation(short menuOrientation)Sets the menu orientation for this book |
void |
setThemeDefinitionId(ThemeDefinitionId themeDefinitionId)Associates a theme with this book. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookInstance(MenuDefinitionId menuDefinitionId,
ThemeDefinitionId themeDefinitionId,
short menuOrientation,
String instanceTitle)
BookInstance object.
menuDefinitionId - reference to a persisted MenuDefinition that is the menu for this bookthemeDefinitionId - reference to a persisted ThemeDefinition that is the theme for this bookmenuOrientation - orientation of the menu as defined by
instanceTitle - customized title for this instance| Method Detail |
|---|
public BookInstanceId getBookInstanceId()
BookInstanceId for this book. Returns NULL when the BookInstance has not been retrieved by using the persistence API.BookInstanceId for this bookpublic BookDefinition getBookDefinition()
BookDefinition that this book was created from. Returns NULL when the BookInstance has not been retrieved by using the persistence API.BookDefinition for this bookpublic NavigableDefinition getNavigableDefinition()
NavigableDefinition associated with this book. Returns NULL when the BookInstance has not been retrieved by using the persistence API.getNavigableDefinition in interface NavigableInstanceNaviagableDefinition associated with this bookNavigableDefinitionpublic BookDefinitionId getBookDefinitionId()
BookDefinitionId for the BookDefinition that this book was created from. Returns NULL when the BookInstance has not been retrieved by using the persistence API.BookDefinitionId for this bookpublic PlacementId getPlacementId()
PlacementId for this book. May be NULL if this book is not placed or if it has not been retrieved using the persistence API.getPlacementId in interface PlaceableInstancePlacementId for this bookpublic NavigableDefinitionId getNavigableDefinitionId()
NavigableDefinitionId for the NavigableDefinition associated with this book. Returns NULL when the BookInstance has not been retrieved by using the persistence API.getNavigableDefinitionId in interface NavigableInstanceNaviagableDefinitionId associated with this bookNavigableDefinitionpublic NavigableInstanceId getNavigableInstanceId()
NavigableInstanceId for the NavigableInstance associated with this book. Returns NULL when the BookInstance has not been retrieved by using the persistence API.getNavigableInstanceId in interface NavigableInstanceNaviagableInstanceId associated with this bookNavigableInstancepublic PlaceableInstanceId getPlaceableInstanceId()
PlaceableInstanceId for the PlaceableInstance associated with this book. Returns NULL when the BookInstance has not been retrieved by using the persistence API.getPlaceableInstanceId in interface PlaceableInstancePlaceableInstanceId associated with this bookPlaceableInstancepublic PlaceableDefinition getPlaceableDefinition()
PlaceableDefinition associated with this book. Returns NULL when the BookInstance has not been retrieved by using the persistence API.getPlaceableDefinition in interface PlaceableInstancePlaceableDefinition associated with this bookPlaceableDefinitionpublic MenuDefinitionId getMenuDefinitionId()
MenuDefinitionId for menu associated with this BookInstanceMenuDefinitionIdpublic void setMenuDefinitionId(MenuDefinitionId menuDefinitionId)
menuDefinitionId - of menu associated with this bookpublic String getInstanceTitle()
public void setInstanceTitle(String instanceTitle)
instanceTitle -public ThemeDefinitionId getThemeDefinitionId()
ThemeDefinitionId of theme associated with this BookInstance.ThemeDefinitionIdpublic void setThemeDefinitionId(ThemeDefinitionId themeDefinitionId)
themeDefinitionId - of theme associated with this bookpublic short getMenuOrientation()
BookInstancepublic void setMenuOrientation(short menuOrientation)
menuOrientation -public Date getCreatedDate()
public Date getModifiedDate()
public String getLabel()
PlaceableInstancegetLabel in interface PlaceableInstance
|
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.