com.bea.netuix.application.definition
Class DefinitionCount

java.lang.Object
  extended by com.bea.netuix.application.definition.DefinitionCount

public class DefinitionCount
extends Object

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 BookDefinitions.
 int getLayoutDefinitionCount()
          Returns the number of LayoutDefinitions.
 int getLookAndFeelDefinitionCount()
          Returns the number of LookAndFeelDefinitions.
 int getMenuDefinitionCount()
          Returns the number of MenuDefinitions.
 int getPageDefinitionCount()
          Returns the number of PageDefinitions
 int getPortletDefinitionCount()
          Returns the number of PortletDefinitions
 int getShellDefinitionCount()
          Returns the number of ShellDefinitions
 int getThemeDefinitionCount()
          Returns the number of ThemeDefinitions
 int getTotalDefinitionCount()
          Returns a sum of all its constituent definition counts.
 void setBookDefinitionCount(int bookDefinitionCount)
          Sets the number of BookDefinitions.
 void setLayoutDefinitionCount(int layoutDefinitionCount)
          Sets the number of LayoutDefinitions.
 void setLookAndFeelDefinitionCount(int lookAndFeelDefinitionCount)
          Sets the number of LookAndFeelDefinitions.
 void setMenuDefinitionCount(int menuDefinitionCount)
          Sets the number of MenuDefinitions.
 void setPageDefinitionCount(int pageDefinitionCount)
          Sets the number of PageDefinitions
 void setPortletDefinitionCount(int portletDefinitionCount)
          Sets the number of PortletDefinitions
 void setShellDefinitionCount(int shellDefinitionCount)
          Sets the number of ShellDefinitions
 void setThemeDefinitionCount(int themeDefinitionCount)
          Sets the number of ThemeDefinitions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinitionCount

public DefinitionCount()
Method Detail

getBookDefinitionCount

public int getBookDefinitionCount()
Returns the number of BookDefinitions.

Returns
number of BookDefinitions

setBookDefinitionCount

public void setBookDefinitionCount(int bookDefinitionCount)
Sets the number of BookDefinitions.

Parameters
bookDefinitionCount - number of BookDefinitions

getLayoutDefinitionCount

public int getLayoutDefinitionCount()
Returns the number of LayoutDefinitions.

Returns
number of LayoutDefinitions

setLayoutDefinitionCount

public void setLayoutDefinitionCount(int layoutDefinitionCount)
Sets the number of LayoutDefinitions.

Parameters
layoutDefinitionCount - number of BookDefinitions

getLookAndFeelDefinitionCount

public int getLookAndFeelDefinitionCount()
Returns the number of LookAndFeelDefinitions.

Returns
number of LookAndFeelDefinitions

setLookAndFeelDefinitionCount

public void setLookAndFeelDefinitionCount(int lookAndFeelDefinitionCount)
Sets the number of LookAndFeelDefinitions.

Parameters
lookAndFeelDefinitionCount - number of LookAndFeelDefinitions

getMenuDefinitionCount

public int getMenuDefinitionCount()
Returns the number of MenuDefinitions.

Returns
number of LookAndFeelDefinitions

setMenuDefinitionCount

public void setMenuDefinitionCount(int menuDefinitionCount)
Sets the number of MenuDefinitions.

Parameters
menuDefinitionCount - number of MenuDefinitions

getPageDefinitionCount

public int getPageDefinitionCount()
Returns the number of PageDefinitions

Returns
number of PageDefinitions

setPageDefinitionCount

public void setPageDefinitionCount(int pageDefinitionCount)
Sets the number of PageDefinitions

Parameters
pageDefinitionCount - number of PageDefinitions

getPortletDefinitionCount

public int getPortletDefinitionCount()
Returns the number of PortletDefinitions

Returns
number of PortletDefinitions

setPortletDefinitionCount

public void setPortletDefinitionCount(int portletDefinitionCount)
Sets the number of PortletDefinitions

Parameters
portletDefinitionCount -

getShellDefinitionCount

public int getShellDefinitionCount()
Returns the number of ShellDefinitions

Returns
number of ShellDefinitions

setShellDefinitionCount

public void setShellDefinitionCount(int shellDefinitionCount)
Sets the number of ShellDefinitions

Parameters
shellDefinitionCount - number of ShellDefinitions

getThemeDefinitionCount

public int getThemeDefinitionCount()
Returns the number of ThemeDefinitions

Returns
number of ThemeDefinitions

setThemeDefinitionCount

public void setThemeDefinitionCount(int themeDefinitionCount)
Sets the number of ThemeDefinitions

Parameters
themeDefinitionCount - number of ThemeDefinitions

getTotalDefinitionCount

public int getTotalDefinitionCount()
Returns a sum of all its constituent definition counts.

Returns
sum of all definition counts


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.