| 
© 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.definition.DesktopDefinition
This class represents a persistant desktop.
| Field Summary | |
protected  DesktopDefinitionId | 
desktopDefinitionId
 | 
protected  DesktopInstance | 
desktopInstance
 | 
| Constructor Summary | |
protected  | 
DesktopDefinition(DesktopDefinitionId desktopDefinitionId,
                  LocalizationResource localizationResource,
                  MarkupDefinitionId markupDefinitionId,
                  BookDefinitionId bookDefinitionId,
                  boolean treeOptimization,
                  DesktopInstance desktopInstance)
Constructor that takes a DesktopInstance | 
protected  | 
DesktopDefinition(DesktopDefinitionId desktopDefinitionId,
                  LocalizationResource localizationResource,
                  MarkupDefinitionId markupDefinitionId,
                  BookDefinitionId bookDefinitionId,
                  DesktopInstance desktopInstance)
Constructor that takes a DesktopInstance | 
  | 
DesktopDefinition(DesktopDefinitionId desktopDefinitionId,
                  LocalizationResource localizationResource,
                  MarkupDefinitionId markupDefinitionId,
                  BookDefinitionId bookDefinitionId,
                  LookAndFeelDefinitionId lookAndFeelDefinitionId,
                  ShellDefinitionId shellDefinitionId)
Constructs a new DesktopDefinition object. | 
  | 
DesktopDefinition(DesktopDefinitionId desktopDefinitionId,
                  LocalizationResource localizationResource,
                  MarkupDefinitionId markupDefinitionId,
                  BookDefinitionId bookDefinitionId,
                  LookAndFeelDefinitionId lookAndFeelDefinitionId,
                  ShellDefinitionId shellDefinitionId,
                  boolean treeOptimization)
 | 
| Method Summary | |
 BookDefinitionId | 
getBookDefinitionId()
Returns the BookDefinitionId for the primary BookDefinition
 associated with this desktop. | 
 BookInstanceId | 
getBookInstanceId()
Returns BookInstanceId of the BookInstance
 associated with the primary desktop instance of this desktop. | 
 DesktopDefinitionId | 
getDesktopDefinitionId()
Returns the DesktopDefinitionId for this desktop. | 
 LocalizationIntersectionId | 
getLocalizationIntersectionId()
Returns the LocalizationIntersectionId for this desktop.
  | 
 LocalizationResource | 
getLocalizationResource()
Returns the LocalizationResource associated with this
 DesktopDefinition based on the locale of the request used
 for retrieving the DesktopDefinition. | 
 LookAndFeelDefinitionId | 
getLookAndFeelDefinitionId()
Returns the LookAndFeelDefinitionId for the LookAndFeelDefinition
 associated with this desktop. | 
 MarkupDefinitionId | 
getMarkupDefinitionId()
Returns the MarkupDefinitionId for the MarkupDefinition
 associated with this desktop. | 
 DesktopInstanceId | 
getPrimaryInstanceId()
Returns the DesktopInstanceId for the primary
 DesktopInstance associated with this desktop. | 
 ShellDefinitionId | 
getShellDefinitionId()
Returns the ShellDefinitionId for the ShellDefinition
 associated with this desktop. | 
 boolean | 
isTreeOptimization()
During rendering should this desktop use partial control tree contruction.  | 
 void | 
setBookDefinitionId(BookDefinitionId bookDefinitionId)
Sets the BookDefinitionId for the primary book of this dekstop. | 
 void | 
setDesktopDefinitionId(DesktopDefinitionId desktopDefinitionId)
Sets the DesktopDefinitionId for this desktop. | 
 void | 
setLocalizationResource(LocalizationResource localizationResource)
Sets the LocalizationResource for this desktop. | 
 void | 
setLookAndFeelDefinitionId(LookAndFeelDefinitionId lookAndFeelDefinitionId)
Associates a LookAndFeelDefinition with this desktop. | 
 void | 
setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)
Sets the MarkupDefinitionId for this desktop. | 
 void | 
setShellDefinitionId(ShellDefinitionId shellDefinitionId)
Associates a ShellDefinition with this desktop. | 
 void | 
setTreeOptimization(boolean treeOptimization)
During rendering should this desktop use partial control tree contruction.  | 
 String | 
