Uses of Interface
org.kuali.rice.kns.datadictionary.CollectionDefinitionI
Packages that use CollectionDefinitionI
-
Uses of CollectionDefinitionI in org.kuali.rice.kns.datadictionary
Classes in org.kuali.rice.kns.datadictionary that implement CollectionDefinitionIModifier and TypeClassDescriptionclassDeprecated.classDeprecated.Use collections inside ofMaintenanceDocumentView.Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type CollectionDefinitionIModifier and TypeMethodDescriptionList<? extends CollectionDefinitionI> CollectionDefinitionI.getCollections()Deprecated.List<? extends CollectionDefinitionI> InquiryCollectionDefinition.getCollections()Deprecated.List<? extends CollectionDefinitionI> MaintainableCollectionDefinition.getCollections()Deprecated. -
Uses of CollectionDefinitionI in org.kuali.rice.kns.web.ui
Methods in org.kuali.rice.kns.web.ui with parameters of type CollectionDefinitionIModifier and TypeMethodDescriptionFieldBridge.constructContainerField(CollectionDefinitionI collectionDefinition, String parents, BusinessObject o, boolean hideAdd, int numberOfColumns, String collName, List<Field> collFields) Deprecated.This method handles setting up a container field not including the add fieldsSectionBridge.getContainerRows(Section s, CollectionDefinitionI collectionDefinition, BusinessObject o, Maintainable m, Maintainable oldMaintainable, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, int numberOfColumns, Inquirable inquirable) Deprecated.SectionBridge.getContainerRows(Section s, CollectionDefinitionI collectionDefinition, BusinessObject o, Maintainable m, Maintainable oldMaintainable, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, String parents, boolean hideAdd, int numberOfColumns, Inquirable inquirable) Deprecated.Builds a list of Rows with Fields of type containers for a many section.FieldBridge.getNewFormFields(CollectionDefinitionI collectionDefinition, BusinessObject o, Maintainable m, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, String parents, boolean hideAdd, int numberOfColumns) Deprecated.This method will return a new form for adding in a BO for a collection.
InquiryView.