Package dm.soap.data

Class MetricPersonInfo

java.lang.Object
dm.soap.services.DmSoapService
dm.soap.data.MetricPersonInfo
All Implemented Interfaces:
dm.soap.DmSoapConstants

public class MetricPersonInfo extends dm.soap.services.DmSoapService
This class holds all of the information about the metric person it's constructed with.
  • Field Summary

    Fields inherited from class dm.soap.services.DmSoapService

    GEN_TYPE_NATIVE, GEN_TYPE_RENDERED, GEN_TYPE_UNKNOWN

    Fields inherited from interface dm.soap.DmSoapConstants

    PROP_CURRENT_USER, TECHDOC_REASON
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of MetricPersonInfo.
    MetricPersonInfo(dm.record.MetricPerson metPer)
    Creates a new instance of MetricPersonInfo with the specified metric person.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the email address for this metric person.
    Returns the first name for this metric person.
    Returns the fullname for this metric person.
    int
    Returns the ID for this metric person.
    Returns the last name for this metric person.
    Returns the middle initial for this metric person.
    boolean
    Returns whether or not this metric person should receive late emails.
    boolean
    Returns whether or not this metric person should receive other emails.

    Methods inherited from class dm.soap.services.DmSoapService

    allowRender, calculateAccessToRemove, getActiveSessions, getAuthenticator, getAuthenticator, getAuthenticatorID, getAuthenticatorServiceID, getBoolean, getBoolean, getBooleanValue, getBooleanValue, getCommentID, getCurrentUser, getDisabled, getDisabledValue, getDocCategory, getDocCatID, getDocComment, getDocCommentIDs, getDocID, getDocType, getDocTypeID, getDocument, getDocument, getDocumentAccess, getDocumentInheritanceTypeID, getEmployer, getEmployerID, getEmployerString, getFetchAccess, getFetchAccessID, getFile, getFolder, getFolder, getFolder, getFolderAccess, getFolderInheritanceTypeID, getFolderReadAccess, getFullFolderPath, getGeneration, getGeneration, getGeneration, getGenerationType, getGroup, getGroup, getGroupMemberType, getGroupType, getIntValue, getKeyword, getKeywordDataType, getKeywordDataTypeString, getKeywordID, getKeywordInputType, getKeywordInputTypeString, getKeywordString, getMetricFrequency, getMetricOrg, getMetricOrgID, getMetricPerson, getMetricPersonID, getMetricStatusID, getMetricType, getMimeType, getMimeTypeID, getMimeTypeName, getNetworkAddress, getNetworkAddressType, getNetworkAddressType, getOrg, getOrgID, getOrgString, getReadAccess, getReadAccessString, getReason, getRemoteUser, getRemoteUser, getReview, getReviewTeam, getReviewTeamID, getRmaFilePlanID, getRmaFilePlanString, getRmaRecordSetID, getRmaRecordSetString, getSmHost, getSmHostWebSearchID, getSmHostWebSearchString, getSmSendID, getSmSendString, getUser, getUserFullName, getUserID, getUsername, getUserPrivs, getUserPrivsString, getWebSearchID, getWebSearchString, parseGenerationNumber

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MetricPersonInfo

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

      public MetricPersonInfo(dm.record.MetricPerson metPer) throws td.lang.TdException
      Creates a new instance of MetricPersonInfo with the specified metric person.
      Parameters:
      metPer - The metric person to use.
      Throws:
      td.lang.TdException - if an error occurs.
  • Method Details

    • getID

      public int getID()
      Returns the ID for this metric person.
      Returns:
      An int.
    • getEmail

      public String getEmail()
      Returns the email address for this metric person.
      Returns:
      A String object.
    • getFirstName

      public String getFirstName()
      Returns the first name for this metric person.
      Returns:
      A String object.
    • getFullName

      public String getFullName()
      Returns the fullname for this metric person.
      Returns:
      A String object.
    • getLastName

      public String getLastName()
      Returns the last name for this metric person.
      Returns:
      A String object.
    • getMiddleInitial

      public String getMiddleInitial()
      Returns the middle initial for this metric person.
      Returns:
      A String object.
    • getReceiveLateEmails

      public boolean getReceiveLateEmails()
      Returns whether or not this metric person should receive late emails.
      Returns:
      true if this metric person should receive late emails; false otherwise.
    • getReceiveOtherEmails

      public boolean getReceiveOtherEmails()
      Returns whether or not this metric person should receive other emails.
      Returns:
      true if this metric person should receive other emails; false otherwise.