Uses of Class
org.kuali.rice.krad.bo.DataObjectRelationship

Packages that use DataObjectRelationship
org.kuali.rice.kns.service Copyright 2005-2014 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.service.impl   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
org.kuali.rice.krad.uif.widget   
 

Uses of DataObjectRelationship in org.kuali.rice.kns.service
 

Methods in org.kuali.rice.kns.service that return DataObjectRelationship
 DataObjectRelationship BusinessObjectMetaDataService.getBusinessObjectRelationship(BusinessObject bo, Class boClass, String attributeName, String attributePrefix, boolean keysOnly)
          Deprecated. 
 DataObjectRelationship BusinessObjectMetaDataService.getBusinessObjectRelationship(BusinessObject bo, String attributeName)
          Deprecated. 
 DataObjectRelationship BusinessObjectMetaDataService.getBusinessObjectRelationship(RelationshipDefinition ddReference, BusinessObject bo, Class boClass, String attributeName, String attributePrefix, boolean keysOnly)
           
 

Methods in org.kuali.rice.kns.service that return types with arguments of type DataObjectRelationship
 List<DataObjectRelationship> BusinessObjectMetaDataService.getBusinessObjectRelationships(BusinessObject bo)
          Deprecated. 
 List<DataObjectRelationship> BusinessObjectMetaDataService.getBusinessObjectRelationships(Class<? extends BusinessObject> boClass)
          Deprecated. 
 

Uses of DataObjectRelationship in org.kuali.rice.kns.service.impl
 

Methods in org.kuali.rice.kns.service.impl that return DataObjectRelationship
 DataObjectRelationship BusinessObjectMetaDataServiceImpl.getBusinessObjectRelationship(BusinessObject bo, Class boClass, String attributeName, String attributePrefix, boolean keysOnly)
          Deprecated.  
 DataObjectRelationship BusinessObjectMetaDataServiceImpl.getBusinessObjectRelationship(BusinessObject bo, String attributeName)
          Deprecated.  
 DataObjectRelationship BusinessObjectMetaDataServiceImpl.getBusinessObjectRelationship(RelationshipDefinition ddReference, BusinessObject bo, Class boClass, String attributeName, String attributePrefix, boolean keysOnly)
          Deprecated.  
 

Methods in org.kuali.rice.kns.service.impl that return types with arguments of type DataObjectRelationship
 List<DataObjectRelationship> BusinessObjectMetaDataServiceImpl.getBusinessObjectRelationships(BusinessObject bo)
          Deprecated.  
 List<DataObjectRelationship> BusinessObjectMetaDataServiceImpl.getBusinessObjectRelationships(Class<? extends BusinessObject> boClass)
          Deprecated.  
 

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

Methods in org.kuali.rice.krad.service that return DataObjectRelationship
 DataObjectRelationship DataObjectMetaDataService.getDataObjectRelationship(Object dataObject, Class<?> dataObjectClass, String attributeName, String attributePrefix, boolean keysOnly, boolean supportsLookup, boolean supportsInquiry)
          Attempts to find a relationship for the given attribute within the given data object
 

Methods in org.kuali.rice.krad.service that return types with arguments of type DataObjectRelationship
 List<DataObjectRelationship> DataObjectMetaDataService.getDataObjectRelationships(Class<?> dataObjectClass)
          Attempts to find relationships for the given data object class
 Map<String,DataObjectRelationship> PersistenceStructureService.getRelationshipMetadata(Class persistableClass, String attributeName)
           
 Map<String,DataObjectRelationship> PersistenceStructureService.getRelationshipMetadata(Class persistableClass, String attributeName, String attributePrefix)
           
 

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

Methods in org.kuali.rice.krad.service.impl that return DataObjectRelationship
 DataObjectRelationship RemoteModuleServiceBase.getBusinessObjectRelationship(Class boClass, String attributeName, String attributePrefix)
           
 DataObjectRelationship DataObjectMetaDataServiceImpl.getDataObjectRelationship(Object dataObject, Class<?> dataObjectClass, String attributeName, String attributePrefix, boolean keysOnly, boolean supportsLookup, boolean supportsInquiry)
           
protected  DataObjectRelationship DataObjectMetaDataServiceImpl.getDataObjectRelationship(RelationshipDefinition ddReference, Object dataObject, Class<?> dataObjectClass, String attributeName, String attributePrefix, boolean keysOnly, boolean supportsLookup, boolean supportsInquiry)
           
protected  DataObjectRelationship DataObjectMetaDataServiceImpl.getRelationshipMetadata(Class<?> dataObjectClass, String attributeName, String attributePrefix)
           
protected  DataObjectRelationship DataObjectMetaDataServiceImpl.populateRelationshipFromDictionaryReference(Class<?> dataObjectClass, RelationshipDefinition ddReference, String attributePrefix, boolean keysOnly)
           
 

Methods in org.kuali.rice.krad.service.impl that return types with arguments of type DataObjectRelationship
 List<DataObjectRelationship> DataObjectMetaDataServiceImpl.getDataObjectRelationships(Class<?> dataObjectClass)
           
 Map<String,DataObjectRelationship> PersistenceStructureServiceJpaImpl.getRelationshipMetadata(Class persistableClass, String attributeName)
           
 Map<String,DataObjectRelationship> PersistenceStructureServiceImpl.getRelationshipMetadata(Class persistableClass, String attributeName)
           
 Map<String,DataObjectRelationship> PersistenceStructureServiceOjbImpl.getRelationshipMetadata(Class persistableClass, String attributeName)
           
 Map<String,DataObjectRelationship> PersistenceStructureServiceJpaImpl.getRelationshipMetadata(Class persistableClass, String attributeName, String attributePrefix)
           
 Map<String,DataObjectRelationship> PersistenceStructureServiceImpl.getRelationshipMetadata(Class persistableClass, String attributeName, String attributePrefix)
           
 Map<String,DataObjectRelationship> PersistenceStructureServiceOjbImpl.getRelationshipMetadata(Class persistableClass, String attributeName, String attributePrefix)
           
 

Uses of DataObjectRelationship in org.kuali.rice.krad.uif.widget
 

Methods in org.kuali.rice.krad.uif.widget that return DataObjectRelationship
protected  DataObjectRelationship QuickFinder.getRelationshipForField(View view, Object model, InputField field)
           
 

Methods in org.kuali.rice.krad.uif.widget with parameters of type DataObjectRelationship
protected  void QuickFinder.generateFieldConversions(InputField field, DataObjectRelationship relationship)
           
protected  void QuickFinder.generateLookupParameters(InputField field, DataObjectRelationship relationship)
           
 



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