ICfgFilterBasedQuery<CfgAgentLogin>
, ICfgQuery<CfgAgentLogin>
, ICfgQueryObjectClass<CfgAgentLogin>
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:13-07:00") public class CfgAgentLoginQuery extends CfgFilterBasedQuery<CfgAgentLogin>
ConfService
,
CfgAgentLogin
Constructor | Description |
---|---|
CfgAgentLoginQuery() |
Create query object with default filter value for configuration objects
of CfgAgentLogin type.
|
CfgAgentLoginQuery(int dbid) |
Create query object with filter initialized for the object DBID.
|
CfgAgentLoginQuery(IConfService service) |
Create query object with default filter value for configuration objects
of CfgAgentLogin type.
|
Modifier and Type | Method | Description |
---|---|---|
AsyncRequestResult<CfgAgentLogin> |
beginExecute(Action<AsyncRequestResult<CfgAgentLogin>> callback,
java.lang.Object state) |
Begins the asynchronous execution of the current query.
|
java.util.Collection<CfgAgentLogin> |
execute() |
Executes the query and returns a list of CfgAgentLogin objects.
|
CfgAgentLogin |
executeSingleResult() |
Executes a query the result of which is a single object.
|
int |
getDbid() |
A unique identifier of an agent login.
|
java.lang.String |
getLoginCode() |
Agent login code.
|
int |
getNoPersonDbid() |
Configuration Server will return information only about agent
logins that currently are not associated with any person.
|
CfgObjectState |
getState() |
Current state of an agent login (see
CfgObjectState
).
|
int |
getSwitchDbid() |
A unique identifier of a switch.
|
int |
getTenantDbid() |
A unique identifier of a tenant.
|
void |
setDbid(int value) |
A unique identifier of an agent login.
|
void |
setLoginCode(java.lang.String value) |
Agent login code.
|
void |
setNoPersonDbid(int value) |
Configuration Server will return information only about agent
logins that currently are not associated with any person.
|
void |
setState(CfgObjectState value) |
Current state of an agent login (see
CfgObjectState
).
|
void |
setSwitchDbid(int value) |
A unique identifier of a switch.
|
void |
setTenantDbid(int value) |
A unique identifier of a tenant.
|
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 CfgAgentLoginQuery()
public CfgAgentLoginQuery(IConfService service)
service
- The configuration service to use when executing this querypublic CfgAgentLoginQuery(int dbid)
dbid
- value for filter on object dbidsetDbid(int)
public CfgAgentLogin executeSingleResult() throws ConfigException
executeSingleResult
in class CfgQuery<CfgAgentLogin>
ConfigException
public java.util.Collection<CfgAgentLogin> execute() throws ConfigException, java.lang.InterruptedException
execute
in class CfgQuery<CfgAgentLogin>
ConfigException
java.lang.InterruptedException
public AsyncRequestResult<CfgAgentLogin> beginExecute(Action<AsyncRequestResult<CfgAgentLogin>> 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 setTenantDbid(int value)
value
- filter value on field "tenant_dbid".public final int getTenantDbid()
setTenantDbid(int)
public final void setSwitchDbid(int value)
value
- filter value on field "switch_dbid".public final int getSwitchDbid()
setSwitchDbid(int)
public final void setState(CfgObjectState value)
value
- filter value on field "state".public final CfgObjectState getState()
setState(CfgObjectState)
public final void setLoginCode(java.lang.String value)
value
- filter value on field "login_code".public final java.lang.String getLoginCode()
setLoginCode(String)
public final void setDbid(int value)
value
- filter value on field "dbid".public final int getDbid()
setDbid(int)
public final void setNoPersonDbid(int value)
value
- filter value on field "no_person_dbid".public final int getNoPersonDbid()
setNoPersonDbid(int)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.