Class UserExecutiveCriteriaTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.UserExecutiveCriteriaTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserExecutiveCriteriaTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the UserExecutiveGetFilteringRequest. Contains the filtering setting and a table of filtering criteria. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Filter", "Holiday Schedule", "Calls To Type", "Calls To Number" and "Calls To Extension". The "Filter" column can contain "true" or "false". The possible values for the "Calls To Type" column are the following or a combination of them separated by comma: - Primary - Alternate X (where x is a number between 1 and 10) - Mobility The possible values for the "Calls To Number" column are the following or a combination of them separated by comma: - The value of the phone number for the corresponding Calls To Type, when the number is available. i.e. Alternate 1 may have extension, but no number. - When no number is available a blank space is provided instead. The possible values for the "Calls To Extension" column are the following or a combination of them separated by comma: - The value of the extension for the corresponding Calls To Type, when the extension is available. i.e. Primary may have number, but no extension. - For Mobility Calls To Type, this is always blank. - When no extension is available a blank space is provided instead.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserExecutiveCriteriaTableRow()
-
Method Summary
-
-
-
Method Detail
-
getIsActive
public String getIsActive()
-
setIsActive
public void setIsActive(String isActive)
-
getCriteriaName
public String getCriteriaName()
-
setCriteriaName
public void setCriteriaName(String criteriaName)
-
getTimeSchedule
public String getTimeSchedule()
-
setTimeSchedule
public void setTimeSchedule(String timeSchedule)
-
getCallsFrom
public String getCallsFrom()
-
setCallsFrom
public void setCallsFrom(String callsFrom)
-
getFilter
public String getFilter()
-
setFilter
public void setFilter(String filter)
-
getHolidaySchedule
public String getHolidaySchedule()
-
setHolidaySchedule
public void setHolidaySchedule(String holidaySchedule)
-
getCallsToType
public String getCallsToType()
-
setCallsToType
public void setCallsToType(String callsToType)
-
getCallsToNumber
public String getCallsToNumber()
-
setCallsToNumber
public void setCallsToNumber(String callsToNumber)
-
getCallsToExtension
public String getCallsToExtension()
-
setCallsToExtension
public void setCallsToExtension(String callsToExtension)
-
getFromNode
public static UserExecutiveCriteriaTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<UserExecutiveCriteriaTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
-