Package | Description |
---|---|
org.kuali.rice.kns.datadictionary |
Copyright 2005-2015 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-2015 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.util |
Copyright 2005-2015 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-2015 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,MaintainableSectionDefinition> |
MaintenanceDocumentEntry.maintainableSectionMap
Deprecated.
|
protected List<MaintainableSectionDefinition> |
MaintenanceDocumentEntry.maintainableSections
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MaintainableSectionDefinition> |
MaintenanceDocumentEntry.getMaintainableSections()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MaintenanceDocumentEntry.setMaintainableSections(List<MaintainableSectionDefinition> maintainableSections)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MaintainableSectionDefinition> |
MaintenanceDocumentDictionaryService.getMaintainableSections(String docTypeName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MaintainableCollectionDefinition |
MaintenanceUtils.findMaintainableCollectionDefinition(List<MaintainableSectionDefinition> sections,
String collectionName)
Deprecated.
Finds the MaintainableCollectionDefinition corresponding to the given collection name.
|
static Map<String,String> |
MaintenanceUtils.generateMultipleValueLookupBOTemplate(List<MaintainableSectionDefinition> sections,
String collectionName)
Deprecated.
Returns the field templates defined in the maint dictionary xml files.
|
Modifier and Type | Method and Description |
---|---|
static Field |
FieldBridge.toField(MaintainableItemDefinition id,
MaintainableSectionDefinition sd,
BusinessObject o,
Maintainable m,
Section s,
List<String> displayedFieldNames,
Set<String> conditionallyRequiredMaintenanceFields)
Deprecated.
This method creates a Field for display on a Maintenance Document.
|
static Section |
SectionBridge.toSection(MaintainableSectionDefinition sd,
BusinessObject o,
Maintainable maintainable,
Maintainable oldMaintainable,
String maintenanceAction,
List<String> displayedFieldNames,
Set<String> conditionallyRequiredMaintenanceFields)
Deprecated.
This method creates a Section for a MaintenanceDocument.
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.