Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.configuration.protocol.types.CfgFlag

Packages that use CfgFlag
com.genesyslab.platform.applicationblocks.com.objects   
com.genesyslab.platform.applicationblocks.com.queries   
com.genesyslab.platform.apptemplate.util Provides helper classes that make it easier to read and convert application options and other data from Configuration Server. 
com.genesyslab.platform.configuration.protocol.types This package contains classes based on the Genesys GEnum class. 
 

Uses of CfgFlag in com.genesyslab.platform.applicationblocks.com.objects
 

Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgFlag
 CfgFlag CfgDeltaApplication.getAutoRestart()
          Indicates whether the application should be automatically restarted by Local Control Agent after its crash.
 CfgFlag CfgApplication.getAutoRestart()
          Indicates whether the application should be automatically restarted by Local Control Agent after its crash.
 CfgFlag CfgPerson.getChangePasswordOnNextLogin()
          This field reflects pending request for user to reset his password on next login.
 CfgFlag CfgDeltaPerson.getChangePasswordOnNextLogin()
          This field reflects pending request for user to reset his password on next login.
 CfgFlag CfgCampaignGroupInfo.getIsActive()
           
 CfgFlag CfgCallingListInfo.getIsActive()
          An indicator of whether the calling list is active.
 CfgFlag CfgDeltaPerson.getIsAdmin()
          Not in use.
 CfgFlag CfgGVPCustomer.getIsAdminCustomer()
           
 CfgFlag CfgDeltaGVPCustomer.getIsAdminCustomer()
           
 CfgFlag CfgPerson.getIsAgent()
          An indicator of whether the person is an agent.
 CfgFlag CfgDeltaPerson.getIsAgent()
          An indicator of whether the person is an agent.
 CfgFlag CfgTableAccess.getIsCachable()
          An indicator of whether the table data shell be mirrored in application memory.
 CfgFlag CfgDeltaTableAccess.getIsCachable()
          An indicator of whether the table data shell be mirrored in application memory.
 CfgFlag CfgStatDay.getIsDayOfWeek()
          Indicator of whether this day is identified as a day of week ( CFGTrue) or a day of year (CFGFalse).
 CfgFlag CfgDeltaStatDay.getIsDayOfWeek()
          Indicator of whether this day is identified as a day of week ( CFGTrue) or a day of year (CFGFalse).
 CfgFlag CfgEnumeratorValue.getIsDefault()
          An indicator whether the value is default.
 CfgFlag CfgDeltaEnumeratorValue.getIsDefault()
          An indicator whether the value is default.
 CfgFlag CfgTimeZone.getIsDSTObserved()
           
 CfgFlag CfgDeltaTimeZone.getIsDSTObserved()
           
 CfgFlag CfgPerson.getIsExternalAuth()
          This field should reflect authentication method that used for the Person.
 CfgFlag CfgDeltaPerson.getIsExternalAuth()
          This field should reflect authentication method that used for the Person.
 CfgFlag CfgDeltaAlarmCondition.getIsMasked()
          Determines whether an alarm which is based on this alarm condition should be communicated to Solution Control Interface and reactions to the alarm should be performed.
 CfgFlag CfgAlarmCondition.getIsMasked()
          Determines whether an alarm which is based on this alarm condition should be communicated to Solution Control Interface and reactions to the alarm should be performed.
 CfgFlag CfgField.getIsNullable()
          A flag which determines whether or not a field can allow null values ( NULLs ) for the data in that field.
 CfgFlag CfgDeltaField.getIsNullable()
          A flag which determines whether or not a field can allow null values ( NULLs ) for the data in that field.
 CfgFlag CfgSolutionComponentDefinition.getIsOptional()
          

Determines whether this solution component default value is optional.

 CfgFlag CfgSolutionComponent.getIsOptional()
          

