Uses of Interface
org.palo.api.ext.favoriteviews.FavoriteViewsFolder

Packages that use FavoriteViewsFolder
org.palo.api.ext.favoriteviews   
org.palo.api.ext.favoriteviews.impl   
 

Uses of FavoriteViewsFolder in org.palo.api.ext.favoriteviews
 

Methods in org.palo.api.ext.favoriteviews that return FavoriteViewsFolder
abstract  FavoriteViewsFolder FavoriteViewFactory.createFolder(java.lang.String name, Connection con)
          Creates a new FavoriteViewsFolder with the specified name and connection.
abstract  FavoriteViewsFolder FavoriteViewFactory.createFolder(java.lang.String name, Connection con, int position)
          Creates a new FavoriteViewsFolder with the specified name and connection.
 

Uses of FavoriteViewsFolder in org.palo.api.ext.favoriteviews.impl
 

Classes in org.palo.api.ext.favoriteviews.impl that implement FavoriteViewsFolder
 class FavoriteViewsFolderImpl
          FavoriteViewsFolderImpl A folder is a container object with a name.
 

Methods in org.palo.api.ext.favoriteviews.impl that return FavoriteViewsFolder
 FavoriteViewsFolder FavoriteViewFactoryImpl.createFolder(java.lang.String name, Connection con)
          Creates a new favorite views folder with a default position (0).
 FavoriteViewsFolder FavoriteViewFactoryImpl.createFolder(java.lang.String name, Connection con, int position)
          Creates a new favorite views folder.