| |
|
| java.lang.Object org.kuali.core.datadictionary.DataDictionaryDefinitionBase org.kuali.core.datadictionary.LookupDefinition
LookupDefinition | public class LookupDefinition extends DataDictionaryDefinitionBase (Code) | | Contains lookup-related information relating to the parent BusinessObject.
Note: the setters do copious amounts of validation, to facilitate generating errors during the parsing process.
|
LookupDefinition | public LookupDefinition()(Code) | | |
getExtraButtonParams | public String getExtraButtonParams()(Code) | | extraButtonParams |
getExtraButtonSource | public String getExtraButtonSource()(Code) | | extraButtonSource |
getInstructions | public String getInstructions()(Code) | | instructions |
getLookupField | public FieldDefinition getLookupField(String attributeName)(Code) | | FieldDefinition associated with the named lookup field, or null if there is none Parameters: fieldName - |
getLookupFieldNames | public List getLookupFieldNames()(Code) | | List of attributeNames of all lookupField FieldDefinitions associated with this LookupDefinition, in the order inwhich they were added |
getLookupFields | public Collection getLookupFields()(Code) | | Collection of all lookupField FieldDefinitions associated with this LookupDefinition, in the order in which they wereadded |
getLookupableID | public String getLookupableID()(Code) | | custom lookupable id |
getResultField | public FieldDefinition getResultField(String attributeName)(Code) | | FieldDefinition associated with the named result field, or null if there is none Parameters: fieldName - |
getResultFieldNames | public List<String> getResultFieldNames()(Code) | | List of attributeNames of all resultField FieldDefinitions associated with this LookupDefinition, in the order inwhich they were added |
getResultFields | public Collection<FieldDefinition> getResultFields()(Code) | | Collection of all resultField FieldDefinitions associated with this LookupDefinition, in the order in which they wereadded |
hasDefaultSort | public boolean hasDefaultSort()(Code) | | true if this instance has a default sort defined |
hasExtraButtonParams | public boolean hasExtraButtonParams()(Code) | | true if this instance has extraButtonParams |
hasExtraButtonSource | public boolean hasExtraButtonSource()(Code) | | true if this instance has extraButtonSource |
hasInstructions | public boolean hasInstructions()(Code) | | true if this instance has instructions |
hasMenubar | public boolean hasMenubar()(Code) | | true if this instance has a menubar |
setExtraButtonParams | public void setExtraButtonParams(String extraButtonParams)(Code) | | Sets extraButtonParams to the given value.
Parameters: extraButtonParams - |
setExtraButtonSource | public void setExtraButtonSource(String extraButtonSource)(Code) | | Sets extraButtonParams to the given value.
Parameters: extraButtonParams - throws: IllegalArgumentException - if the given source is blank |
setInstructions | public void setInstructions(String instructions)(Code) | | Sets instructions to the given value.
Parameters: title - throws: IllegalArgumentException - if the given instructions are blank |
setLookupableID | public void setLookupableID(String lookupableID)(Code) | | Parameters: lookupableID - |
Fields inherited from org.kuali.core.datadictionary.DataDictionaryDefinitionBase | public static boolean isParsingFile(Code)(Java Doc)
|
Methods inherited from org.kuali.core.datadictionary.DataDictionaryDefinitionBase | protected String getParseLocation()(Code)(Java Doc)
|
|
|
|