Determines whether this solution component is optional.

 CfgFlag CfgGVPReseller.getIsParentNSP()
           
 CfgFlag CfgDeltaGVPReseller.getIsParentNSP()
           
 CfgFlag CfgDeltaApplication.getIsPrimary()
          A role of application within HA/redundancy group.
 CfgFlag CfgApplication.getIsPrimary()
          A role of application within HA/redundancy group.
 CfgFlag CfgField.getIsPrimaryKey()
          A flag which determines whether or not a field is used as primary key.
 CfgFlag CfgDeltaField.getIsPrimaryKey()
          A flag which determines whether or not a field is used as primary key.
 CfgFlag CfgGVPIVRProfile.getIsProvisioned()
          This property is obsolete.
 CfgFlag CfgGVPCustomer.getIsProvisioned()
           
 CfgFlag CfgDeltaGVPIVRProfile.getIsProvisioned()
          This property is obsolete.
 CfgFlag CfgDeltaGVPCustomer.getIsProvisioned()
           
 CfgFlag CfgDeltaApplication.getIsServer()
          An indicator of whether this application can be a server to some other applications.
 CfgFlag CfgApplication.getIsServer()
          An indicator of whether this application can be a server to some other applications.
 CfgFlag CfgTenantBrief.getIsServiceProvider()
           
 CfgFlag CfgTenant.getIsServiceProvider()
          An indicator of whether the tenant belongs to the Service Provider.
 CfgFlag CfgDeltaTenant.getIsServiceProvider()
          An indicator of whether the tenant belongs to the Service Provider.
 CfgFlag CfgDeltaTenant.getIsSuperTenant()
          Not in use.
 CfgFlag CfgField.getIsUnique()
          A flag which determines whether or not a field is used as unique.
 CfgFlag CfgDeltaField.getIsUnique()
          A flag which determines whether or not a field is used as unique.
 CfgFlag CfgDeltaDN.getLoginFlag()
          An indicator of whether a login procedure is necessary to activate the telephony object associated with this DN.
 CfgFlag CfgDN.getLoginFlag()
          An indicator of whether a login procedure is necessary to activate the telephony object associated with this DN.
 CfgFlag CfgStatTable.getUseFlatRate()
          Flag determining whether flatRate (CFGTrue) or agentHourlyRate (CFGFalse) should be selected.
 CfgFlag CfgStatDay.getUseFlatRate()
          Flag determining whether flatRate (CFGTrue) should be selected.
 CfgFlag CfgDeltaStatTable.getUseFlatRate()
          Flag determining whether flatRate (CFGTrue) or agentHourlyRate (CFGFalse) should be selected.
 CfgFlag CfgDeltaStatDay.getUseFlatRate()
          Flag determining whether flatRate (CFGTrue) should be selected.
 CfgFlag CfgDeltaDN.getUseOverride()
          An indicator of whether the override value shall be used instead of the number or name value for accessing this DN in certain types of routing.
 CfgFlag CfgDeltaAgentLogin.getUseOverride()
          An indicator of whether the override value shall be used instead of the loginCode value for accessing this agent login in certain types of routing.
 CfgFlag CfgDN.getUseOverride()
          An indicator of whether the override value shall be used instead of the number or name value for accessing this DN in certain types of routing.
 CfgFlag CfgAgentLogin.getUseOverride()
          An indicator of whether the override value shall be used instead of the loginCode value for accessing this agent login in certain types of routing.
 

Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgFlag
 void CfgApplication.setAutoRestart(CfgFlag value)
          Indicates whether the application should be automatically restarted by Local Control Agent after its crash.
 void CfgPerson.setChangePasswordOnNextLogin(CfgFlag value)
          This field reflects pending request for user to reset his password on next login.
 void CfgCampaignGroupInfo.setIsActive(CfgFlag value)
           
 void CfgCallingListInfo.setIsActive(CfgFlag value)
          An indicator of whether the calling list is active.
 void CfgGVPCustomer.setIsAdminCustomer(CfgFlag value)
           
 void CfgPerson.setIsAgent(CfgFlag value)
          An indicator of whether the person is an agent.
 void CfgTableAccess.setIsCachable(CfgFlag value)
          An indicator of whether the table data shell be mirrored in application memory.
 void CfgStatDay.setIsDayOfWeek(CfgFlag value)
          Indicator of whether this day is identified as a day of week ( CFGTrue) or a day of year (CFGFalse).
 void CfgEnumeratorValue.setIsDefault(CfgFlag value)
          An indicator whether the value is default.
 void CfgTimeZone.setIsDSTObserved(CfgFlag value)
           
 void CfgPerson.setIsExternalAuth(CfgFlag value)
          This field should reflect authentication method that used for the Person.
 void CfgAlarmCondition.setIsMasked(CfgFlag value)
          Determines whether an alarm which is based on this alarm condition should be communicated to Solution Control Interface and reactions to the alarm should be performed.
 void CfgField.setIsNullable(CfgFlag value)
          A flag which determines whether or not a field can allow null values ( NULLs ) for the data in that field.
 void CfgSolutionComponentDefinition.setIsOptional(CfgFlag value)
          

