DefinitionCount Class
- public class DefinitionCount
extends Object
A convenience class to supply the definition counts of different
WebLogic Portal Framework entities for a particular web app.
-
Hierarchy
-
Object
DefinitionCount
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefinitionCount
public DefinitionCount()
getBookDefinitionCount() Method
public int getBookDefinitionCount()
Returns the number of BookDefinitions.
Returns
- number of
BookDefinitions
getLayoutDefinitionCount() Method
public int getLayoutDefinitionCount()
Returns the number of LayoutDefinitions.
Returns
- number of
LayoutDefinitions
getLookAndFeelDefinitionCount() Method
public int getLookAndFeelDefinitionCount()
Returns the number of LookAndFeelDefinitions.
Returns
- number of
LookAndFeelDefinitions
getMenuDefinitionCount() Method
public int getMenuDefinitionCount()
Returns the number of MenuDefinitions.
Returns
- number of
LookAndFeelDefinitions
getPageDefinitionCount() Method
public int getPageDefinitionCount()
Returns the number of PageDefinitions
Returns
- number of
PageDefinitions
getPortletDefinitionCount() Method
public int getPortletDefinitionCount()
Returns the number of PortletDefinitions
Returns
- number of
PortletDefinitions
getShellDefinitionCount() Method
public int getShellDefinitionCount()
Returns the number of ShellDefinitions
Returns
- number of
ShellDefinitions
getThemeDefinitionCount() Method
public int getThemeDefinitionCount()
Returns the number of ThemeDefinitions
Returns
- number of
ThemeDefinitions
getTotalDefinitionCount() Method
public int getTotalDefinitionCount()
Returns a sum of all it's constituent definition counts.
Returns
- sum of all definition counts
setBookDefinitionCount(int) Method
public void setBookDefinitionCount(int bookDefinitionCount)
Sets the number of BookDefinitions.
Parameters
-
bookDefinitionCount
- number of
BookDefinitions
setLayoutDefinitionCount(int) Method
public void setLayoutDefinitionCount(int layoutDefinitionCount)
Sets the number of LayoutDefinitions.
Parameters
-
layoutDefinitionCount
- number of
BookDefinitions
setLookAndFeelDefinitionCount(int) Method
public void setLookAndFeelDefinitionCount(int lookAndFeelDefinitionCount)
Sets the number of LookAndFeelDefinitions.
Parameters
-
lookAndFeelDefinitionCount
- number of
LookAndFeelDefinitions
setMenuDefinitionCount(int) Method
public void setMenuDefinitionCount(int menuDefinitionCount)
Sets the number of MenuDefinitions.
Parameters
-
menuDefinitionCount
- number of
MenuDefinitions
setPageDefinitionCount(int) Method
public void setPageDefinitionCount(int pageDefinitionCount)
Sets the number of PageDefinitions
Parameters
-
pageDefinitionCount
- number of
PageDefinitions
setPortletDefinitionCount(int) Method
public void setPortletDefinitionCount(int portletDefinitionCount)
Sets the number of PortletDefinitions
setShellDefinitionCount(int) Method
public void setShellDefinitionCount(int shellDefinitionCount)
Sets the number of ShellDefinitions
Parameters
-
shellDefinitionCount
- number of
ShellDefinitions
setThemeDefinitionCount(int) Method
public void setThemeDefinitionCount(int themeDefinitionCount)
Sets the number of ThemeDefinitions
Parameters
-
themeDefinitionCount
- number of
ThemeDefinitions