|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase org.kuali.rice.kns.datadictionary.control.KualiUserControlDefinition
@Deprecated public class KualiUserControlDefinition
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
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 java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition |
---|
getId |
Field Detail |
---|
protected String universalIdAttributeName
protected String userIdAttributeName
protected String personNameAttributeName
Constructor Detail |
---|
public KualiUserControlDefinition()
Method Detail |
---|
public boolean isKualiUser()
isKualiUser
in interface ControlDefinition
isKualiUser
in class ControlDefinitionBase
ControlDefinition.isKualiUser()
public String toString()
toString
in class Object
Object.toString()
public String getPersonNameAttributeName()
public void setPersonNameAttributeName(String personNameAttributeName)
public String getUniversalIdAttributeName()
public void setUniversalIdAttributeName(String universalIdAttributeName)
public String getUserIdAttributeName()
public void setUserIdAttributeName(String userIdAttributeName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |