|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgFormat | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgFormat in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgFormat | |
---|---|
CfgFormat |
CfgTableAccess.getFormat()
A unique identifier of
CfgFormat
of this table. |
CfgFormat |
CfgFilter.getFormat()
A unique identifier of
CfgFormat
to which this filter is dedicated. |
CfgFormat |
CfgDeltaTableAccess.getFormat()
A unique identifier of
CfgFormat
of this table. |
CfgFormat |
CfgDeltaFilter.getFormat()
A unique identifier of
CfgFormat
to which this filter is dedicated. |
CfgFormat |
CfgDeltaFormat.retrieveCfgFormat()
Read base CfgFormat configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgFormat | |
---|---|
void |
CfgTableAccess.setFormat(CfgFormat value)
A unique identifier of
CfgFormat
of this table. |
void |
CfgFilter.setFormat(CfgFormat value)
A unique identifier of
CfgFormat
to which this filter is dedicated. |
Uses of CfgFormat in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgFormat | |
---|---|
CfgFormat |
CfgFormatQuery.executeSingleResult()
Executes a query the result of which is a single object. |
Methods in com.genesyslab.platform.applicationblocks.com.queries that return types with arguments of type CfgFormat | |
---|---|
AsyncRequestResult<CfgFormat> |
CfgFormatQuery.beginExecute(Action<AsyncRequestResult<CfgFormat>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgFormat> |
CfgFormatQuery.execute()
Executes the query and returns a list of CfgFormat objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgFormat | |
---|---|
AsyncRequestResult<CfgFormat> |
CfgFormatQuery.beginExecute(Action<AsyncRequestResult<CfgFormat>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |