|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.CfgQuery<TT>
com.genesyslab.platform.applicationblocks.com.CfgFilterBasedQuery<CfgCallingList>
com.genesyslab.platform.applicationblocks.com.queries.CfgCallingListQuery
public class CfgCallingListQuery
Class designed to construct queries to the Configuration Service for reading CfgCallingList object(s).
ConfService
,
CfgCallingList
Constructor Summary | |
---|---|
CfgCallingListQuery()
Create query object with default filter value for configuration objects of CfgCallingList type. |
|
CfgCallingListQuery(IConfService service)
Create query object with default filter value for configuration objects of CfgCallingList type. |
|
CfgCallingListQuery(int dbid)
Create query object with filter initialized for the object DBID. |
|
CfgCallingListQuery(java.lang.String name)
Create query object with filter initialized for object name value. |
Method Summary | |
---|---|
AsyncRequestResult<CfgCallingList> |
beginExecute(Action<AsyncRequestResult<CfgCallingList>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgCallingList> |
execute()
Executes the query and returns a list of CfgCallingList objects. |
CfgCallingList |
executeSingleResult()
Executes a query the result of which is a single object. |
int |
getDbid()
A unique identifier of the calling list. |
int |
getFilterDbid()
A unique identifier of the filter. |
int |
getLogTableAccessDbid()
A unique identifier of the log table access. |
java.lang.String |
getName()
Name of a calling list. |
int |
getScriptDbid()
A unique identifier of the calling list script. |
CfgObjectState |
getState()
Current state of the campaign (See
CfgObjectState
). |
int |
getTableAccessDbid()
A unique identifier of the table access. |
int |
getTenantDbid()
A unique identifier of the tenant. |
int |
getTreatmentDbid()
A unique identifier of the treatment. |
void |
setDbid(int value)
A unique identifier of the calling list. |
void |
setFilterDbid(int value)
A unique identifier of the filter. |
void |
setLogTableAccessDbid(int value)
A unique identifier of the log table access. |
void |
setName(java.lang.String value)
Name of a calling list. |
void |
setScriptDbid(int value)
A unique identifier of the calling list script. |
void |
setState(CfgObjectState value)
Current state of the campaign (See
CfgObjectState
). |
void |
setTableAccessDbid(int value)
A unique identifier of the table access. |
void |
setTenantDbid(int value)
A unique identifier of the tenant. |
void |
setTreatmentDbid(int value)
A unique identifier of the treatment. |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgFilterBasedQuery |
---|
equals, getCfgObjectClass, getCfgObjectType, getDoRequestFolderId, getDoRequestObjectPath, getExtraFilter, getFilter, getInt, getProperty, getQueryObjectClass, getString, hashCode, setDoRequestFolderId, setDoRequestObjectPath, setObjectClass, setProperty, toString |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgQuery |
---|
beginExecute, endExecute, execute, executeSingleResult |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgQuery |
---|
beginExecute, endExecute, execute, executeSingleResult |
Constructor Detail |
---|
public CfgCallingListQuery()
public CfgCallingListQuery(IConfService service)
service
- The configuration service to use when executing this querypublic CfgCallingListQuery(int dbid)
dbid
- value for filter on object dbidsetDbid(int)
public CfgCallingListQuery(java.lang.String name)
name
- value for filter on object namesetName(String)
Method Detail |
---|
public CfgCallingList executeSingleResult() throws ConfigException
executeSingleResult
in class CfgQuery<CfgCallingList>
ConfigException
public java.util.Collection<CfgCallingList> execute() throws ConfigException, java.lang.InterruptedException
execute
in class CfgQuery<CfgCallingList>
ConfigException
java.lang.InterruptedException
public AsyncRequestResult<CfgCallingList> beginExecute(Action<AsyncRequestResult<CfgCallingList>> callback, java.lang.Object state) throws ConfigException
callback
- The method to be called when query results are availablestate
- a user-defined object that qualifies or contains information about an asynchronous operation
ConfigException
public final void setDbid(int value)
value
- filter value on field "dbid".public final int getDbid()
setDbid(int)
public final void setTenantDbid(int value)
value
- filter value on field "tenant_dbid".public final int getTenantDbid()
setTenantDbid(int)
public final void setName(java.lang.String value)
value
- filter value on field "name".public final java.lang.String getName()
setName(String)
public final void setTableAccessDbid(int value)
value
- filter value on field "table_access_dbid".public final int getTableAccessDbid()
setTableAccessDbid(int)
public final void setFilterDbid(int value)
value
- filter value on field "filter_dbid".public final int getFilterDbid()
setFilterDbid(int)
public final void setTreatmentDbid(int value)
value
- filter value on field "treatment_dbid".public final int getTreatmentDbid()
setTreatmentDbid(int)
public final void setLogTableAccessDbid(int value)
value
- filter value on field "log_table_access_dbid".public final int getLogTableAccessDbid()
setLogTableAccessDbid(int)
public final void setScriptDbid(int value)
value
- filter value on field "script_dbid".public final int getScriptDbid()
setScriptDbid(int)
public final void setState(CfgObjectState value)
CfgObjectState
). If specified, Configuration Server
will return information only about the campaign(s) that are currently
in this state.
value
- filter value on field "state".public final CfgObjectState getState()
CfgObjectState
). If specified, Configuration Server
will return information only about the campaign(s) that are currently
in this state.
setState(CfgObjectState)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |