Package org.kuali.rice.kns.service.impl
Class BusinessObjectDictionaryServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.BusinessObjectDictionaryServiceImpl
- All Implemented Interfaces:
BusinessObjectDictionaryService
@Deprecated
public class BusinessObjectDictionaryServiceImpl
extends Object
implements BusinessObjectDictionaryService
Deprecated.
Only used by KNS classes, use KRAD.
This class is the service implementation for the BusinessObjectDictionary.
This is the default, Kuali delivered implementation which leverages the
DataDictionaryService.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandisableSearchButtonsInLookup(Class businessObjectClass) Deprecated.forceInquiryFieldInquiry(Class businessObjectClass, String attributeName) Deprecated.forceInquiryFieldLookup(Class businessObjectClass, String attributeName) Deprecated.forceLookupFieldLookup(Class businessObjectClass, String attributeName) Deprecated.forceLookupResultFieldInquiry(Class businessObjectClass, String attributeName) Deprecated.Deprecated.Uses the DataDictionaryService.Deprecated.This method retrieves the instance of the data dictionary service.getExtraButtonParams(Class businessObjectClass) Deprecated.getExtraButtonSource(Class businessObjectClass) Deprecated.getInquirableClass(Class businessObjectClass) Deprecated.<T extends BusinessObject>
InquiryAuthorizergetInquiryAuthorizer(Class<T> businessObjectClass) Deprecated.getInquiryFieldAdditionalDisplayAttributeName(Class businessObjectClass, String attributeName) Deprecated.getInquiryFieldAlternateDisplayAttributeName(Class businessObjectClass, String attributeName) Deprecated.getInquiryFieldNames(Class businessObjectClass, String sectionTitle) Deprecated.<T extends BusinessObject>
InquiryPresentationControllergetInquiryPresentationController(Class<T> businessObjectClass) Deprecated.getInquirySections(Class businessObjectClass) Deprecated.getInquiryTitle(Class businessObjectClass) Deprecated.getLookupableID(Class businessObjectClass) Deprecated.getLookupAttributeReadOnly(Class businessObjectClass, String attributeName) Deprecated.getLookupAttributeRequired(Class businessObjectClass, String attributeName) Deprecated.getLookupDefaultSortFieldNames(Class businessObjectClass) Deprecated.getLookupFieldAdditionalDisplayAttributeName(Class businessObjectClass, String attributeName) Deprecated.getLookupFieldAlternateDisplayAttributeName(Class businessObjectClass, String attributeName) Deprecated.getLookupFieldDefaultValue(Class businessObjectClass, String attributeName) Deprecated.Class<? extends ValueFinder> getLookupFieldDefaultValueFinderClass(Class businessObjectClass, String attributeName) Deprecated.getLookupFieldNames(Class businessObjectClass) Deprecated.getLookupFieldQuickfinderParameterString(Class businessObjectClass, String attributeName) Deprecated.Class<? extends ValueFinder> getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass, String attributeName) Deprecated.getLookupMenuBar(Class businessObjectClass) Deprecated.getLookupNumberOfColumns(Class businessObjectClass) Deprecated.getLookupResultFieldMaxLength(Class businessObjectClass, String resultFieldName) Deprecated.getLookupResultFieldNames(Class businessObjectClass) Deprecated.getLookupResultFieldTotal(Class businessObjectClass, String attributeName) Deprecated.getLookupResultFieldUseShortLabel(Class businessObjectClass, String attributeName) Deprecated.getLookupResultSetLimit(Class businessObjectClass) Deprecated.getLookupTitle(Class businessObjectClass) Deprecated.getMaintainableLabel(Class businessObjectClass) Deprecated.getMultipleValueLookupResultSetLimit(Class businessObjectClass) Deprecated.getSearchIconOverride(Class businessObjectClass) Deprecated.getTitleAttribute(Class businessObjectClass) Deprecated.isExportable(Class businessObjectClass) Deprecated.isInquirable(Class businessObjectClass) Deprecated.isLookupable(Class businessObjectClass) Deprecated.booleanisLookupFieldTreatWildcardsAndOperatorsAsLiteral(Class businessObjectClass, String attributeName) Deprecated.booleanisLookupFieldTriggerOnChange(Class businessObjectClass, String attributeName) Deprecated.isMaintainable(Class businessObjectClass) Deprecated.noDirectInquiryFieldLookup(Class businessObjectClass, String attributeName) Deprecated.noInquiryFieldInquiry(Class businessObjectClass, String attributeName) Deprecated.noLookupFieldLookup(Class businessObjectClass, String attributeName) Deprecated.noLookupResultFieldInquiry(Class businessObjectClass, String attributeName) Deprecated.voidDeprecated.Recurses down the updatable references and collections of a BO, uppercasing those attributes which are marked as needing to be uppercased in the data dictionary.protected voidperformForceUppercaseCycleSafe(BusinessObject bo, Set<BusinessObject> visited) Deprecated.Handles recursion for performForceUppercase in a cycle-safe manner, keeping track of visited BusinessObjects to prevent infinite recursion.voidsetDataDictionaryService(DataDictionaryService dataDictionaryService) Deprecated.Sets the instance of the data dictionary service.voidsetPersistenceStructureService(PersistenceStructureService persistenceStructureService) Deprecated.tranlateCodesInInquiry(Class businessObjectClass) Deprecated.tranlateCodesInLookup(Class businessObjectClass) Deprecated.
-
Constructor Details
-
BusinessObjectDictionaryServiceImpl
public BusinessObjectDictionaryServiceImpl()Deprecated.
-
-
Method Details
-
getInquiryAuthorizer
public <T extends BusinessObject> InquiryAuthorizer getInquiryAuthorizer(Class<T> businessObjectClass) Deprecated.- Specified by:
getInquiryAuthorizerin interfaceBusinessObjectDictionaryService
-
getInquiryPresentationController
public <T extends BusinessObject> InquiryPresentationController getInquiryPresentationController(Class<T> businessObjectClass) Deprecated.- Specified by:
getInquiryPresentationControllerin interfaceBusinessObjectDictionaryService
-
getBusinessObjectClassnames
Deprecated.Uses the DataDictionaryService.- Specified by:
getBusinessObjectClassnamesin interfaceBusinessObjectDictionaryService- See Also:
-
isLookupable
Deprecated.- Specified by:
isLookupablein interfaceBusinessObjectDictionaryService- See Also:
-
isInquirable
Deprecated.- Specified by:
isInquirablein interfaceBusinessObjectDictionaryService- See Also:
-
isMaintainable
Deprecated.- Specified by:
isMaintainablein interfaceBusinessObjectDictionaryService- See Also:
-
isExportable
Deprecated.- Specified by:
isExportablein interfaceBusinessObjectDictionaryService- See Also:
-
getLookupFieldNames
Deprecated.- Specified by:
getLookupFieldNamesin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupTitle
Deprecated.- Specified by:
getLookupTitlein interfaceBusinessObjectDictionaryService- See Also:
-
getLookupMenuBar
Deprecated.- Specified by:
getLookupMenuBarin interfaceBusinessObjectDictionaryService- See Also:
-
getExtraButtonSource
Deprecated.- Specified by:
getExtraButtonSourcein interfaceBusinessObjectDictionaryService- See Also:
-
getExtraButtonParams
Deprecated.- Specified by:
getExtraButtonParamsin interfaceBusinessObjectDictionaryService- See Also:
-
getSearchIconOverride
Deprecated.- Specified by:
getSearchIconOverridein interfaceBusinessObjectDictionaryService- See Also:
-
getLookupDefaultSortFieldNames
Deprecated.- Specified by:
getLookupDefaultSortFieldNamesin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupResultFieldNames
Deprecated.- Specified by:
getLookupResultFieldNamesin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupResultFieldMaxLength
Deprecated.- Specified by:
getLookupResultFieldMaxLengthin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupResultSetLimit
Deprecated.- Specified by:
getLookupResultSetLimitin interfaceBusinessObjectDictionaryService- See Also:
-
getMultipleValueLookupResultSetLimit
Deprecated.- Specified by:
getMultipleValueLookupResultSetLimitin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupNumberOfColumns
Deprecated.- Specified by:
getLookupNumberOfColumnsin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupAttributeRequired
Deprecated.- Specified by:
getLookupAttributeRequiredin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupAttributeReadOnly
Deprecated.- Specified by:
getLookupAttributeReadOnlyin interfaceBusinessObjectDictionaryService- See Also:
-
getInquiryFieldNames
Deprecated.- Specified by:
getInquiryFieldNamesin interfaceBusinessObjectDictionaryService- See Also:
-
getInquirySections
Deprecated.- Specified by:
getInquirySectionsin interfaceBusinessObjectDictionaryService- See Also:
-
getInquiryTitle
Deprecated.- Specified by:
getInquiryTitlein interfaceBusinessObjectDictionaryService- See Also:
-
getInquirableClass
Deprecated.- Specified by:
getInquirableClassin interfaceBusinessObjectDictionaryService- See Also:
-
getMaintainableLabel
Deprecated.- Specified by:
getMaintainableLabelin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupableID
Deprecated.- Specified by:
getLookupableIDin interfaceBusinessObjectDictionaryService- See Also:
-
performForceUppercase
Deprecated.Recurses down the updatable references and collections of a BO, uppercasing those attributes which are marked as needing to be uppercased in the data dictionary. Updatability of a reference or collection is defined by the PersistenceStructureService- Specified by:
performForceUppercasein interfaceBusinessObjectDictionaryService- Parameters:
bo- the BO to uppercase- See Also:
-
performForceUppercaseCycleSafe
Deprecated.Handles recursion for performForceUppercase in a cycle-safe manner, keeping track of visited BusinessObjects to prevent infinite recursion. -
setDataDictionaryService
Deprecated.Sets the instance of the data dictionary service.- Parameters:
dataDictionaryService-
-
getDataDictionaryService
Deprecated.This method retrieves the instance of the data dictionary service.- Returns:
- An instance of the DataDictionaryService.
-
getTitleAttribute
Deprecated.- Specified by:
getTitleAttributein interfaceBusinessObjectDictionaryService- See Also:
-
forceLookupResultFieldInquiry
Deprecated.- Specified by:
forceLookupResultFieldInquiryin interfaceBusinessObjectDictionaryService- See Also:
-
noLookupResultFieldInquiry
Deprecated.- Specified by:
noLookupResultFieldInquiryin interfaceBusinessObjectDictionaryService- See Also:
-
forceLookupFieldLookup
Deprecated.- Specified by:
forceLookupFieldLookupin interfaceBusinessObjectDictionaryService- See Also:
-
forceInquiryFieldLookup
Deprecated.- Specified by:
forceInquiryFieldLookupin interfaceBusinessObjectDictionaryService
-
noLookupFieldLookup
Deprecated.- Specified by:
noLookupFieldLookupin interfaceBusinessObjectDictionaryService- See Also:
-
noDirectInquiryFieldLookup
Deprecated.- Specified by:
noDirectInquiryFieldLookupin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupResultFieldUseShortLabel
Deprecated.- Specified by:
getLookupResultFieldUseShortLabelin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupResultFieldTotal
Deprecated.- Specified by:
getLookupResultFieldTotalin interfaceBusinessObjectDictionaryService- See Also:
-
forceInquiryFieldInquiry
Deprecated.- Specified by:
forceInquiryFieldInquiryin interfaceBusinessObjectDictionaryService- See Also:
-
noInquiryFieldInquiry
Deprecated.- Specified by:
noInquiryFieldInquiryin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupFieldDefaultValue
Deprecated.- Specified by:
getLookupFieldDefaultValuein interfaceBusinessObjectDictionaryService- See Also:
-
getLookupFieldDefaultValueFinderClass
public Class<? extends ValueFinder> getLookupFieldDefaultValueFinderClass(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getLookupFieldDefaultValueFinderClassin interfaceBusinessObjectDictionaryService- See Also:
-
getLookupFieldQuickfinderParameterString
public String getLookupFieldQuickfinderParameterString(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getLookupFieldQuickfinderParameterStringin interfaceBusinessObjectDictionaryService
-
getLookupFieldQuickfinderParameterStringBuilderClass
public Class<? extends ValueFinder> getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getLookupFieldQuickfinderParameterStringBuilderClassin interfaceBusinessObjectDictionaryService
-
setPersistenceStructureService
Deprecated. -
isLookupFieldTreatWildcardsAndOperatorsAsLiteral
public boolean isLookupFieldTreatWildcardsAndOperatorsAsLiteral(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
isLookupFieldTreatWildcardsAndOperatorsAsLiteralin interfaceBusinessObjectDictionaryService- See Also:
-
getInquiryFieldAdditionalDisplayAttributeName
public String getInquiryFieldAdditionalDisplayAttributeName(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getInquiryFieldAdditionalDisplayAttributeNamein interfaceBusinessObjectDictionaryService- See Also:
-
getInquiryFieldAlternateDisplayAttributeName
public String getInquiryFieldAlternateDisplayAttributeName(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getInquiryFieldAlternateDisplayAttributeNamein interfaceBusinessObjectDictionaryService- See Also:
-
getLookupFieldAdditionalDisplayAttributeName
public String getLookupFieldAdditionalDisplayAttributeName(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getLookupFieldAdditionalDisplayAttributeNamein interfaceBusinessObjectDictionaryService- See Also:
-
getLookupFieldAlternateDisplayAttributeName
public String getLookupFieldAlternateDisplayAttributeName(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getLookupFieldAlternateDisplayAttributeNamein interfaceBusinessObjectDictionaryService- See Also:
-
tranlateCodesInLookup
Deprecated.- Specified by:
tranlateCodesInLookupin interfaceBusinessObjectDictionaryService- See Also:
-
tranlateCodesInInquiry
Deprecated.- Specified by:
tranlateCodesInInquiryin interfaceBusinessObjectDictionaryService- See Also:
-
isLookupFieldTriggerOnChange
Deprecated.- Specified by:
isLookupFieldTriggerOnChangein interfaceBusinessObjectDictionaryService- See Also:
-
disableSearchButtonsInLookup
Deprecated.- Specified by:
disableSearchButtonsInLookupin interfaceBusinessObjectDictionaryService- See Also:
-