org.kuali.rice.kns.datadictionary.control
Class KualiUserControlDefinition

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
          extended by org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
              extended by org.kuali.rice.kns.datadictionary.control.KualiUserControlDefinition
All Implemented Interfaces:
Serializable, ControlDefinition, DataDictionaryDefinition, DictionaryBean, org.springframework.beans.factory.InitializingBean

Deprecated.

@Deprecated
public class KualiUserControlDefinition
extends ControlDefinitionBase

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:
Serialized Form

Field Summary
protected  String personNameAttributeName
          Deprecated.  
protected  String universalIdAttributeName
          Deprecated.  
protected  String userIdAttributeName
          Deprecated.  
 
Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
businessObjectClass, cols, datePicker, expandedTextArea, includeBlankRow, includeKeyInLabel, keyAttribute, labelAttribute, ranged, rows, script, size, valuesFinderClass
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
KualiUserControlDefinition()
          Deprecated.  
 
Method Summary
 String getPersonNameAttributeName()
          Deprecated. Gets the personNameAttributeName attribute.
 String getUniversalIdAttributeName()
          Deprecated. Gets the universalIdAttributeName attribute.
 String getUserIdAttributeName()
          Deprecated. Gets the userIdAttributeName attribute.
 boolean isKualiUser()
          Deprecated.  
 void setPersonNameAttributeName(String personNameAttributeName)
          Deprecated. personNameAttributeName - attribute that provides the User Name - e.g.
 void setUniversalIdAttributeName(String universalIdAttributeName)
          Deprecated. universalIdAttributeName - attribute that provides the Universal User Id - e.g.
 void setUserIdAttributeName(String userIdAttributeName)
          Deprecated. userIdAttributeName - attribute that provides the User Id - e.g.
 String toString()
          Deprecated.  
 
Methods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
completeValidation, equals, getBusinessObjectClass, getCols, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, hasScript, isButton, isCheckbox, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isLink, isLookupHidden, isLookupReadonly, isMultiselect, isRadio, isRanged, isSelect, isText, isTextarea, isWorkflowWorkgroup, setBusinessObjectClass, setCols, setDatePicker, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
copy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
getId
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCode
 

Field Detail

universalIdAttributeName

protected String universalIdAttributeName
Deprecated. 

userIdAttributeName

protected String userIdAttributeName
Deprecated. 

personNameAttributeName

protected String personNameAttributeName
Deprecated. 
Constructor Detail

KualiUserControlDefinition

public KualiUserControlDefinition()
Deprecated. 
Method Detail

isKualiUser

public boolean isKualiUser()
Deprecated. 
Specified by:
isKualiUser in interface ControlDefinition
Overrides:
isKualiUser in class ControlDefinitionBase
Returns:
true if the ControlDefinition instance represents a kualiUser control
See Also:
ControlDefinition.isKualiUser()

toString

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

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



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.