Determines whether this solution component default value is optional.

 void CfgSolutionComponent.setIsOptional(CfgFlag value)
          

Determines whether this solution component is optional.

 void CfgGVPReseller.setIsParentNSP(CfgFlag value)
           
 void CfgApplication.setIsPrimary(CfgFlag value)
          A role of application within HA/redundancy group.
 void CfgField.setIsPrimaryKey(CfgFlag value)
          A flag which determines whether or not a field is used as primary key.
 void CfgGVPCustomer.setIsProvisioned(CfgFlag value)
           
 void CfgTenant.setIsServiceProvider(CfgFlag value)
          An indicator of whether the tenant belongs to the Service Provider.
 void CfgField.setIsUnique(CfgFlag value)
          A flag which determines whether or not a field is used as unique.
 void CfgStatTable.setUseFlatRate(CfgFlag value)
          Flag determining whether flatRate (CFGTrue) or agentHourlyRate (CFGFalse) should be selected.
 void CfgStatDay.setUseFlatRate(CfgFlag value)
          Flag determining whether flatRate (CFGTrue) should be selected.
 void CfgDN.setUseOverride(CfgFlag value)
          An indicator of whether the override value shall be used instead of the number or name value for accessing this DN in certain types of routing.
 void CfgAgentLogin.setUseOverride(CfgFlag value)
          An indicator of whether the override value shall be used instead of the loginCode value for accessing this agent login in certain types of routing.
 

Uses of CfgFlag in com.genesyslab.platform.applicationblocks.com.queries
 

Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgFlag
 CfgFlag CfgApplicationQuery.getIsServer()
          An indicator of whether this application can be a server to some other applications.
 

Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgFlag
 void CfgApplicationQuery.setIsServer(CfgFlag value)
          An indicator of whether this application can be a server to some other applications.
 

Uses of CfgFlag in com.genesyslab.platform.apptemplate.util
 

Methods in com.genesyslab.platform.apptemplate.util with parameters of type CfgFlag
static java.lang.Boolean EnumFactory.CfgFlag2Boolean(CfgFlag flag)
           
 

Uses of CfgFlag in com.genesyslab.platform.configuration.protocol.types
 

Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgFlag
static CfgFlag CfgFlag.CFGFalse
          Negative condition.
static CfgFlag CfgFlag.CFGNoFlag
          The value of the corresponding parameter has not changed.
static CfgFlag CfgFlag.CFGTrue
          Positive condition.
 

Methods in com.genesyslab.platform.configuration.protocol.types that return CfgFlag
static CfgFlag CfgFlag.valueOf(int ordinal)
          Returns enumeration value by given ordinal number.
static CfgFlag CfgFlag.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 CfgFlag
static java.util.Collection<CfgFlag> CfgFlag.values()
          Returns all values of the enumeration.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.