Package org.kuali.rice.kns.service.impl
Class BusinessObjectMetaDataServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.DataObjectMetaDataServiceImpl
org.kuali.rice.kns.service.impl.BusinessObjectMetaDataServiceImpl
- All Implemented Interfaces:
BusinessObjectMetaDataService,DataObjectMetaDataService
@Deprecated
public class BusinessObjectMetaDataServiceImpl
extends DataObjectMetaDataServiceImpl
implements BusinessObjectMetaDataService
Deprecated.
Implementation of the
BusinessObjectMetaDataService which uses
the following services to gather its meta data:- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BusinessObjectDictionaryServiceDeprecated.Gets the businessObjectDictionaryService attribute.getBusinessObjectRelationship(Object bo, Class boClass, String attributeName, String attributePrefix, boolean keysOnly) Deprecated.getBusinessObjectRelationship(Object bo, String attributeName) Deprecated.getBusinessObjectRelationship(RelationshipDefinition ddReference, Object bo, Class boClass, String attributeName, String attributePrefix, boolean keysOnly) Deprecated.getBusinessObjectRelationshipDefinition(Class c, String attributeName) Deprecated.getBusinessObjectRelationshipDefinition(Object bo, String attributeName) Deprecated.getBusinessObjectRelationships(Class<? extends Object> boClass) Deprecated.Deprecated.Deprecated.getForeignKeyFieldName(Class businessObjectClass, String attributeName, String targetName) Deprecated.getInquirableFieldNames(Class boClass, String sectionTitle) Deprecated.getLookupableFieldNames(Class boClass) Deprecated.getLookupFieldDefaultValue(Class businessObjectClass, String attributeName) Deprecated.getLookupFieldDefaultValueFinderClass(Class businessObjectClass, String attributeName) Deprecated.getLookupFieldQuickfinderParameterString(Class businessObjectClass, String attributeName) Deprecated.Class<? extends ValueFinder> getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass, String attributeName) Deprecated.getReferencesForForeignKey(Object bo, String attributeName) Deprecated.booleanhasLocalInquiry(Class<?> dataObjectClass) Deprecated.booleanhasLocalLookup(Class<?> dataObjectClass) Deprecated.booleanisAttributeInquirable(Class boClass, String attributeName, String sectionTitle) Deprecated.booleanisAttributeLookupable(Class boClass, String attributeName) Deprecated.booleanisInquirable(Class boClass) Deprecated.booleanisLookupable(Class boClass) Deprecated.voidsetBusinessObjectDictionaryService(BusinessObjectDictionaryService businessObjectDictionaryService) Deprecated.Sets the businessObjectDictionaryService attribute value.Methods inherited from class org.kuali.rice.krad.service.impl.DataObjectMetaDataServiceImpl
areNotesSupported, classHasSupportedFeatures, equalsByPrimaryKeys, getBusinessObjectEntry, getDataDictionaryService, getDataObjectEntry, getDataObjectIdentifierString, getDataObjectRelationship, getDataObjectRelationship, getDataObjectRelationships, getDictionaryRelationship, getKualiModuleService, getPersistenceStructureService, getPrimaryKeyFieldValues, getPrimaryKeyFieldValues, getRelationshipMetadata, getTitleAttribute, getViewDictionaryService, listPrimaryKeyFieldNames, populateRelationshipFromDictionaryReference, setDataDictionaryService, setKualiModuleService, setPersistenceStructureService, setViewDictionaryService, validateBusinessObjectClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.service.DataObjectMetaDataService
areNotesSupported, equalsByPrimaryKeys, getDataObjectIdentifierString, getDataObjectRelationship, getDataObjectRelationships, getDictionaryRelationship, getPrimaryKeyFieldValues, getPrimaryKeyFieldValues, getTitleAttribute, listPrimaryKeyFieldNames
-
Constructor Details
-
BusinessObjectMetaDataServiceImpl
public BusinessObjectMetaDataServiceImpl()Deprecated.
-
-
Method Details
-
getCollectionNames
Deprecated.- Specified by:
getCollectionNamesin interfaceBusinessObjectMetaDataService
-
getInquirableFieldNames
Deprecated.- Specified by:
getInquirableFieldNamesin interfaceBusinessObjectMetaDataService
-
getLookupableFieldNames
Deprecated.- Specified by:
getLookupableFieldNamesin interfaceBusinessObjectMetaDataService
-
getLookupFieldDefaultValue
Deprecated.- Specified by:
getLookupFieldDefaultValuein interfaceBusinessObjectMetaDataService
-
getLookupFieldDefaultValueFinderClass
Deprecated.- Specified by:
getLookupFieldDefaultValueFinderClassin interfaceBusinessObjectMetaDataService
-
getLookupFieldQuickfinderParameterString
public String getLookupFieldQuickfinderParameterString(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getLookupFieldQuickfinderParameterStringin interfaceBusinessObjectMetaDataService
-
getLookupFieldQuickfinderParameterStringBuilderClass
public Class<? extends ValueFinder> getLookupFieldQuickfinderParameterStringBuilderClass(Class businessObjectClass, String attributeName) Deprecated.- Specified by:
getLookupFieldQuickfinderParameterStringBuilderClassin interfaceBusinessObjectMetaDataService
-
isAttributeInquirable
Deprecated.- Specified by:
isAttributeInquirablein interfaceBusinessObjectMetaDataService
-
isInquirable
Deprecated.- Specified by:
isInquirablein interfaceBusinessObjectMetaDataService
-
isAttributeLookupable
Deprecated.- Specified by:
isAttributeLookupablein interfaceBusinessObjectMetaDataService
-
isLookupable
Deprecated.- Specified by:
isLookupablein interfaceBusinessObjectMetaDataService
-
getBusinessObjectRelationship
Deprecated.- Specified by:
getBusinessObjectRelationshipin interfaceBusinessObjectMetaDataService
-
getBusinessObjectRelationship
public DataObjectRelationship getBusinessObjectRelationship(RelationshipDefinition ddReference, Object bo, Class boClass, String attributeName, String attributePrefix, boolean keysOnly) Deprecated.- Specified by:
getBusinessObjectRelationshipin interfaceBusinessObjectMetaDataService
-
getBusinessObjectRelationshipDefinition
public RelationshipDefinition getBusinessObjectRelationshipDefinition(Class c, String attributeName) Deprecated.- Specified by:
getBusinessObjectRelationshipDefinitionin interfaceBusinessObjectMetaDataService
-
getBusinessObjectRelationshipDefinition
public RelationshipDefinition getBusinessObjectRelationshipDefinition(Object bo, String attributeName) Deprecated.- Specified by:
getBusinessObjectRelationshipDefinitionin interfaceBusinessObjectMetaDataService
-
getBusinessObjectRelationship
public DataObjectRelationship getBusinessObjectRelationship(Object bo, Class boClass, String attributeName, String attributePrefix, boolean keysOnly) Deprecated.- Specified by:
getBusinessObjectRelationshipin interfaceBusinessObjectMetaDataService
-
getBusinessObjectRelationships
Deprecated.- Specified by:
getBusinessObjectRelationshipsin interfaceBusinessObjectMetaDataService
-
getBusinessObjectRelationships
Deprecated.- Specified by:
getBusinessObjectRelationshipsin interfaceBusinessObjectMetaDataService
-
getReferencesForForeignKey
Deprecated.- Specified by:
getReferencesForForeignKeyin interfaceBusinessObjectMetaDataService- See Also:
-
getForeignKeyFieldName
public String getForeignKeyFieldName(Class businessObjectClass, String attributeName, String targetName) Deprecated.- Specified by:
getForeignKeyFieldNamein interfaceBusinessObjectMetaDataService
-
hasLocalLookup
Deprecated.- Specified by:
hasLocalLookupin interfaceDataObjectMetaDataService- Overrides:
hasLocalLookupin classDataObjectMetaDataServiceImpl- See Also:
-
hasLocalInquiry
Deprecated.- Specified by:
hasLocalInquiryin interfaceDataObjectMetaDataService- Overrides:
hasLocalInquiryin classDataObjectMetaDataServiceImpl- See Also:
-
getBusinessObjectDictionaryService
Deprecated.Gets the businessObjectDictionaryService attribute.- Returns:
- Returns the businessObjectDictionaryService.
-
setBusinessObjectDictionaryService
public void setBusinessObjectDictionaryService(BusinessObjectDictionaryService businessObjectDictionaryService) Deprecated.Sets the businessObjectDictionaryService attribute value.- Parameters:
businessObjectDictionaryService- The BusinessObjectDictionaryService to set.
-
DataObjectMetaDataServiceImplif still using legacy data framework, otherwise use new KRAD Data framework.