Uses of Class
org.kuali.rice.krad.datadictionary.BusinessObjectEntry

Packages that use BusinessObjectEntry
org.kuali.rice.kns.datadictionary Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.lookup Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.krad.datadictionary   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
 

Uses of BusinessObjectEntry in org.kuali.rice.kns.datadictionary
 

Subclasses of BusinessObjectEntry in org.kuali.rice.kns.datadictionary
 class BusinessObjectEntry
          Deprecated. 
 

Uses of BusinessObjectEntry in org.kuali.rice.kns.lookup
 

Methods in org.kuali.rice.kns.lookup that return BusinessObjectEntry
 BusinessObjectEntry ExportViewHelper.getBusinessObjectEntry()
           
protected  BusinessObjectEntry ExportViewHelper.loadBusinessObjectEntry()
           
 

Uses of BusinessObjectEntry in org.kuali.rice.krad.datadictionary
 

Methods in org.kuali.rice.krad.datadictionary that return BusinessObjectEntry
 BusinessObjectEntry DataDictionaryMapper.getBusinessObjectEntry(DataDictionaryIndex index, String className)
          Deprecated. 
 BusinessObjectEntry DataDictionaryIndexMapper.getBusinessObjectEntry(DataDictionaryIndex index, String className)
           
 BusinessObjectEntry DataDictionary.getBusinessObjectEntry(String className)
          Deprecated. 
 BusinessObjectEntry DataDictionaryMapper.getBusinessObjectEntryForConcreteClass(DataDictionaryIndex index, String className)
          Deprecated. 
 BusinessObjectEntry DataDictionaryIndexMapper.getBusinessObjectEntryForConcreteClass(DataDictionaryIndex ddIndex, String className)
           
 BusinessObjectEntry DataDictionary.getBusinessObjectEntryForConcreteClass(String className)
          This method gets the business object entry for a concrete class
 

Methods in org.kuali.rice.krad.datadictionary that return types with arguments of type BusinessObjectEntry
 Map<String,BusinessObjectEntry> DataDictionary.getBusinessObjectEntries()
           
 Map<String,BusinessObjectEntry> DataDictionaryIndex.getBusinessObjectEntries()
           
 Map<String,BusinessObjectEntry> DataDictionaryMapper.getBusinessObjectEntries(DataDictionaryIndex index)
          Deprecated. 
 Map<String,BusinessObjectEntry> DataDictionaryIndexMapper.getBusinessObjectEntries(DataDictionaryIndex index)
           
 

Uses of BusinessObjectEntry in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return BusinessObjectEntry
 BusinessObjectEntry ModuleService.getExternalizableBusinessObjectDictionaryEntry(Class businessObjectInterfaceClass)
          This method gets the business object dictionary entry for the passed in externalizable business object class.
 

Uses of BusinessObjectEntry in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that return BusinessObjectEntry
protected  BusinessObjectEntry DataObjectMetaDataServiceImpl.getBusinessObjectEntry(Class businessObjectClass)
           
 BusinessObjectEntry ModuleServiceBase.getExternalizableBusinessObjectDictionaryEntry(Class businessObjectInterfaceClass)
           
 

Methods in org.kuali.rice.krad.service.impl with parameters of type BusinessObjectEntry
protected  Component DataDictionaryComponentPublisherServiceImpl.deriveComponentFromBusinessObjectEntry(BusinessObjectEntry businessObjectEntry)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.