Class UserPhoneDirectoryDirectoryTable2Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserPhoneDirectoryDirectoryTable2Row
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserPhoneDirectoryDirectoryTable2Row
extends Object
implements BroadWorksTableRow, Serializable
Response to UserPhoneDirectoryGetPagedSortedListRequest. Returns the number of entries that would be returned if the response Was not page size restricted. 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 user and column headings: "User Id", "CLID First Name", "CLID Last Name", "First Name", "Last Name", "Hiragana First Name", "Hiragana Last Name", "Title", "Phone Number", "Extension", "Mobile", "Pager", "Email Address", "Yahoo Id", "Department", "Group Id", "Location", "Address Line 1", "Address Line 2", "City", "State", "Zip", "Country", "IMP Id", "Location Code", "My Room Room Id", "My Room Bridge Id", "Service Name", and "Receptionist Note". 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 Receptionist Note column is only populated, if the user sending the request is the owner of the Receptionist Note and a Note exists. The following columns are returned in AS data mode only: "Service Name", "Receptionist Notes"
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCity()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()getPager()getState()getTitle()getUser(BroadWorksServer broadWorksServer) getZip()inthashCode()voidsetAddressLine1(String addressLine1) voidsetAddressLine2(String addressLine2) voidvoidsetCountry(String country) voidsetDepartment(String department) voidsetEmailAddress(String emailAddress) voidsetExtension(String extension) voidsetFirstName(String firstName) voidsetGroupId(String groupId) voidsetHiraganaFirstName(String hiraganaFirstName) voidsetHiraganaLastName(String hiraganaLastName) voidvoidsetLastName(String lastName) voidsetLocation(String location) voidsetLocationCode(String locationCode) voidvoidsetMyRoomBridgeId(String myRoomBridgeId) voidsetMyRoomRoomId(String myRoomRoomId) voidvoidsetPhoneNumber(String phoneNumber) voidsetReceptionistNote(String receptionistNote) voidsetServiceName(String serviceName) voidvoidvoidvoidsetYahooId(String yahooId) voidtoString()
-
Constructor Details
-
UserPhoneDirectoryDirectoryTable2Row
public UserPhoneDirectoryDirectoryTable2Row()
-
-
Method Details
-
getUserId
-
setUserId
-
getFirstName
-
setFirstName
-
getLastName
-
setLastName
-
getHiraganaFirstName
-
setHiraganaFirstName
-
getHiraganaLastName
-
setHiraganaLastName
-
getTitle
-
setTitle
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getMobile
-
setMobile
-
getPager
-
setPager
-
getEmailAddress
-
setEmailAddress
-
getYahooId
-
setYahooId
-
getDepartment
-
setDepartment
-
getGroupId
-
setGroupId
-
getLocation
-
setLocation
-
getAddressLine1
-
setAddressLine1
-
getAddressLine2
-
setAddressLine2
-
getCity
-
setCity
-
getState
-
setState
-
getZip
-
setZip
-
getCountry
-
setCountry
-
getIMPId
-
setIMPId
-
getLocationCode
-
setLocationCode
-
getMyRoomRoomId
-
setMyRoomRoomId
-
getMyRoomBridgeId
-
setMyRoomBridgeId
-
getServiceName
-
setServiceName
-
getReceptionistNote
-
setReceptionistNote
-
getUser
-
getFromNode
public static UserPhoneDirectoryDirectoryTable2Row 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<UserPhoneDirectoryDirectoryTable2Row> 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
-