Uses of Interface
org.kuali.rice.kns.datadictionary.CollectionDefinitionI

Packages that use CollectionDefinitionI
org.kuali.rice.kns.datadictionary Datadictionary classes and entry objects. 
org.kuali.rice.kns.web.ui User interface classes that represent html objects. 
 

Uses of CollectionDefinitionI in org.kuali.rice.kns.datadictionary
 

Classes in org.kuali.rice.kns.datadictionary that implement CollectionDefinitionI
 class InquiryCollectionDefinition
          The inquiryCollection defines a collection within the Business Object which contains data that should be displayed with the BO when the inquiry is performed.
 class MaintainableCollectionDefinition
          The maintainableCollection element defines a set of data fields, nested collections, summaryFields and duplicateIdentificationsFields.
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type CollectionDefinitionI
 List<? extends CollectionDefinitionI> MaintainableCollectionDefinition.getCollections()
           
 List<? extends CollectionDefinitionI> InquiryCollectionDefinition.getCollections()
           
 List<? extends CollectionDefinitionI> CollectionDefinitionI.getCollections()
           
 

Uses of CollectionDefinitionI in org.kuali.rice.kns.web.ui
 

Methods in org.kuali.rice.kns.web.ui with parameters of type CollectionDefinitionI
static List<Field> FieldBridge.constructContainerField(CollectionDefinitionI collectionDefinition, String parents, BusinessObject o, boolean hideAdd, int numberOfColumns, String collName, List<Field> collFields)
          This method handles setting up a container field not including the add fields
static List<Row> SectionBridge.getContainerRows(Section s, CollectionDefinitionI collectionDefinition, BusinessObject o, Maintainable m, Maintainable oldMaintainable, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, int numberOfColumns, Inquirable inquirable)
           
static List<Row> 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)
          Builds a list of Rows with Fields of type containers for a many section.
static List<Field> FieldBridge.getNewFormFields(CollectionDefinitionI collectionDefinition, BusinessObject o, Maintainable m, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, String parents, boolean hideAdd, int numberOfColumns)
          This method will return a new form for adding in a BO for a collection.
private static List<Field> SectionBridge.getSummaryFields(Map collSummaryFields, CollectionDefinitionI collectionDefinition)
          This method returns an ordered list of fields.
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.