Uses of Class
org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition
Packages that use MaintainableFieldDefinition
Package
Description
-
Uses of MaintainableFieldDefinition in org.kuali.rice.kns.datadictionary
Fields in org.kuali.rice.kns.datadictionary with type parameters of type MaintainableFieldDefinitionModifier and TypeFieldDescriptionprotected Map<String, MaintainableFieldDefinition> MaintainableCollectionDefinition.duplicateIdentificationFieldMapDeprecated.protected List<MaintainableFieldDefinition> MaintainableCollectionDefinition.duplicateIdentificationFieldsDeprecated.protected Map<String, MaintainableFieldDefinition> MaintainableCollectionDefinition.maintainableFieldMapDeprecated.protected List<MaintainableFieldDefinition> MaintainableCollectionDefinition.maintainableFieldsDeprecated.protected Map<String, MaintainableFieldDefinition> MaintainableCollectionDefinition.summaryFieldMapDeprecated.protected List<MaintainableFieldDefinition> MaintainableCollectionDefinition.summaryFieldsDeprecated.Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type MaintainableFieldDefinitionModifier and TypeMethodDescriptionMaintainableCollectionDefinition.getDuplicateIdentificationFields()Deprecated.MaintainableCollectionDefinition.getMaintainableFields()Deprecated.Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type MaintainableFieldDefinitionModifier and TypeMethodDescriptionvoidMaintainableCollectionDefinition.setDuplicateIdentificationFields(List<MaintainableFieldDefinition> duplicateIdentificationFields) Deprecated.The duplicateIdentificationFields element is used to define a set of fields that will be used to determine if two records in the collection are duplicates.voidMaintainableCollectionDefinition.setMaintainableFields(List<MaintainableFieldDefinition> maintainableFields) Deprecated.The list of fields to include in this collection.voidMaintainableCollectionDefinition.setSummaryFields(List<MaintainableFieldDefinition> summaryFields) Deprecated.The summaryFields element defines a set of summaryField elements. -
Uses of MaintainableFieldDefinition in org.kuali.rice.kns.maintenance
Methods in org.kuali.rice.kns.maintenance with parameters of type MaintainableFieldDefinitionModifier and TypeMethodDescriptionprotected voidKualiMaintainableImpl.clearFieldRestrictedValues(String fieldNamePrefix, BusinessObject businessObject, MaintainableFieldDefinition fieldDefinition, MaintenanceDocumentRestrictions maintenanceDocumentRestrictions) Deprecated.protected voidKualiMaintainableImpl.performFieldForceUpperCase(String fieldNamePrefix, BusinessObject bo, MaintainableFieldDefinition fieldDefinition, Map fieldValues) Deprecated. -
Uses of MaintainableFieldDefinition in org.kuali.rice.kns.service
Methods in org.kuali.rice.kns.service that return MaintainableFieldDefinitionModifier and TypeMethodDescriptionMaintenanceDocumentDictionaryService.getMaintainableField(String docTypeName, String fieldName) Deprecated. -
Uses of MaintainableFieldDefinition in org.kuali.rice.kns.util
Methods in org.kuali.rice.kns.util with parameters of type MaintainableFieldDefinitionModifier and TypeMethodDescriptionstatic final voidMaintenanceUtils.setFieldDirectInquiry(BusinessObject businessObject, String collectionName, boolean addLine, int index, String attributeName, Field field, List<String> displayedFieldNames, Maintainable maintainable, MaintainableFieldDefinition maintainableFieldDefinition) Deprecated.static final voidMaintenanceUtils.setFieldDirectInquiry(BusinessObject businessObject, String attributeName, MaintainableFieldDefinition maintainableFieldDefinition, Field field, List<String> displayedFieldNames) Deprecated.static final FieldMaintenanceUtils.setFieldQuickfinder(BusinessObject businessObject, String collectionName, boolean addLine, int index, String attributeName, Field field, List<String> displayedFieldNames, Maintainable maintainable, MaintainableFieldDefinition maintainableFieldDefinition) Deprecated.static final FieldMaintenanceUtils.setFieldQuickfinder(BusinessObject businessObject, String attributeName, MaintainableFieldDefinition maintainableFieldDefinition, Field field, List<String> displayedFieldNames, SelectiveReferenceRefresher srr) Deprecated.Checks to see if there has been an override lookup declared for the maintenance field. -
Uses of MaintainableFieldDefinition in org.kuali.rice.kns.web.ui
Methods in org.kuali.rice.kns.web.ui with parameters of type MaintainableFieldDefinitionModifier and TypeMethodDescriptionprotected static booleanFieldBridge.isMaintenanceFieldLevelHelpDisabled(Maintainable m, MaintainableFieldDefinition fieldDefinition) Deprecated.Determines whether field level help is disabled for the field corresponding to the dataObjectClass and attribute name If this value is true andFieldBridge.isMaintenanceFieldLevelHelpEnabled(Maintainable, MaintainableFieldDefinition)returns false, then the field level help will not be rendered.protected static booleanFieldBridge.isMaintenanceFieldLevelHelpEnabled(Maintainable m, MaintainableFieldDefinition fieldDefinition) Deprecated.Determines whether field level help is enabled for the field corresponding to the dataObjectClass and attribute name If this value is true, then the field level help will be enabled.