|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaintainableSectionDefinition | |
---|---|
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.service | 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.util | 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 MaintainableSectionDefinition in org.kuali.rice.kns.datadictionary |
---|
Fields in org.kuali.rice.kns.datadictionary with type parameters of type MaintainableSectionDefinition | |
---|---|
protected Map<String,MaintainableSectionDefinition> |
MaintenanceDocumentEntry.maintainableSectionMap
Deprecated. |
protected List<MaintainableSectionDefinition> |
MaintenanceDocumentEntry.maintainableSections
Deprecated. |
Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type MaintainableSectionDefinition | |
---|---|
List<MaintainableSectionDefinition> |
MaintenanceDocumentEntry.getMaintainableSections()
Deprecated. |
Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type MaintainableSectionDefinition | |
---|---|
void |
MaintenanceDocumentEntry.setMaintainableSections(List<MaintainableSectionDefinition> maintainableSections)
Deprecated. |
Uses of MaintainableSectionDefinition in org.kuali.rice.kns.service |
---|
Methods in org.kuali.rice.kns.service that return types with arguments of type MaintainableSectionDefinition | |
---|---|
List<MaintainableSectionDefinition> |
MaintenanceDocumentDictionaryService.getMaintainableSections(String docTypeName)
Deprecated. |
Uses of MaintainableSectionDefinition in org.kuali.rice.kns.util |
---|
Method parameters in org.kuali.rice.kns.util with type arguments of type MaintainableSectionDefinition | |
---|---|
static MaintainableCollectionDefinition |
MaintenanceUtils.findMaintainableCollectionDefinition(List<MaintainableSectionDefinition> sections,
String collectionName)
Finds the MaintainableCollectionDefinition corresponding to the given collection name. |
static Map<String,String> |
MaintenanceUtils.generateMultipleValueLookupBOTemplate(List<MaintainableSectionDefinition> sections,
String collectionName)
Returns the field templates defined in the maint dictionary xml files. |
Uses of MaintainableSectionDefinition in org.kuali.rice.kns.web.ui |
---|
Methods in org.kuali.rice.kns.web.ui with parameters of type MaintainableSectionDefinition | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |