Uses of Interface
org.kuali.rice.krad.data.metadata.DataObjectCollectionSortAttribute
Packages that use DataObjectCollectionSortAttribute
Package
Description
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes.-
Uses of DataObjectCollectionSortAttribute in org.kuali.rice.krad.data.metadata
Methods in org.kuali.rice.krad.data.metadata that return types with arguments of type DataObjectCollectionSortAttributeModifier and TypeMethodDescriptionDataObjectCollection.getDefaultOrdering()Gets the default ordering of a collection. -
Uses of DataObjectCollectionSortAttribute in org.kuali.rice.krad.data.metadata.impl
Classes in org.kuali.rice.krad.data.metadata.impl that implement DataObjectCollectionSortAttributeFields in org.kuali.rice.krad.data.metadata.impl with type parameters of type DataObjectCollectionSortAttributeModifier and TypeFieldDescriptionprotected List<DataObjectCollectionSortAttribute> DataObjectCollectionImpl.defaultOrderingMethods in org.kuali.rice.krad.data.metadata.impl that return types with arguments of type DataObjectCollectionSortAttributeModifier and TypeMethodDescriptionDataObjectCollectionImpl.getDefaultOrdering()Gets the default ordering of a collection.Method parameters in org.kuali.rice.krad.data.metadata.impl with type arguments of type DataObjectCollectionSortAttributeModifier and TypeMethodDescriptionvoidDataObjectCollectionImpl.setDefaultCollectionOrderingAttributeNames(List<DataObjectCollectionSortAttribute> defaultCollectionOrdering) Sets attribute that the default order of the collection.