Class KualiUserControlDefinition

All Implemented Interfaces:
Serializable, Cloneable, ControlDefinition, Copyable, DataDictionaryDefinition, DictionaryBean

@Deprecated public class KualiUserControlDefinition extends ControlDefinitionBase
Deprecated.
The kualiUser element defines a control that identifies a Kuali user. As an example, consider a person with the following: * User ID = JPJONES * Universal User ID = 3583663872 * Employee ID = 0000123456 * Name = JONES,JOHN p This control defines a field in which the user can enter the User Id or choose a user using the magnifying glass lookup. After a user is selected, user name will be displayed under the User ID. When using this control, the names of other attributes must be specified to allow the control to function: * universalIdAttributeName - attribute that provides the Universal User Id - e.g. 3583663872 * userIdAttributeName - attribute that provides the User Id - e.g. JPJONES * personNameAttributeName - attribute that provides the User Name - e.g. JONES,JOHN P
See Also:
  • Field Details

    • universalIdAttributeName

      protected String universalIdAttributeName
      Deprecated.
    • userIdAttributeName

      protected String userIdAttributeName
      Deprecated.
    • personNameAttributeName

      protected String personNameAttributeName
      Deprecated.
  • Constructor Details

    • KualiUserControlDefinition

      public KualiUserControlDefinition()
      Deprecated.
  • Method Details

    • isKualiUser

      public boolean isKualiUser()
      Deprecated.
      Specified by:
      isKualiUser in interface ControlDefinition
      Overrides:
      isKualiUser in class ControlDefinitionBase
      See Also:
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
      See Also:
    • getPersonNameAttributeName

      public String getPersonNameAttributeName()
      Deprecated.
      Gets the personNameAttributeName attribute.
      Returns:
      Returns the personNameAttributeName.
    • setPersonNameAttributeName

      public void setPersonNameAttributeName(String personNameAttributeName)
      Deprecated.
      personNameAttributeName - attribute that provides the User Name - e.g. JONES,JOHN P
    • getUniversalIdAttributeName

      public String getUniversalIdAttributeName()
      Deprecated.
      Gets the universalIdAttributeName attribute.
      Returns:
      Returns the universalIdAttributeName.
    • setUniversalIdAttributeName

      public void setUniversalIdAttributeName(String universalIdAttributeName)
      Deprecated.
      universalIdAttributeName - attribute that provides the Universal User Id - e.g. 3583663872
    • getUserIdAttributeName

      public String getUserIdAttributeName()
      Deprecated.
      Gets the userIdAttributeName attribute.
      Returns:
      Returns the userIdAttributeName.
    • setUserIdAttributeName

      public void setUserIdAttributeName(String userIdAttributeName)
      Deprecated.
      userIdAttributeName - attribute that provides the User Id - e.g. JPJONES