Class KualiUserControlDefinition
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
org.kuali.rice.kns.datadictionary.control.KualiUserControlDefinition
- All Implemented Interfaces:
Serializable,Cloneable,org.kuali.rice.krad.datadictionary.control.ControlDefinition,org.kuali.rice.krad.datadictionary.Copyable,org.kuali.rice.krad.datadictionary.DataDictionaryDefinition,org.kuali.rice.krad.datadictionary.DictionaryBean
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 Summary
FieldsModifier and TypeFieldDescriptionprotected StringDeprecated.protected StringDeprecated.protected StringDeprecated.Fields inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
cols, datePicker, datePickerFormat, expandedTextArea, ranged, rows, script, size, valuesFinderClass, valuesFinderPropertiesFields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
embeddedDataObjectMetadata, generatedFromMetadata, idFields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the personNameAttributeName attribute.Deprecated.Gets the universalIdAttributeName attribute.Deprecated.Gets the userIdAttributeName attribute.booleanDeprecated.voidsetPersonNameAttributeName(String personNameAttributeName) Deprecated.personNameAttributeName - attribute that provides the User Name - e.g.voidsetUniversalIdAttributeName(String universalIdAttributeName) Deprecated.universalIdAttributeName - attribute that provides the Universal User Id - e.g. 3583663872voidsetUserIdAttributeName(String userIdAttributeName) Deprecated.userIdAttributeName - attribute that provides the User Id - e.g.toString()Deprecated.Methods inherited from class org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
completeValidation, equals, getBusinessObjectClass, getCols, getDatePickerFormat, getIncludeBlankRow, getIncludeKeyInLabel, getKeyAttribute, getLabelAttribute, getRows, getScript, getSize, getValuesFinderClass, getValuesFinderProperties, hashCode, hasScript, isButton, isCheckbox, isCurrency, isDatePicker, isExpandedTextArea, isFile, isHidden, isLink, isLookupHidden, isLookupReadonly, isMultiselect, isRadio, isRanged, isSelect, isText, isTextarea, isWorkflowWorkgroup, setBusinessObjectClass, setCols, setDatePicker, setDatePickerFormat, setExpandedTextArea, setIncludeBlankRow, setIncludeKeyInLabel, setKeyAttribute, setLabelAttribute, setRanged, setRows, setScript, setSize, setValuesFinderClass, setValuesFinderPropertiesMethods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadataMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
completeValidation, getIdMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Field Details
-
universalIdAttributeName
Deprecated. -
userIdAttributeName
Deprecated. -
personNameAttributeName
Deprecated.
-
-
Constructor Details
-
KualiUserControlDefinition
public KualiUserControlDefinition()Deprecated.
-
-
Method Details
-
isKualiUser
public boolean isKualiUser()Deprecated.- Specified by:
isKualiUserin interfaceorg.kuali.rice.krad.datadictionary.control.ControlDefinition- Overrides:
isKualiUserin classControlDefinitionBase- See Also:
-
toString
Deprecated. -
getPersonNameAttributeName
Deprecated.Gets the personNameAttributeName attribute.- Returns:
- Returns the personNameAttributeName.
-
setPersonNameAttributeName
Deprecated.personNameAttributeName - attribute that provides the User Name - e.g. JONES,JOHN P -
getUniversalIdAttributeName
Deprecated.Gets the universalIdAttributeName attribute.- Returns:
- Returns the universalIdAttributeName.
-
setUniversalIdAttributeName
Deprecated.universalIdAttributeName - attribute that provides the Universal User Id - e.g. 3583663872 -
getUserIdAttributeName
Deprecated.Gets the userIdAttributeName attribute.- Returns:
- Returns the userIdAttributeName.
-
setUserIdAttributeName
Deprecated.userIdAttributeName - attribute that provides the User Id - e.g. JPJONES
-
UserControl.