Servoy 5.x Public API

com.servoy.j2db.dataprocessing
Interface IFoundSetManager

All Superinterfaces:
com.servoy.j2db.IManager

public interface IFoundSetManager
extends com.servoy.j2db.IManager

Instances of this class manages all the foundsets in a client


Method Summary
 IFoundSet getGlobalRelatedFoundSet(String relationName)
           
 IFoundSet getNewFoundSet(String dataSource)
          Get a new uninitialized foundset for some data source not being attached to any Form.
 IFoundSet getSharedFoundSet(String dataSource)
          Get current shared foundset for some table,use this method to retrieve data from or manipulate a Form foundset.
 boolean isNew(IFoundSet fs)
          Test if new.
 boolean isShared(IFoundSet fs)
          Test if shared.
 
Methods inherited from interface com.servoy.j2db.IManager
flushCachedItems, init
 

Method Detail

getGlobalRelatedFoundSet

IFoundSet getGlobalRelatedFoundSet(String relationName)
                                   throws ServoyException
Throws:
ServoyException

getNewFoundSet

IFoundSet getNewFoundSet(String dataSource)
                         throws ServoyException
Get a new uninitialized foundset for some data source not being attached to any Form.

Parameters:
dataSource -
Returns:
IFoundSet
Throws:
ServoyException

getSharedFoundSet

IFoundSet getSharedFoundSet(String dataSource)
                            throws ServoyException
Get current shared foundset for some table,use this method to retrieve data from or manipulate a Form foundset.

Parameters:
dataSource -
Returns:
IFoundSet
Throws:
Exception
ServoyException

isNew

boolean isNew(IFoundSet fs)
Test if new.

Parameters:
fs -
Returns:
true if new

isShared

boolean isShared(IFoundSet fs)
Test if shared.

Parameters:
fs -
Returns:
true if shared

Copyright © 2010 Servoy B.V.