Class BcsUserInfo

  • All Implemented Interfaces:
    dm.soap.DmSoapConstants

    public class BcsUserInfo
    extends TechDocBcsService
    This class holds all of the information about the user it's constructed with in a manner that will work with SharePoint BCS.
    • Constructor Detail

      • BcsUserInfo

        public BcsUserInfo()
        Creates a new instance of BcsUserInfo.
      • BcsUserInfo

        public BcsUserInfo​(dm.record.User user)
                    throws td.lang.TdException
        Creates a new instance of BcsUserInfo.
        Parameters:
        user - The user to populate this object with.
        Throws:
        td.lang.TdException - if an error occurs.
    • Method Detail

      • getEmailAddress

        public java.lang.String getEmailAddress()
        Returns the email address for this user.
        Returns:
        A String object.
      • getEmployerAbbreviation

        public java.lang.String getEmployerAbbreviation()
        Returns the employer abbreviation for this user.
        Returns:
        A String object.
      • getFirstName

        public java.lang.String getFirstName()
        Returns the first name for this user.
        Returns:
        A String object.
      • getLastName

        public java.lang.String getLastName()
        Returns the last name for this user.
        Returns:
        A String object.
      • getLocation

        public java.lang.String getLocation()
        Returns the location for this user.
        Returns:
        A String object.
      • getMailCode

        public java.lang.String getMailCode()
        Returns the mail code for this user.
        Returns:
        A String object.
      • getMiddleInitial

        public java.lang.String getMiddleInitial()
        Returns the middle initial for this user.
        Returns:
        A String object.
      • getOrganizationAbbreviation

        public java.lang.String getOrganizationAbbreviation()
        Returns the organization abbreviation for this user.
        Returns:
        A String object.
      • getPhoneNumber

        public java.lang.String getPhoneNumber()
        Returns the phone number for this user.
        Returns:
        A String object.
      • getUsername

        public java.lang.String getUsername()
        Returns the username for this user.
        Returns:
        A String object.
      • getUUPIC

        public java.lang.String getUUPIC()
        Returns the UUPIC for this user.
        Returns:
        A String object.