|
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.PageInstance
public class 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 | |
|---|---|
Date |
getCreatedDate() |
String |
getInstanceTitle()Returns the instance title for this page. |
LayoutDefinitionId |
getLayoutDefinitionId()Returns the LayoutDefinitionId of the layout associated with this PageInstance. |
Date |
getModifiedDate() |
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.
themeDefinitionId - reference to a persisted ThemeDefinition that is the theme for this pagelayoutDefinitionId - reference to a persisted LayoutDefinition that is the layout for this pageinstanceTitle - customized title for this page instance| Method Detail |
|---|
public PageInstanceId getPageInstanceId()
PageInstanceId for this page. Returns null when the PageInstance has not been retrieved by using the persistence API.PageInstanceId for this pagepublic 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 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 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 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 ThemeDefinitionId getThemeDefinitionId()
ThemeDefinitionId of theme associated with this PageInstance.ThemeDefinitionIdpublic void setThemeDefinitionId(ThemeDefinitionId themeDefinitionId)
themeDefinitionId - of theme associated with this pagepublic LayoutDefinitionId getLayoutDefinitionId()
LayoutDefinitionId of the layout associated with this PageInstance.LayoutDefinitionIdpublic void setLayoutDefinitionId(LayoutDefinitionId layoutDefinitionId)
layoutDefinitionId - of the layout associated with this pagepublic String getInstanceTitle()
public void setInstanceTitle(String instanceTitle)
instanceTitle -public Date getCreatedDate()
public Date getModifiedDate()
|
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.