Class UserPhoneDirectoryDirectoryTable3Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserPhoneDirectoryDirectoryTable3Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserPhoneDirectoryDirectoryTable3Row
extends Object
implements BroadWorksTableRow, Serializable
Response to UserPhoneDirectoryGetSearchedListRequest. The "My Room Room Id" and "My Room Bridge Id" are only populated for users assigned the "Collaborate-Audio" service. Contains a table with a row for each phone number and column headings : "Name", "Number", "Extension", "Mobile", "Email Address", "Department", "Hiragana Name", "Group Id", "Yahoo Id", "User Id", "IMP Id", "First Name", "Last Name", "My Room Room Id", "My Room Bridge Id", "Service Name". The Service Name represents the localized service name for service instances. The localized values are taken from the BroadworksLabel.properties file. Service Name is currently supporting: AutoAttendant, AutoAttendantStandard, AutoAttendantVideo, CallCenter, CallCenterStandard, CallCenterPremium HuntGroup, InstantGroupCall, VoiceMessagingGroup, RoutePoint, BroadWorksAnywhere, GroupPaging, FindmeFollowme, VoiceXML, FlexibleSeatingGuest, CollaborateAudio, MeetMeConferencing. For a Regular User or a Virtual On Network Enterprise Extensions, the Service Name is empty. The following columns are only returned in AS data mode: "My Room Room Id", "My Room Bridge Id", "Service Name"
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArraygetIMPId()
getName()
getUser
(BroadWorksServer broadWorksServer) int
hashCode()
void
setCollaborateAudio
(String collaborateAudio) void
setDepartment
(String department) void
setEmailAddress
(String emailAddress) void
setExtension
(String extension) void
setFirstName
(String firstName) void
setGroupId
(String groupId) void
setHiraganaName
(String hiraganaName) void
void
setLastName
(String lastName) void
void
setMyRoomBridgeId
(String myRoomBridgeId) void
setMyRoomRoomId
(String myRoomRoomId) void
void
void
setServiceName
(String serviceName) void
void
setYahooId
(String yahooId) toString()
-
Constructor Details
-
UserPhoneDirectoryDirectoryTable3Row
public UserPhoneDirectoryDirectoryTable3Row()
-
-
Method Details
-
getMyRoomRoomId
-
setMyRoomRoomId
-
getMyRoomBridgeId
-
setMyRoomBridgeId
-
getCollaborateAudio
-
setCollaborateAudio
-
getName
-
setName
-
getNumber
-
setNumber
-
getExtension
-
setExtension
-
getMobile
-
setMobile
-
getEmailAddress
-
setEmailAddress
-
getDepartment
-
setDepartment
-
getHiraganaName
-
setHiraganaName
-
getGroupId
-
setGroupId
-
getYahooId
-
setYahooId
-
getUserId
-
setUserId
-
getIMPId
-
setIMPId
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getServiceName
-
setServiceName
-
getUser
-
getFromNode
public static UserPhoneDirectoryDirectoryTable3Row 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<UserPhoneDirectoryDirectoryTable3Row> 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
-
equals
-
hashCode
public int hashCode() -
toString
-