|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionDefinitionI | |
---|---|
org.kuali.rice.kns.datadictionary | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kns.web.ui | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
Uses of CollectionDefinitionI in org.kuali.rice.kns.datadictionary |
---|
Classes in org.kuali.rice.kns.datadictionary that implement CollectionDefinitionI | |
---|---|
class |
InquiryCollectionDefinition
Deprecated. |
class |
MaintainableCollectionDefinition
Deprecated. |
Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type CollectionDefinitionI | |
---|---|
List<? extends CollectionDefinitionI> |
InquiryCollectionDefinition.getCollections()
Deprecated. |
List<? extends CollectionDefinitionI> |
CollectionDefinitionI.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 CollectionDefinitionI | |
---|---|
static List<Field> |
FieldBridge.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 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)
Deprecated. |
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)
Deprecated. 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)
Deprecated. This method will return a new form for adding in a BO for a collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |