planetj.possiblevalues
Class ThemesPV

java.lang.Object
  |
  +--planetj.possiblevalues.ThemesPV
All Implemented Interfaces:
IPossibleValueGetter, ITheme

public class ThemesPV
extends Object
implements IPossibleValueGetter, ITheme


Field Summary
 
Fields inherited from interface planetj.dataengine.theme.ITheme
CSS_FILE, DEFAULT_THEME_ID, DESCRIPTION, OWNER_ID, PROPERTIES, SECURITY_ID, THEME, THEME_ID, TYPE, TYPE_DEFAULT
 
Constructor Summary
ThemesPV()
           
 
Method Summary
 String[] getOrderByColumnNames()
          Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)
 RowCollection getPossibleValues(Field field)
          Gets a RowCollection of Themes for the given theme id Field's Row.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemesPV

public ThemesPV()
Method Detail

getOrderByColumnNames

public String[] getOrderByColumnNames()
Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)


getPossibleValues

public RowCollection getPossibleValues(Field field)
                                throws CMException
Gets a RowCollection of Themes for the given theme id Field's Row.

Specified by:
getPossibleValues in interface IPossibleValueGetter
Returns:
RowCollection
CMException