Uses of Class
org.kuali.rice.kns.datadictionary.MaintainableSectionDefinition
Packages that use MaintainableSectionDefinition
Package
Description
-
Uses of MaintainableSectionDefinition in org.kuali.rice.kns.datadictionary
Fields in org.kuali.rice.kns.datadictionary with type parameters of type MaintainableSectionDefinitionModifier and TypeFieldDescriptionprotected Map<String, MaintainableSectionDefinition> MaintenanceDocumentEntry.maintainableSectionMapDeprecated.protected List<MaintainableSectionDefinition> MaintenanceDocumentEntry.maintainableSectionsDeprecated.Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type MaintainableSectionDefinitionMethod parameters in org.kuali.rice.kns.datadictionary with type arguments of type MaintainableSectionDefinitionModifier and TypeMethodDescriptionvoidMaintenanceDocumentEntry.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 MaintainableSectionDefinitionModifier and TypeMethodDescriptionMaintenanceDocumentDictionaryService.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 MaintainableSectionDefinitionModifier and TypeMethodDescriptionMaintenanceUtils.findMaintainableCollectionDefinition(List<MaintainableSectionDefinition> sections, String collectionName) Deprecated.Finds the MaintainableCollectionDefinition corresponding to the given collection name.MaintenanceUtils.generateMultipleValueLookupBOTemplate(List<MaintainableSectionDefinition> sections, String collectionName) Deprecated.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 MaintainableSectionDefinitionModifier and TypeMethodDescriptionstatic FieldFieldBridge.toField(MaintainableItemDefinition id, MaintainableSectionDefinition sd, org.kuali.rice.krad.bo.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 SectionSectionBridge.toSection(MaintainableSectionDefinition sd, org.kuali.rice.krad.bo.BusinessObject o, Maintainable maintainable, Maintainable oldMaintainable, String maintenanceAction, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields) Deprecated.This method creates a Section for a MaintenanceDocument.