|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgFieldType | |
---|---|
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 CfgFieldType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgFieldType | |
---|---|
CfgFieldType |
CfgField.getFieldType()
A field type. |
CfgFieldType |
CfgDeltaField.getFieldType()
A field type. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgFieldType | |
---|---|
void |
CfgField.setFieldType(CfgFieldType value)
A field type. |
Uses of CfgFieldType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgFieldType | |
---|---|
CfgFieldType |
CfgFieldQuery.getFieldType()
A field type (See type
CfgFieldType
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgFieldType | |
---|---|
void |
CfgFieldQuery.setFieldType(CfgFieldType value)
A field type (See type
CfgFieldType
). |
Uses of CfgFieldType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgFieldType | |
---|---|
static CfgFieldType |
CfgFieldType.CFGFTAgentID
Agent Identifier |
static CfgFieldType |
CfgFieldType.CFGFTANI
Automatic Number Identification |
static CfgFieldType |
CfgFieldType.CFGFTAppDBID
Application unique identifier |
static CfgFieldType |
CfgFieldType.CFGFTCallTime
Call Time |
static CfgFieldType |
CfgFieldType.CFGFTCampaignID
|
static CfgFieldType |
CfgFieldType.CFGFTChainID
Chain Identifier |
static CfgFieldType |
CfgFieldType.CFGFTCountryCode
Country Code |
static CfgFieldType |
CfgFieldType.CFGFTCustomField
Customer field. |
static CfgFieldType |
CfgFieldType.CFGFTDialResult
Dial Result |
static CfgFieldType |
CfgFieldType.CFGFTEmailSubject
Email Subject |
static CfgFieldType |
CfgFieldType.CFGFTEmailTemplateID
Email Template ID |
static CfgFieldType |
CfgFieldType.CFGFTFrom
Start Time |
static CfgFieldType |
CfgFieldType.CFGFTGroupDBID
AgentGroup or PlaceGroup unique identifier |
static CfgFieldType |
CfgFieldType.CFGFTInfoDigits
Info digits |
static CfgFieldType |
CfgFieldType.CFGFTLATA
Local Access and Transport Area |
static CfgFieldType |
CfgFieldType.CFGFTMaxFieldType
A maximum value of this enumeration |
static CfgFieldType |
CfgFieldType.CFGFTMediaRefference
Refference to media body to be sent in case of treatment |
static CfgFieldType |
CfgFieldType.CFGFTNoFieldType
The value of corresponding parameter has not changed |
static CfgFieldType |
CfgFieldType.CFGFTNPA
Numbering Plan Area |
static CfgFieldType |
CfgFieldType.CFGFTNPA_NXX
Numbering plan Area with identifier of specific telephone company central office which serves that number |
static CfgFieldType |
CfgFieldType.CFGFTNumberInChain
Number in Chain |
static CfgFieldType |
CfgFieldType.CFGFTNumberOfAttempts
Number of Attempts |
static CfgFieldType |
CfgFieldType.CFGFTPhone
Phone |
static CfgFieldType |
CfgFieldType.CFGFTPhoneType
Type of phone set |
static CfgFieldType |
CfgFieldType.CFGFTRecordID
Record Identifier |
static CfgFieldType |
CfgFieldType.CFGFTRecordStatus
Record Status |
static CfgFieldType |
CfgFieldType.CFGFTRecordType
Record type |
static CfgFieldType |
CfgFieldType.CFGFTScheduledTime
Scheduled Time |
static CfgFieldType |
CfgFieldType.CFGFTStateCode
State Code |
static CfgFieldType |
CfgFieldType.CFGFTSwitchID
Switch ID |
static CfgFieldType |
CfgFieldType.CFGFTTimeZone
Time Zone |
static CfgFieldType |
CfgFieldType.CFGFTTreatments
Treatments history |
static CfgFieldType |
CfgFieldType.CFGFTUntil
End Time |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgFieldType | |
---|---|
static CfgFieldType |
CfgFieldType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgFieldType |
CfgFieldType.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 CfgFieldType | |
---|---|
static java.util.Collection<CfgFieldType> |
CfgFieldType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |