|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RiceApplicationConfigurationService
This interface defines methods that a KualiConfiguration Service must provide. Provides methods for getting string resources.
Method Summary | |
---|---|
String |
getBaseHelpUrl(String businessObjectClassName)
|
String |
getBaseInquiryUrl(String businessObjectClassName)
|
String |
getBaseLookupUrl(String businessObjectClassName)
|
AttributeDefinition |
getBusinessObjectAttributeDefinition(String businessObjectClassName,
String attributeName)
This method will return the attribute definition from the local data dictionary. |
String |
getConfigurationParameter(String parameterName)
Given a property name (parameterName), returns the value associated with it. |
List<Component> |
getNonDatabaseComponents()
This method can be used to supplement the list of ParameterDetailTypes defined in the database from other sources. |
boolean |
isResponsibleForPackage(String packageName)
Checks whether this application is responsible for the package given. |
boolean |
supportsBusinessObjectClass(String businessObjectClassName)
Checks whether this application supports the given business object (whether it is defined in the data dictionary) |
Method Detail |
---|
String getConfigurationParameter(String parameterName)
parameterName
-
List<Component> getNonDatabaseComponents()
boolean isResponsibleForPackage(String packageName)
boolean supportsBusinessObjectClass(String businessObjectClassName)
AttributeDefinition getBusinessObjectAttributeDefinition(String businessObjectClassName, String attributeName)
String getBaseLookupUrl(String businessObjectClassName)
String getBaseInquiryUrl(String businessObjectClassName)
String getBaseHelpUrl(String businessObjectClassName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |