ICfgFilterBasedQuery<CfgCallingList>
, ICfgQuery<CfgCallingList>
, ICfgQueryObjectClass<CfgCallingList>
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:13-07:00") public class CfgCallingListQuery extends CfgFilterBasedQuery<CfgCallingList>
ConfService
,
CfgCallingList
Constructor | Description |
---|---|
CfgCallingListQuery() |
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(IConfService service) |
Create query object with default filter value for configuration objects
of CfgCallingList type.
|
CfgCallingListQuery(java.lang.String name) |
Create query object with filter initialized for object name value.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
equals, getCfgObjectClass, getCfgObjectType, getDoRequestFolderId, getDoRequestObjectPath, getExtraFilter, getFilter, getInt, getProperty, getQueryObjectClass, getString, hashCode, setDoRequestFolderId, setDoRequestObjectPath, setObjectClass, setProperty, toString
beginExecute, endExecute, execute, executeSingleResult
beginExecute, endExecute, execute, executeSingleResult
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)
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 operationConfigException
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)
value
- filter value on field "state".public final CfgObjectState getState()
setState(CfgObjectState)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.