Package | Description |
---|---|
org.kuali.rice.kns.datadictionary |
Copyright 2005-2016 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.maintenance |
Copyright 2005-2016 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.service |
Copyright 2005-2016 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.service.impl | |
org.kuali.rice.kns.util |
Copyright 2005-2016 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-2016 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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,MaintainableFieldDefinition> |
MaintainableCollectionDefinition.duplicateIdentificationFieldMap
Deprecated.
|
protected List<MaintainableFieldDefinition> |
MaintainableCollectionDefinition.duplicateIdentificationFields
Deprecated.
|
protected Map<String,MaintainableFieldDefinition> |
MaintainableCollectionDefinition.maintainableFieldMap
Deprecated.
|
protected List<MaintainableFieldDefinition> |
MaintainableCollectionDefinition.maintainableFields
Deprecated.
|
protected Map<String,MaintainableFieldDefinition> |
MaintainableCollectionDefinition.summaryFieldMap
Deprecated.
|
protected List<MaintainableFieldDefinition> |
MaintainableCollectionDefinition.summaryFields
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MaintainableFieldDefinition> |
MaintainableCollectionDefinition.getDuplicateIdentificationFields()
Deprecated.
|
List<MaintainableFieldDefinition> |
MaintainableCollectionDefinition.getMaintainableFields()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MaintainableCollectionDefinition.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.
|
void |
MaintainableCollectionDefinition.setMaintainableFields(List<MaintainableFieldDefinition> maintainableFields)
Deprecated.
The list of fields to include in this collection.
|
void |
MaintainableCollectionDefinition.setSummaryFields(List<MaintainableFieldDefinition> summaryFields)
Deprecated.
The summaryFields element defines a set of summaryField
elements.
|
Modifier and Type | Method and Description |
---|---|
protected void |
KualiMaintainableImpl.clearFieldRestrictedValues(String fieldNamePrefix,
BusinessObject businessObject,
MaintainableFieldDefinition fieldDefinition,
MaintenanceDocumentRestrictions maintenanceDocumentRestrictions)
Deprecated.
|
protected void |
KualiMaintainableImpl.performFieldForceUpperCase(String fieldNamePrefix,
BusinessObject bo,
MaintainableFieldDefinition fieldDefinition,
Map fieldValues)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MaintainableFieldDefinition |
MaintenanceDocumentDictionaryService.getMaintainableField(String docTypeName,
String fieldName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MaintainableFieldDefinition |
MaintenanceDocumentDictionaryServiceImpl.getMaintainableField(String docTypeName,
String fieldName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
MaintenanceUtils.setFieldDirectInquiry(BusinessObject businessObject,
String collectionName,
boolean addLine,
int index,
String attributeName,
Field field,
List<String> displayedFieldNames,
Maintainable maintainable,
MaintainableFieldDefinition maintainableFieldDefinition) |
static void |
MaintenanceUtils.setFieldDirectInquiry(BusinessObject businessObject,
String attributeName,
MaintainableFieldDefinition maintainableFieldDefinition,
Field field,
List<String> displayedFieldNames) |
static Field |
MaintenanceUtils.setFieldQuickfinder(BusinessObject businessObject,
String collectionName,
boolean addLine,
int index,
String attributeName,
Field field,
List<String> displayedFieldNames,
Maintainable maintainable,
MaintainableFieldDefinition maintainableFieldDefinition) |
static Field |
MaintenanceUtils.setFieldQuickfinder(BusinessObject businessObject,
String attributeName,
MaintainableFieldDefinition maintainableFieldDefinition,
Field field,
List<String> displayedFieldNames,
SelectiveReferenceRefresher srr)
Checks to see if there has been an override lookup declared for the maintenance field.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
FieldBridge.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 and
FieldBridge.isMaintenanceFieldLevelHelpEnabled(Maintainable, MaintainableFieldDefinition) returns false,
then the field level help will not be rendered. |
protected static boolean |
FieldBridge.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.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.