Package | Description |
---|---|
org.kuali.rice.kns.service |
Copyright 2005-2016 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 | |
org.kuali.rice.krad.service.impl | |
org.kuali.rice.krad.uif.widget |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<DataObjectRelationship> |
BusinessObjectMetaDataService.getBusinessObjectRelationships(BusinessObject bo)
Deprecated.
|
List<DataObjectRelationship> |
BusinessObjectMetaDataService.getBusinessObjectRelationships(Class<? extends BusinessObject> boClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<DataObjectRelationship> |
BusinessObjectMetaDataServiceImpl.getBusinessObjectRelationships(BusinessObject bo)
Deprecated.
|
List<DataObjectRelationship> |
BusinessObjectMetaDataServiceImpl.getBusinessObjectRelationships(Class<? extends BusinessObject> boClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<DataObjectRelationship> |
DataObjectMetaDataServiceImpl.getDataObjectRelationships(Class<?> dataObjectClass) |
Map<String,DataObjectRelationship> |
PersistenceStructureServiceOjbImpl.getRelationshipMetadata(Class persistableClass,
String attributeName) |
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,
String attributePrefix) |
Map<String,DataObjectRelationship> |
PersistenceStructureServiceJpaImpl.getRelationshipMetadata(Class persistableClass,
String attributeName,
String attributePrefix) |
Map<String,DataObjectRelationship> |
PersistenceStructureServiceImpl.getRelationshipMetadata(Class persistableClass,
String attributeName,
String attributePrefix) |
Modifier and Type | Method and Description |
---|---|
protected DataObjectRelationship |
QuickFinder.getRelationshipForField(View view,
Object model,
InputField field) |
Modifier and Type | Method and Description |
---|---|
protected void |
QuickFinder.generateFieldConversions(InputField field,
DataObjectRelationship relationship) |
protected void |
QuickFinder.generateLookupParameters(InputField field,
DataObjectRelationship relationship) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.