org.kuali.rice.krad.datadictionary
Class HelpDefinition
java.lang.Object
   org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
       org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
           org.kuali.rice.krad.datadictionary.HelpDefinition
org.kuali.rice.krad.datadictionary.HelpDefinition
- All Implemented Interfaces: 
- Serializable, DataDictionaryDefinition, DictionaryBean, org.springframework.beans.factory.InitializingBean
- public class HelpDefinition 
- extends DataDictionaryDefinitionBase- implements Serializable
The help element provides the keys to obtain a
 help description from the database.
 On document JSP pages, a help icon may be rendered.  If this tag is specified, then
 the filename of this page will be located in the value of the parameter specified by the namespace, detail type, and
 name.
 The value of the parameter is relative to the value of the "externalizable.help.url" property in
 ConfigurationService
 (see KualiHelpAction).
 parameterNamespace: namespace of the parameter that has the path to the help page
 parameterName: name of the parameter that has the path to the help page
 parameterDetailType: detail type of the parameter that has the path to the help page
- See Also:
- Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
parameterNamespace
protected String parameterNamespace
parameterDetailType
protected String parameterDetailType
parameterName
protected String parameterName
HelpDefinition
public HelpDefinition()
- Constructs a HelpDefinition.
 
completeValidation
public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
- Description copied from interface: DataDictionaryDefinition
- Performs complete intra-definition validation which couldn't be done earlier - for example, verifies that field
 references
 refer to actual fields of some specific class.
 
- 
- Specified by:
- completeValidationin interface- DataDictionaryDefinition
 
- 
- Parameters:
- rootBusinessObjectClass- Class of the BusinessObjectEntry which ultimately contains this definition
- otherBusinessObjectClass- other stuff required to complete validation
- See Also:
- DataDictionaryDefinition.completeValidation(java.lang.Class,
      java.lang.Class)
 
getParameterName
public String getParameterName()
- 
 
- 
- Returns:
 
setParameterName
public void setParameterName(String parameterName)
- parameterName: name of the parameter that has the path to the help page
 
- 
 
- 
 
getParameterNamespace
public String getParameterNamespace()
- 
 
- 
- Returns:
 
setParameterNamespace
public void setParameterNamespace(String parameterNamespace)
- parameterNamespace: namespace of the parameter that has the path to the help page
 
- 
 
- 
 
getParameterDetailType
public String getParameterDetailType()
- 
 
- 
 
setParameterDetailType
public void setParameterDetailType(String parameterDetailType)
- parameterDetailType: detail type of the parameter that has the path to the help page
 
- 
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.