|
© 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.DefinitionCount
A convenience class to supply the definition counts of different WebLogic Portal Framework entities for a particular web app.
Constructor Summary | |
DefinitionCount()
|
Method Summary | |
int |
getBookDefinitionCount()
Returns the number of BookDefinition s. |
int |
getLayoutDefinitionCount()
Returns the number of LayoutDefinition s. |
int |
getLookAndFeelDefinitionCount()
Returns the number of LookAndFeelDefinition s. |
int |
getMenuDefinitionCount()
Returns the number of MenuDefinition s. |
int |
getPageDefinitionCount()
Returns the number of PageDefinition s |
int |
getPortletDefinitionCount()
Returns the number of PortletDefinition s |
int |
getShellDefinitionCount()
Returns the number of ShellDefinition s |
int |
getThemeDefinitionCount()
Returns the number of ThemeDefinition s |
int |
getTotalDefinitionCount()
Returns a sum of all it's constituent definition counts. |
void |
setBookDefinitionCount(int bookDefinitionCount)
Sets the number of BookDefinition s. |
void |
setLayoutDefinitionCount(int layoutDefinitionCount)
Sets the number of LayoutDefinition s. |
void |
setLookAndFeelDefinitionCount(int lookAndFeelDefinitionCount)
Sets the number of LookAndFeelDefinition s. |
void |
setMenuDefinitionCount(int menuDefinitionCount)
Sets the number of MenuDefinition s. |
void |
setPageDefinitionCount(int pageDefinitionCount)
Sets the number of PageDefinition s |
void |
setPortletDefinitionCount(int portletDefinitionCount)
Sets the number of PortletDefinition s |
void |
setShellDefinitionCount(int shellDefinitionCount)
Sets the number of ShellDefinition s |
void |
setThemeDefinitionCount(int themeDefinitionCount)
Sets the number of ThemeDefinition s |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefinitionCount()
Method Detail |
public int getBookDefinitionCount()
BookDefinition
s.
BookDefinition
spublic int getLayoutDefinitionCount()
LayoutDefinition
s.
LayoutDefinition
spublic int getLookAndFeelDefinitionCount()
LookAndFeelDefinition
s.
LookAndFeelDefinition
spublic int getMenuDefinitionCount()
MenuDefinition
s.
LookAndFeelDefinition
spublic int getPageDefinitionCount()
PageDefinition
s
PageDefinition
spublic int getPortletDefinitionCount()
PortletDefinition
s
PortletDefinition
spublic int getShellDefinitionCount()
ShellDefinition
s
ShellDefinition
spublic int getThemeDefinitionCount()
ThemeDefinition
s
ThemeDefinition
spublic int getTotalDefinitionCount()
public void setBookDefinitionCount(int bookDefinitionCount)
BookDefinition
s.
bookDefinitionCount
- number of BookDefinition
spublic void setLayoutDefinitionCount(int layoutDefinitionCount)
LayoutDefinition
s.
layoutDefinitionCount
- number of BookDefinition
spublic void setLookAndFeelDefinitionCount(int lookAndFeelDefinitionCount)
LookAndFeelDefinition
s.
lookAndFeelDefinitionCount
- number of LookAndFeelDefinition
spublic void setMenuDefinitionCount(int menuDefinitionCount)
MenuDefinition
s.
menuDefinitionCount
- number of MenuDefinition
spublic void setPageDefinitionCount(int pageDefinitionCount)
PageDefinition
s
pageDefinitionCount
- number of PageDefinition
spublic void setPortletDefinitionCount(int portletDefinitionCount)
PortletDefinition
s
portletDefinitionCount
- public void setShellDefinitionCount(int shellDefinitionCount)
ShellDefinition
s
shellDefinitionCount
- number of ShellDefinition
spublic void setThemeDefinitionCount(int themeDefinitionCount)
ThemeDefinition
s
themeDefinitionCount
- number of ThemeDefinition
s
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |