|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Section | |
---|---|
org.kuali.rice.kew.rule.bo | |
org.kuali.rice.kew.rule.web | |
org.kuali.rice.kns.inquiry | 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.maintenance | 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 Section in org.kuali.rice.kew.rule.bo |
---|
Methods in org.kuali.rice.kew.rule.bo that return types with arguments of type Section | |
---|---|
List<Section> |
RuleBaseValuesInquirableImpl.getSections(BusinessObject bo)
This overridden method ... |
Uses of Section in org.kuali.rice.kew.rule.web |
---|
Methods in org.kuali.rice.kew.rule.web that return types with arguments of type Section | |
---|---|
static List<Section> |
WebRuleUtils.customizeSections(RuleBaseValues rule,
List<Section> sections,
boolean delegateRule)
|
Method parameters in org.kuali.rice.kew.rule.web with type arguments of type Section | |
---|---|
static List<Section> |
WebRuleUtils.customizeSections(RuleBaseValues rule,
List<Section> sections,
boolean delegateRule)
|
Uses of Section in org.kuali.rice.kns.inquiry |
---|
Methods in org.kuali.rice.kns.inquiry that return types with arguments of type Section | |
---|---|
List<Section> |
Inquirable.getSections(BusinessObject bo)
Deprecated. |
List<Section> |
KualiInquirableImpl.getSections(BusinessObject bo)
Deprecated. |
Uses of Section in org.kuali.rice.kns.maintenance |
---|
Methods in org.kuali.rice.kns.maintenance that return types with arguments of type Section | |
---|---|
List<Section> |
KualiMaintainableImpl.getCoreSections(MaintenanceDocument document,
Maintainable oldMaintainable)
Deprecated. Gets list of maintenance sections built from the data dictionary. |
Uses of Section in org.kuali.rice.kns.util |
---|
Methods in org.kuali.rice.kns.util with parameters of type Section | |
---|---|
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 |
Method parameters in org.kuali.rice.kns.util with type arguments of type Section | |
---|---|
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 |
Uses of Section in org.kuali.rice.kns.web.ui |
---|
Methods in org.kuali.rice.kns.web.ui that return Section | |
---|---|
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. |
Methods in org.kuali.rice.kns.web.ui with parameters of type Section | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |