Uses of Interface
org.kuali.rice.krad.data.metadata.DataObjectCollection
Packages that use DataObjectCollection
Package
Description
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes.-
Uses of DataObjectCollection in org.kuali.rice.krad.data.jpa
Methods in org.kuali.rice.krad.data.jpa that return DataObjectCollectionModifier and TypeMethodDescriptionprotected DataObjectCollectionJpaMetadataProviderImpl.getCollectionMetadataFromCollectionAttribute(javax.persistence.metamodel.PluralAttribute cd) Extracts the collection metadata from a single JPAPluralAttributeobject.Methods in org.kuali.rice.krad.data.jpa that return types with arguments of type DataObjectCollectionModifier and TypeMethodDescriptionprotected List<DataObjectCollection> JpaMetadataProviderImpl.getCollectionsFromMetadata(Set<javax.persistence.metamodel.PluralAttribute> collections) Gets a collection's metadata from the property descriptor. -
Uses of DataObjectCollection in org.kuali.rice.krad.data.metadata
Methods in org.kuali.rice.krad.data.metadata that return DataObjectCollectionModifier and TypeMethodDescriptionDataObjectMetadata.getCollection(String collectionName) Gets the named collection's metadata from the data object.Methods in org.kuali.rice.krad.data.metadata that return types with arguments of type DataObjectCollection -
Uses of DataObjectCollection in org.kuali.rice.krad.data.metadata.impl
Classes in org.kuali.rice.krad.data.metadata.impl that implement DataObjectCollectionFields in org.kuali.rice.krad.data.metadata.impl declared as DataObjectCollectionModifier and TypeFieldDescriptionprotected DataObjectCollectionDataObjectCollectionImpl.embeddedCollectionFields in org.kuali.rice.krad.data.metadata.impl with type parameters of type DataObjectCollectionModifier and TypeFieldDescriptionprotected Map<String, DataObjectCollection> DataObjectMetadataImpl.collectionMapprotected List<DataObjectCollection> DataObjectMetadataImpl.collectionsMethods in org.kuali.rice.krad.data.metadata.impl that return DataObjectCollectionModifier and TypeMethodDescriptionDataObjectMetadataImpl.getCollection(String collectionName) Gets the named collection's metadata from the data object.DataObjectCollectionImpl.getEmbeddedCollection()Gets the embedded collection.Methods in org.kuali.rice.krad.data.metadata.impl that return types with arguments of type DataObjectCollectionModifier and TypeMethodDescriptionDataObjectMetadataImpl.getCollections()Gets child collections.Methods in org.kuali.rice.krad.data.metadata.impl with parameters of type DataObjectCollectionModifier and TypeMethodDescriptionvoidDataObjectCollectionImpl.setEmbeddedCollection(DataObjectCollection embeddedCollection) Method parameters in org.kuali.rice.krad.data.metadata.impl with type arguments of type DataObjectCollectionModifier and TypeMethodDescriptionvoidDataObjectMetadataImpl.setCollections(List<DataObjectCollection> collections) Sets collections. -
Uses of DataObjectCollection in org.kuali.rice.krad.data.util
Methods in org.kuali.rice.krad.data.util with parameters of type DataObjectCollectionModifier and TypeMethodDescriptionprotected voidReferenceLinker.linkBiDirectionalCollection(DataObjectWrapper<?> parentWrapper, DataObjectWrapper<?> elementWrapper, DataObjectCollection collectionMetadata) Performs bi-directional collection linking, ensuring that for bi-directional collection relationships that both sides of the relationship are properly populated.