toString()
Returns a concatenated string representation of DesktopDefinitionId(web app name + portal path + desktop path) LocalizationIntersectionId(int) BookDefinitionId(int) MarkupDefinitionId(int)  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
protected DesktopDefinitionId desktopDefinitionId
protected DesktopInstance desktopInstance
| Constructor Detail | 
protected DesktopDefinition(DesktopDefinitionId desktopDefinitionId,
                            LocalizationResource localizationResource,
                            MarkupDefinitionId markupDefinitionId,
                            BookDefinitionId bookDefinitionId,
                            boolean treeOptimization,
                            DesktopInstance desktopInstance)
DesktopInstance
protected DesktopDefinition(DesktopDefinitionId desktopDefinitionId,
                            LocalizationResource localizationResource,
                            MarkupDefinitionId markupDefinitionId,
                            BookDefinitionId bookDefinitionId,
                            DesktopInstance desktopInstance)
DesktopInstance
public DesktopDefinition(DesktopDefinitionId desktopDefinitionId,
                         LocalizationResource localizationResource,
                         MarkupDefinitionId markupDefinitionId,
                         BookDefinitionId bookDefinitionId,
                         LookAndFeelDefinitionId lookAndFeelDefinitionId,
                         ShellDefinitionId shellDefinitionId)
DesktopDefinition object.
public DesktopDefinition(DesktopDefinitionId desktopDefinitionId,
                         LocalizationResource localizationResource,
                         MarkupDefinitionId markupDefinitionId,
                         BookDefinitionId bookDefinitionId,
                         LookAndFeelDefinitionId lookAndFeelDefinitionId,
                         ShellDefinitionId shellDefinitionId,
                         boolean treeOptimization)
| Method Detail | 
public BookDefinitionId getBookDefinitionId()
BookDefinitionId for the primary BookDefinition
 associated with this desktop.
BookDefinitionIdBookDefinitionpublic BookInstanceId getBookInstanceId()
BookInstanceId of the BookInstance
 associated with the primary desktop instance of this desktop.
BookInstanceIdBookInstancepublic DesktopDefinitionId getDesktopDefinitionId()
DesktopDefinitionId for this desktop.
DesktopDefinitionIdpublic LocalizationIntersectionId getLocalizationIntersectionId()
LocalizationIntersectionId for this desktop.
 Returns NULL if no LocalizationResource is associated with
 this desktop. A LocalizationIntersectionId is a reference to all
 localized versions of title and description for an entity.
LocalizationIntersectionId for this desktoppublic LocalizationResource getLocalizationResource()
LocalizationResource associated with this
 DesktopDefinition based on the locale of the request used
 for retrieving the DesktopDefinition.
LocalizationResource associated with this desktoppublic LookAndFeelDefinitionId getLookAndFeelDefinitionId()
LookAndFeelDefinitionId for the LookAndFeelDefinition
 associated with this desktop.
LookAndFeelDefinitionIdLookAndFeelDefinitionpublic MarkupDefinitionId getMarkupDefinitionId()
MarkupDefinitionId for the MarkupDefinition
 associated with this desktop.
MarkupDefinitionIdMarkupDefinitionpublic DesktopInstanceId getPrimaryInstanceId()
DesktopInstanceId for the primary
 DesktopInstance associated with this desktop.
DesktopInstanceIdpublic ShellDefinitionId getShellDefinitionId()
ShellDefinitionId for the ShellDefinition
 associated with this desktop.
ShellDefinitionIdShellDefinitionpublic boolean isTreeOptimization()
public void setBookDefinitionId(BookDefinitionId bookDefinitionId)
BookDefinitionId for the primary book of this dekstop.
bookDefinitionId - public void setDesktopDefinitionId(DesktopDefinitionId desktopDefinitionId)
DesktopDefinitionId for this desktop.
desktopDefinitionId - public void setLocalizationResource(LocalizationResource localizationResource)
LocalizationResource for this desktop.
localizationResource - public void setLookAndFeelDefinitionId(LookAndFeelDefinitionId lookAndFeelDefinitionId)
LookAndFeelDefinition with this desktop.
lookAndFeelDefinitionId - public void setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)
MarkupDefinitionId for this desktop.
markupDefinitionId - public void setShellDefinitionId(ShellDefinitionId shellDefinitionId)
ShellDefinition with this desktop.
shellDefinitionId - public void setTreeOptimization(boolean treeOptimization)
treeOptimization - public String toString()
  | 
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||