Uses of Class
org.kuali.rice.krad.datadictionary.RelationshipDefinition
Packages that use RelationshipDefinition
-
Uses of RelationshipDefinition in org.kuali.rice.krad.datadictionary
Fields in org.kuali.rice.krad.datadictionary with type parameters of type RelationshipDefinitionModifier and TypeFieldDescriptionprotected Map<String, RelationshipDefinition> DataDictionaryEntryBase.relationshipMapprotected List<RelationshipDefinition> DataDictionaryEntryBase.relationshipsMethods in org.kuali.rice.krad.datadictionary that return RelationshipDefinitionModifier and TypeMethodDescriptionDataDictionaryEntryBase.getRelationshipDefinition(String relationshipName) Methods in org.kuali.rice.krad.datadictionary that return types with arguments of type RelationshipDefinitionModifier and TypeMethodDescriptionDataDictionaryEntryBase.getRelationshipMap()DataDictionaryEntry.getRelationships()DataDictionaryEntryBase.getRelationships()Method parameters in org.kuali.rice.krad.datadictionary with type arguments of type RelationshipDefinitionModifier and TypeMethodDescriptionvoidDataDictionaryEntryBase.setRelationshipMap(Map<String, RelationshipDefinition> relationshipMap) voidDataDictionaryEntryBase.setRelationships(List<RelationshipDefinition> relationships) The relationships element contains relationship elements. -
Uses of RelationshipDefinition in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return RelationshipDefinitionModifier and TypeMethodDescriptionLegacyDataAdapter.getDictionaryRelationship(Class<?> c, String attributeName) Deprecated.