org.palo.api.ext.favoriteviews
Interface FavoriteViewObject
- All Superinterfaces:
- NamedEntity
- All Known Subinterfaces:
- FavoriteView, FavoriteViewsFolder
- All Known Implementing Classes:
- FavoriteViewImpl, FavoriteViewsFolderImpl
public interface FavoriteViewObject
- extends NamedEntity
A FavoriteViewObject represents a
FavoriteView or a
FavoriteViewsFolder object. Since both objects are
connection specific, they both have a connection attached to them. This
connection can be retrieved by using the getConnection method
declared in this interface.
- Version:
- $Id: FavoriteViewObject.html,v 1.7 2008/05/20 10:41:48 ArndHouben Exp $
|
Method Summary |
Connection |
getConnection()
Returns the Connection object that is attached to this
favorite view or favorite views folder. |
getConnection
Connection getConnection()
- Returns the
Connection object that is attached to this
favorite view or favorite views folder.
- Returns:
- the attached Connection object.