|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgRecActionCode | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgRecActionCode in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgRecActionCode | |
---|---|
CfgRecActionCode |
CfgTreatment.getRecActionCode()
A record action code. |
CfgRecActionCode |
CfgDeltaTreatment.getRecActionCode()
A record action code. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgRecActionCode | |
---|---|
void |
CfgTreatment.setRecActionCode(CfgRecActionCode value)
A record action code. |
Uses of CfgRecActionCode in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgRecActionCode | |
---|---|
CfgRecActionCode |
CfgTreatmentQuery.getRecActionCode()
A record action code(See
CfgRecActionCode
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgRecActionCode | |
---|---|
void |
CfgTreatmentQuery.setRecActionCode(CfgRecActionCode value)
A record action code(See
CfgRecActionCode
). |
Uses of CfgRecActionCode in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgRecActionCode | |
---|---|
static CfgRecActionCode |
CfgRecActionCode.CFGRACAssignToGroup
Update the call record and reschedule the call back to a group of agents |
static CfgRecActionCode |
CfgRecActionCode.CFGRACCycle
In case of specified call result repeat call attempt up to specified number of times. |
static CfgRecActionCode |
CfgRecActionCode.CFGRACDelegateForProcessing
|
static CfgRecActionCode |
CfgRecActionCode.CFGRACExecuteSQLstatement
|
static CfgRecActionCode |
CfgRecActionCode.CFGRACMarkAllChain
Update current record and all record with the same chain ID with call result in database |
static CfgRecActionCode |
CfgRecActionCode.CFGRACMarkAsAgentError
Update the call record with \"Agent Error \" status |
static CfgRecActionCode |
CfgRecActionCode.CFGRACMarkDB
Update call record with call result in database, do not repeat call |
static CfgRecActionCode |
CfgRecActionCode.CFGRACMaxRecActionCode
A maximum value of this enumeration. |
static CfgRecActionCode |
CfgRecActionCode.CFGRACNextInChain
Try next record in a chain |
static CfgRecActionCode |
CfgRecActionCode.CFGRACNextInChainAfter
Try next record in a chain after specified time interval |
static CfgRecActionCode |
CfgRecActionCode.CFGRACNextInChainAtDate
Try next record in a chain at specified date/time |
static CfgRecActionCode |
CfgRecActionCode.CFGRACNoRecActionCode
The value of corresponding parameter has not changed |
static CfgRecActionCode |
CfgRecActionCode.CFGRACReschedule
|
static CfgRecActionCode |
CfgRecActionCode.CFGRACRetryAtDate
Repeat the call attempt on specified date |
static CfgRecActionCode |
CfgRecActionCode.CFGRACRetryIn
Repeat the call attempt after specified time interval of same day |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgRecActionCode | |
---|---|
static CfgRecActionCode |
CfgRecActionCode.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgRecActionCode |
CfgRecActionCode.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgRecActionCode | |
---|---|
static java.util.Collection<CfgRecActionCode> |
CfgRecActionCode.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |