|
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.definition.LookAndFeelDefinition
public class LookAndFeelDefinition
This class represents a persistent lookandfeel.
| Constructor Summary | |
|---|---|
LookAndFeelDefinition(LocalizationResource localizationResource, MarkupDefinitionId markupDefinitionId, String webAppName, String lookAndFeelFile, boolean deleted, String definitionLabel)Constructs a new LookAndFeelDefinition object. |
|
| Method Summary | |
|---|---|
Date |
getCreatedDate()Gets the time that this object was created in the database. |
String |
getDefinitionLabel()Returns the definition label for this lookandfeel. |
LocalizationIntersectionId |
getLocalizationIntersectionId()Returns the LocalizationIntersectionId for this lookandfeel. |
LocalizationResource |
getLocalizationResource()Returns the LocalizationResource associated with this lookandfeel based on the locale of the request used for retrieving the lookandfeel. |
LookAndFeelDefinitionId |
getLookAndFeelDefinitionId()Returns the LookAndFeelDefinitionId for this lookandfeel. |
String |
getLookAndFeelFile()Returns the path to the lookandfeel file. |
MarkupDefinitionId |
getMarkupDefinitionId()Returns the MarkupDefinitionId for the MarkupDefinition associated with this lookandfeel. |
Date |
getModifiedDate()Gets the time that this object was last updated in the database. |
String |
getThumbnailUri()Get the URI to the thumbnail representation (gif). |
String |
getWebAppName()Returns the web application name this lookandfeel is scoped to. |
boolean |
isDeleted()Returns whether this lookandfeel is deleted. |
void |
setDefinitionLabel(String definitionLabel)Sets the definition label for this lookandfeel |
void |
setDeleted(boolean deleted)Sets whether this lookandfeel is deleted |
void |
setLocalizationResource(LocalizationResource localizationResource)Sets the LocalizationResource for this lookandfeel. |
void |
setLookAndFeelFile(String lookAndFeelFile)Sets the lookandfeel file path |
void |
setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)Sets the MarkupDefinitionId for this lookandfeel. |
void |
setThumbnailUri(String thumbnailUri)Set the URI to the thumbnail represenation (gif). |
void |
setWebAppName(String webAppName)Scopes this lookandfeel to given web applcation. |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LookAndFeelDefinition(LocalizationResource localizationResource,
MarkupDefinitionId markupDefinitionId,
String webAppName,
String lookAndFeelFile,
boolean deleted,
String definitionLabel)
LookAndFeelDefinition object.
localizationResource - localized title and descriptionmarkupDefinitionId - reference to a persisted MarkupDefinition that specifies the markup for this lookandfeelwebAppName - name of the J2EE web application this layout is scoped tolookAndFeelFile - path to the lookandfeel file. This file path is relative to the web application contextdeleted - is this lookandfeel deleteddefinitionLabel - unique label for this lookandfeel| Method Detail |
|---|
public LocalizationResource getLocalizationResource()
LocalizationResource associated with this lookandfeel based on the locale of the request used for retrieving the lookandfeel.LocalizationResource associated with this lookandfeelpublic LocalizationIntersectionId getLocalizationIntersectionId()
LocalizationIntersectionId for this lookandfeel. Returns null if no LocalizationResource is associated with this lookandfeel. A LocalizationIntersectionId is a reference to all localized versions of title and description for an entity.LocalizationIntersectionId for this lookandfeelpublic void setLocalizationResource(LocalizationResource localizationResource)
LocalizationResource for this lookandfeel.localizationResource -public LookAndFeelDefinitionId getLookAndFeelDefinitionId()
LookAndFeelDefinitionId for this lookandfeel. Returns null if this lookandfeel has not been retrieved using the persistence API.LookAndFeelDefinitionIdpublic MarkupDefinitionId getMarkupDefinitionId()
MarkupDefinitionId for the MarkupDefinition associated with this lookandfeel.MarkupDefinitionIdMarkupDefinitionpublic void setMarkupDefinitionId(MarkupDefinitionId markupDefinitionId)
MarkupDefinitionId for this lookandfeel.markupDefinitionId -public String getWebAppName()
public void setWebAppName(String webAppName)
webAppName -public String getLookAndFeelFile()
public void setLookAndFeelFile(String lookAndFeelFile)
lookAndFeelFile -public boolean isDeleted()
public void setDeleted(boolean deleted)
deleted -public String getDefinitionLabel()
public void setDefinitionLabel(String definitionLabel)
definitionLabel -public Date getCreatedDate()
getCreatedDate in interface DateableDefinitionpublic Date getModifiedDate()
getModifiedDate in interface DateableDefinitionpublic String getThumbnailUri()
public void setThumbnailUri(String thumbnailUri)
thumbnailUri -public String toString()
toString in class Object
|
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.