|
© 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,
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. |
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. |
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. |
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 |
public DesktopDefinition(DesktopDefinitionId desktopDefinitionId, LocalizationResource localizationResource, MarkupDefinitionId markupDefinitionId, BookDefinitionId bookDefinitionId, LookAndFeelDefinitionId lookAndFeelDefinitionId, ShellDefinitionId shellDefinitionId)
DesktopDefinition
object.
desktopDefinitionId
- desktopDefinitionId for this desktoplocalizationResource
- localized title and descriptionmarkupDefinitionId
- reference to a persisted MarkupDefinition
that specifies the markup for this desktopbookDefinitionId
- reference to a persisted BookDefinition
that represents the main book of this desktoplookAndFeelDefinitionId
- reference to a persisted LookAndFeelDefinition
to be associated with this desktopshellDefinitionId
- reference to a persisted ShellDefinition
to be associated with this desktopprotected DesktopDefinition(DesktopDefinitionId desktopDefinitionId, LocalizationResource localizationResource, MarkupDefinitionId markupDefinitionId, BookDefinitionId bookDefinitionId, DesktopInstance desktopInstance)
DesktopInstance
desktopDefinitionId
- desktopDefinitionId for this desktoplocalizationResource
- localized title and descriptionmarkupDefinitionId
- reference to a persisted MarkupDefinition
that specifies the markup for this desktopbookDefinitionId
- reference to a persisted BookDefinition
that represents the main book of this desktopdesktopInstance
- Method Detail |
public DesktopDefinitionId getDesktopDefinitionId()
DesktopDefinitionId
for this desktop.
DesktopDefinitionId
public void setDesktopDefinitionId(DesktopDefinitionId desktopDefinitionId)
DesktopDefinitionId
for this desktop.
desktopDefinitionId
- public LocalizationResource getLocalizationResource()
LocalizationResource
associated with this
DesktopDefinition
based on the locale of the request used
for retrieving the DesktopDefinition
.
LocalizationResource
associated with this desktoppublic 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 void setLocalizationResource(LocalizationResource localizationResource)
LocalizationResource
for this desktop.
localizationResource
- public MarkupDefinitionId getMarkupDefinitionId()
MarkupDefinitionId
for the MarkupDefinition
associated with this desktop.
MarkupDefinitionId
MarkupDefinition
public void setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)
MarkupDefinitionId
for this desktop.
markupDefinitionId
- public BookDefinitionId getBookDefinitionId()
BookDefinitionId
for the primary BookDefinition
associated with this desktop.
BookDefinitionId
BookDefinition
public void setBookDefinitionId(BookDefinitionId bookDefinitionId)
BookDefinitionId
for the primary book of this dekstop.
bookDefinitionId
- public ShellDefinitionId getShellDefinitionId()
ShellDefinitionId
for the ShellDefinition
associated with this desktop.
ShellDefinitionId
ShellDefinition
public LookAndFeelDefinitionId getLookAndFeelDefinitionId()
LookAndFeelDefinitionId
for the LookAndFeelDefinition
associated with this desktop.
LookAndFeelDefinitionId
LookAndFeelDefinition
public BookInstanceId getBookInstanceId()
BookInstanceId
of the BookInstance
associated with the primary desktop instance of this desktop.
BookInstanceId
BookInstance
public DesktopInstanceId getPrimaryInstanceId()
DesktopInstanceId
for the primary
DesktopInstance
associated with this desktop.
DesktopInstanceId
public void setLookAndFeelDefinitionId(LookAndFeelDefinitionId lookAndFeelDefinitionId)
LookAndFeelDefinition
with this desktop.
lookAndFeelDefinitionId
- public void setShellDefinitionId(ShellDefinitionId shellDefinitionId)
ShellDefinition
with this desktop.
shellDefinitionId
- public String toString()
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |