Uses of Class
org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition
Packages that use MaintainableCollectionDefinition
Package
Description
-
Uses of MaintainableCollectionDefinition in org.kuali.rice.kns.datadictionary
Fields in org.kuali.rice.kns.datadictionary with type parameters of type MaintainableCollectionDefinitionModifier and TypeFieldDescriptionprotected Map<String, MaintainableCollectionDefinition> MaintainableCollectionDefinition.maintainableCollectionMapDeprecated.protected List<MaintainableCollectionDefinition> MaintainableCollectionDefinition.maintainableCollectionsDeprecated.Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type MaintainableCollectionDefinitionModifier and TypeMethodDescriptionMaintainableCollectionDefinition.getMaintainableCollections()Deprecated.Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type MaintainableCollectionDefinitionModifier and TypeMethodDescriptionvoidMaintainableCollectionDefinition.setMaintainableCollections(List<MaintainableCollectionDefinition> maintainableCollections) Deprecated.The list of sub-collections to include in this collection. -
Uses of MaintainableCollectionDefinition in org.kuali.rice.kns.maintenance
Methods in org.kuali.rice.kns.maintenance with parameters of type MaintainableCollectionDefinitionModifier and TypeMethodDescriptionprotected voidKualiMaintainableImpl.clearCollectionRestrictedValues(String fieldNamePrefix, BusinessObject businessObject, MaintainableCollectionDefinition collectionDefinition, MaintenanceDocumentRestrictions maintenanceDocumentRestrictions) Deprecated.protected voidKualiMaintainableImpl.performCollectionForceUpperCase(String fieldNamePrefix, BusinessObject bo, MaintainableCollectionDefinition collectionDefinition, Map fieldValues) Deprecated.protected MapKualiMaintainableImpl.populateNewSubCollectionLines(MaintainableCollectionDefinition parentCollection, Map fieldValues) Deprecated. -
Uses of MaintainableCollectionDefinition in org.kuali.rice.kns.service
Methods in org.kuali.rice.kns.service that return MaintainableCollectionDefinitionModifier and TypeMethodDescriptionMaintenanceDocumentDictionaryService.getMaintainableCollection(String docTypeName, String collectionName) Deprecated.Methods in org.kuali.rice.kns.service that return types with arguments of type MaintainableCollectionDefinitionModifier and TypeMethodDescriptionMaintenanceDocumentDictionaryService.getMaintainableCollections(String docTypeName) Deprecated.MaintenanceDocumentDictionaryService.getMaintainableCollections(MaintainableCollectionDefinition parentCollection) Deprecated.Methods in org.kuali.rice.kns.service with parameters of type MaintainableCollectionDefinitionModifier and TypeMethodDescriptionMaintenanceDocumentDictionaryService.getMaintainableCollections(MaintainableCollectionDefinition parentCollection) Deprecated. -
Uses of MaintainableCollectionDefinition in org.kuali.rice.kns.util
Methods in org.kuali.rice.kns.util that return MaintainableCollectionDefinitionModifier and TypeMethodDescriptionMaintenanceUtils.findMaintainableCollectionDefinition(List<MaintainableSectionDefinition> sections, String collectionName) Deprecated.Finds the MaintainableCollectionDefinition corresponding to the given collection name.Methods in org.kuali.rice.kns.util with parameters of type MaintainableCollectionDefinitionModifier and TypeMethodDescriptionstatic booleanFieldUtils.isCollectionMultipleLookupEnabled(MaintainableCollectionDefinition definition) Deprecated.Returns whether the passed in collection has been properly configured in the maint doc dictionary to support multiple value lookups.static voidFieldUtils.modifyFieldToSupportMultipleValueLookups(Field field, String parents, MaintainableCollectionDefinition definition) Deprecated.This method modifies the passed in field so that it may be used to render a multiple values lookup button -
Uses of MaintainableCollectionDefinition in org.kuali.rice.kns.util.documentserlializer
Methods in org.kuali.rice.kns.util.documentserlializer with parameters of type MaintainableCollectionDefinitionModifier and TypeMethodDescriptionMaintenanceDocumentPropertySerializibilityEvaluator.getAllMaintainableFieldDefinitionsForSerialization(MaintainableCollectionDefinition maintainableCollectionDefinition) Deprecated. -
Uses of MaintainableCollectionDefinition in org.kuali.rice.kns.web.ui
Methods in org.kuali.rice.kns.web.ui with parameters of type MaintainableCollectionDefinitionModifier and TypeMethodDescriptionFieldBridge.getNewFormFields(MaintainableCollectionDefinition collectionDefinition, BusinessObject o, Maintainable m, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, int numberOfColumns) Deprecated.Call getNewFormFields with no parents.