|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.netuix.application.instance.PageInstance
Represents a customized version of a PageDefinition.
| Constructor Summary | |
PageInstance(ThemeDefinitionId themeDefinitionId,
LayoutDefinitionId layoutDefinitionId,
String instanceTitle)
Constructor to create a new PageInstance object. |
|
| Method Summary | |
String |
getInstanceTitle()
Returns the instance title for this page. |
LayoutDefinitionId |
getLayoutDefinitionId()
Returns the LayoutDefinitionId of layout associated with this
PageInstance. |
NavigableDefinition |
getNavigableDefinition()
Returns the NavigableDefinition associated with this page.
|
NavigableDefinitionId |
getNavigableDefinitionId()
Returns the NavigableDefinitionId for the
NavigableDefinitionassociated with this page.
|
NavigableInstanceId |
getNavigableInstanceId()
Returns the NavigableInstanceId for the
NavigableInstanceassociated with this page.
|
PageDefinition |
getPageDefinition()
Returns the PageDefinition that this page was created from.
|
PageDefinitionId |
getPageDefinitionId()
Returns the PageDefinitionId for the PageDefinition
that this page was created from.
|
PageInstanceId |
getPageInstanceId()
Returns the PageInstanceId for this page.
|
ThemeDefinitionId |
getThemeDefinitionId()
Returns the ThemeDefinitionId of theme associated with this
PageInstance. |
void |
setInstanceTitle(String instanceTitle)
Sets the instance title for this page |
void |
setLayoutDefinitionId(LayoutDefinitionId layoutDefinitionId)
Associates a layout with this page. |
void |
setThemeDefinitionId(ThemeDefinitionId themeDefinitionId)
Associates a theme with this page. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PageInstance(ThemeDefinitionId themeDefinitionId,
LayoutDefinitionId layoutDefinitionId,
String instanceTitle)
PageInstance object.
| Method Detail |
public String getInstanceTitle()
public LayoutDefinitionId getLayoutDefinitionId()
LayoutDefinitionId of layout associated with this
PageInstance.
LayoutDefinitionIdpublic NavigableDefinition getNavigableDefinition()
NavigableDefinition associated with this page.
Returns NULL when the PageInstance has not been retrieved
by using the persistence API.
getNavigableDefinition in interface NavigableInstanceNaviagableDefinition associated with this pageNavigableDefinitionpublic NavigableDefinitionId getNavigableDefinitionId()
NavigableDefinitionId for the
NavigableDefinitionassociated with this page.
Returns NULL when the PageInstance has not been retrieved
by using the persistence API.
getNavigableDefinitionId in interface NavigableInstanceNaviagableDefinitionId associated with this pageNavigableDefinitionpublic NavigableInstanceId getNavigableInstanceId()
NavigableInstanceId for the
NavigableInstanceassociated with this page.
Returns NULL when the PageInstance has not been retrieved
by using the persistence API.
getNavigableInstanceId in interface NavigableInstanceNaviagableInstanceId associated with this pageNavigableInstancepublic PageDefinition getPageDefinition()
PageDefinition that this page was created from.
Returns NULL when the PageInstance has not been retrieved
by using the persistence API.
PageDefinition for this pagepublic PageDefinitionId getPageDefinitionId()
PageDefinitionId for the PageDefinition
that this page was created from.
Returns NULL when the PageInstance has not been retrieved
by using the persistence API.
PageDefinitionId for this pagepublic PageInstanceId getPageInstanceId()
PageInstanceId for this page.
Returns NULL when the PageInstance has not been retrieved
by using the persistence API.
PageInstanceId for this pagepublic ThemeDefinitionId getThemeDefinitionId()
ThemeDefinitionId of theme associated with this
PageInstance.
ThemeDefinitionIdpublic void setInstanceTitle(String instanceTitle)
instanceTitle - public void setLayoutDefinitionId(LayoutDefinitionId layoutDefinitionId)
layoutDefinitionId - of layout associated with this pagepublic void setThemeDefinitionId(ThemeDefinitionId themeDefinitionId)
themeDefinitionId - of theme associated with this page
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||