| Package | Description |
|---|---|
| org.kuali.rice.kns.datadictionary |
Copyright 2005-2018 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.document |
Copyright 2005-2018 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-2018 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-2018 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.struts.action |
Copyright 2005-2018 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-2018 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 |
|---|---|
Class<? extends Maintainable> |
MaintenanceDocumentEntry.getMaintainableClass()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Maintainable |
MaintenanceDocumentBase.getNewMaintainableObject()
Deprecated.
|
Maintainable |
MaintenanceDocument.getNewMaintainableObject()
Deprecated.
|
Maintainable |
MaintenanceDocumentBase.getOldMaintainableObject()
Deprecated.
|
Maintainable |
MaintenanceDocument.getOldMaintainableObject()
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.
|
List |
Maintainable.getSections(MaintenanceDocument maintenanceDocument,
Maintainable oldMaintainable)
Deprecated.
|
List |
KualiMaintainableImpl.getSections(MaintenanceDocument document,
Maintainable oldMaintainable)
Deprecated.
Calls method to get all the core sections for the business object defined
in the data dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MaintenanceUtils.checkForLockingDocument(Maintainable maintainable,
boolean throwExceptionIfLocked)
Deprecated.
This method will throw a
ValidationException if there is a valid locking document in existence and throwExceptionIfLocked is true. |
static void |
MaintenanceUtils.setFieldDirectInquiry(BusinessObject businessObject,
String collectionName,
boolean addLine,
int index,
String attributeName,
Field field,
List<String> displayedFieldNames,
Maintainable maintainable,
MaintainableFieldDefinition maintainableFieldDefinition)
Deprecated.
|
static Field |
MaintenanceUtils.setFieldQuickfinder(BusinessObject businessObject,
String collectionName,
boolean addLine,
int index,
String attributeName,
Field field,
List<String> displayedFieldNames,
Maintainable maintainable,
MaintainableFieldDefinition maintainableFieldDefinition)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map |
KualiMaintenanceDocumentAction.buildKeyMapFromRequest(Maintainable maintainable,
javax.servlet.http.HttpServletRequest request)
Deprecated.
Gets keys for the maintainable business object from the persistence metadata explorer.
|
protected Map<String,String> |
KualiMaintenanceDocumentAction.getRequestParameters(List keyFieldNames,
Maintainable maintainable,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
protected void |
KualiMaintenanceDocumentAction.populateBOWithCopyKeyValues(javax.servlet.http.HttpServletRequest request,
PersistableBusinessObject oldBusinessObject,
Maintainable oldMaintainableObject)
Deprecated.
|
| 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 List<Field> |
FieldBridge.getNewFormFields(CollectionDefinitionI collectionDefinition,
BusinessObject o,
Maintainable m,
List<String> displayedFieldNames,
Set<String> conditionallyRequiredMaintenanceFields,
StringBuffer containerRowErrorKey,
String parents,
boolean hideAdd,
int numberOfColumns)
Deprecated.
This method will return a new form for adding in a BO for a collection.
|
static List<Field> |
FieldBridge.getNewFormFields(MaintainableCollectionDefinition collectionDefinition,
BusinessObject o,
Maintainable m,
List<String> displayedFieldNames,
Set<String> conditionallyRequiredMaintenanceFields,
StringBuffer containerRowErrorKey,
int numberOfColumns)
Deprecated.
Call getNewFormFields with no parents.
|
protected static boolean |
FieldBridge.isMaintenanceFieldLevelHelpDisabled(Maintainable m,
MaintainableFieldDefinition fieldDefinition)
Deprecated.
Determines whether field level help is disabled for the field corresponding to the dataObjectClass and attribute name
If this value is true and
FieldBridge.isMaintenanceFieldLevelHelpEnabled(Maintainable, MaintainableFieldDefinition) returns false,
then the field level help will not be rendered. |
protected static boolean |
FieldBridge.isMaintenanceFieldLevelHelpEnabled(Maintainable m,
MaintainableFieldDefinition fieldDefinition)
Deprecated.
Determines whether field level help is enabled for the field corresponding to the dataObjectClass and attribute name
If this value is true, then the field level help will be enabled.
|
protected static boolean |
SectionBridge.isRowHiddenForMaintenanceDocument(BusinessObject lineBusinessObject,
BusinessObject oldLineBusinessObject,
Maintainable newMaintainable,
String collectionName)
Deprecated.
Determines whether a business object is hidden on a maintenance document.
|
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–2018 The Kuali Foundation. All rights reserved.