|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IFoundSetManager
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 |
|---|
IFoundSet getGlobalRelatedFoundSet(String relationName)
throws ServoyException
ServoyException
IFoundSet getNewFoundSet(String dataSource)
throws ServoyException
dataSource -
ServoyException
IFoundSet getSharedFoundSet(String dataSource)
throws ServoyException
dataSource -
Exception
ServoyExceptionboolean isNew(IFoundSet fs)
fs -
boolean isShared(IFoundSet fs)
fs -
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||