Package | Description |
---|---|
org.kuali.rice.kew.rule.bo | |
org.kuali.rice.kew.rule.web | |
org.kuali.rice.kns.inquiry |
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.maintenance |
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 | Method and Description |
---|---|
List<Section> |
RuleBaseValuesInquirableImpl.getSections(BusinessObject bo)
This overridden method ...
|
Modifier and Type | Method and Description |
---|---|
static List<Section> |
WebRuleUtils.customizeSections(RuleBaseValues rule,
List<Section> sections,
boolean delegateRule) |
Modifier and Type | Method and Description |
---|---|
static List<Section> |
WebRuleUtils.customizeSections(RuleBaseValues rule,
List<Section> sections,
boolean delegateRule) |
Modifier and Type | Method and Description |
---|---|
List<Section> |
KualiInquirableImpl.getSections(BusinessObject bo)
Deprecated.
|
List<Section> |
Inquirable.getSections(BusinessObject bo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Section> |
KualiMaintainableImpl.getCoreSections(MaintenanceDocument document,
Maintainable oldMaintainable)
Deprecated.
Gets list of maintenance sections built from the data dictionary.
|
Modifier and Type | Method and Description |
---|---|
static String |
MaintenanceUtils.generateErrorKeyForSection(Section section)
Given a section, returns a comma delimited string of all fields, representing the error keys that exist for a section
|
Modifier and Type | Method and Description |
---|---|
static void |
WebUtils.reopenInactiveRecords(List<Section> sections,
Map<String,String> tabStates,
String collectionName)
Attempts to reopen sub tabs which would have been closed for inactive records
|
Modifier and Type | Method and Description |
---|---|
static Section |
SectionBridge.toSection(Inquirable inquirable,
InquirySectionDefinition sd,
BusinessObject o,
InquiryRestrictions auths)
Deprecated.
This method creates a Section for display on an Inquiry Screen.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<Row> |
SectionBridge.getContainerRows(Section s,
CollectionDefinitionI collectionDefinition,
BusinessObject o,
Maintainable m,
Maintainable oldMaintainable,
List<String> displayedFieldNames,
Set<String> conditionallyRequiredMaintenanceFields,
StringBuffer containerRowErrorKey,
int numberOfColumns,
Inquirable inquirable)
Deprecated.
|
static List<Row> |
SectionBridge.getContainerRows(Section s,
CollectionDefinitionI collectionDefinition,
BusinessObject o,
Maintainable m,
Maintainable oldMaintainable,
List<String> displayedFieldNames,
Set<String> conditionallyRequiredMaintenanceFields,
StringBuffer containerRowErrorKey,
String parents,
boolean hideAdd,
int numberOfColumns,
Inquirable inquirable)
Deprecated.
Builds a list of Rows with Fields of type containers for a many section.
|
static Field |
FieldBridge.toField(FieldDefinition d,
BusinessObject o,
Section s)
Deprecated.
Create a Field for display on an Inquiry screen.
|
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.
|
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.