© 2005 BEA Systems, Inc.

com.bea.netuix.application.definition
Class DefinitionCount

java.lang.Object
  extended bycom.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 it's 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

getLayoutDefinitionCount

public int getLayoutDefinitionCount()
Returns the number of LayoutDefinitions.

Returns:
number of LayoutDefinitions

getLookAndFeelDefinitionCount

public int getLookAndFeelDefinitionCount()
Returns the number of LookAndFeelDefinitions.

Returns:
number of LookAndFeelDefinitions

getMenuDefinitionCount

public int getMenuDefinitionCount()
Returns the number of MenuDefinitions.

Returns:
number of LookAndFeelDefinitions

getPageDefinitionCount

public int getPageDefinitionCount()
Returns the number of PageDefinitions

Returns:
number of PageDefinitions

getPortletDefinitionCount

public int getPortletDefinitionCount()
Returns the number of PortletDefinitions

Returns:
number of PortletDefinitions

getShellDefinitionCount

public int getShellDefinitionCount()
Returns the number of ShellDefinitions

Returns:
number of ShellDefinitions

getThemeDefinitionCount

public int getThemeDefinitionCount()
Returns the number of ThemeDefinitions

Returns:
number of ThemeDefinitions

getTotalDefinitionCount

public int getTotalDefinitionCount()
Returns a sum of all it's constituent definition counts.

Returns:
sum of all definition counts

setBookDefinitionCount

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

Parameters:
bookDefinitionCount - number of BookDefinitions

setLayoutDefinitionCount

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

Parameters:
layoutDefinitionCount - number of BookDefinitions

setLookAndFeelDefinitionCount

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

Parameters:
lookAndFeelDefinitionCount - number of LookAndFeelDefinitions

setMenuDefinitionCount

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

Parameters:
menuDefinitionCount - number of MenuDefinitions

setPageDefinitionCount

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

Parameters:
pageDefinitionCount - number of PageDefinitions

setPortletDefinitionCount

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

Parameters:
portletDefinitionCount -

setShellDefinitionCount

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

Parameters:
shellDefinitionCount - number of ShellDefinitions

setThemeDefinitionCount

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

Parameters:
themeDefinitionCount - number of ThemeDefinitions

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved