Class UserGroupCustomContactDirectoryUserTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserGroupCustomContactDirectoryUserTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserGroupCustomContactDirectoryUserTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the UserGroupCustomContactDirectoryGetPagedSortedListRequest. Returns the number of entries that would be returned if the response Was not page size restricted. The response contains all the contacts in the group's given custom contact directory. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Virtual On-Net Phone Number", "Group Id", "Is Virtual On-Net User", "Department", "Phone Number", "Extension", "Mobile", "Email Address", "Yahoo Id", "Title", "IMP Id", "Receptionist Note". If the entry represents a Virtual On-Net user then "User Id" is blank, the "Virtual On-Net Phone Number" contains the phone Number of the Virtual On-Net user, the "Group Id" contains the Virtual On-Net user's group and the "Is Virtual On-Net User" contains true. If the entry represents a BroadWorks user then the "User Id" contains his BroadWorks userId, the "Virtual On-Net Phone Number" and "Group Id" fields are field is blank and the "Is Virtual On-Net User" contains false. The Receptionist Note column is only populated, if the user sending the request is the owner of this Receptionist Note and a Note exists.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(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()getTitle()getUser(BroadWorksServer broadWorksServer) inthashCode()voidsetDepartment(String department) voidsetEmailAddress(String emailAddress) voidsetExtension(String extension) voidsetFirstName(String firstName) voidsetGroupId(String groupId) voidsetHiraganaFirstName(String hiraganaFirstName) voidsetHiraganaLastName(String hiraganaLastName) voidvoidsetIsVirtualOnNetUser(String isVirtualOnNetUser) voidsetLastName(String lastName) voidvoidsetPhoneNumber(String phoneNumber) voidsetReceptionistNote(String receptionistNote) voidvoidvoidsetVirtualOnNetPhoneNumber(String virtualOnNetPhoneNumber) voidsetYahooId(String yahooId) toString()
-
Constructor Details
-
UserGroupCustomContactDirectoryUserTableRow
public UserGroupCustomContactDirectoryUserTableRow()
-
-
Method Details
-
getUserId
-
setUserId
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getHiraganaLastName
-
setHiraganaLastName
-
getHiraganaFirstName
-
setHiraganaFirstName
-
getVirtualOnNetPhoneNumber
-
setVirtualOnNetPhoneNumber
-
getGroupId
-
setGroupId
-
getIsVirtualOnNetUser
-
setIsVirtualOnNetUser
-
getDepartment
-
setDepartment
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getMobile
-
setMobile
-
getEmailAddress
-
setEmailAddress
-
getYahooId
-
setYahooId
-
getTitle
-
setTitle
-
getImpId
-
setImpId
-
getReceptionistNote
-
setReceptionistNote
-
getUser
-
getFromNode
public static UserGroupCustomContactDirectoryUserTableRow 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<UserGroupCustomContactDirectoryUserTableRow> 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
-