Uses of Interface
org.kuali.rice.kns.maintenance.Maintainable
Packages that use Maintainable
Package
Description
-
Uses of Maintainable in org.kuali.rice.kns.datadictionary
Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type MaintainableModifier and TypeMethodDescriptionClass<? extends Maintainable> MaintenanceDocumentEntry.getMaintainableClass()Deprecated. -
Uses of Maintainable in org.kuali.rice.kns.document
Methods in org.kuali.rice.kns.document that return MaintainableModifier and TypeMethodDescriptionMaintenanceDocument.getNewMaintainableObject()Deprecated.MaintenanceDocumentBase.getNewMaintainableObject()Deprecated.MaintenanceDocument.getOldMaintainableObject()Deprecated.MaintenanceDocumentBase.getOldMaintainableObject()Deprecated. -
Uses of Maintainable in org.kuali.rice.kns.maintenance
Classes in org.kuali.rice.kns.maintenance that implement MaintainableModifier and TypeClassDescriptionclassDeprecated.Only used in KNS classes, use KRAD.classDeprecated.UseMaintainableImpl.Methods in org.kuali.rice.kns.maintenance with parameters of type MaintainableModifier and TypeMethodDescriptionKualiMaintainableImpl.getCoreSections(MaintenanceDocument document, Maintainable oldMaintainable) Deprecated.Gets list of maintenance sections built from the data dictionary.KualiMaintainableImpl.getSections(MaintenanceDocument document, Maintainable oldMaintainable) Deprecated.Calls method to get all the core sections for the business object defined in the data dictionary.Maintainable.getSections(MaintenanceDocument maintenanceDocument, Maintainable oldMaintainable) Deprecated. -
Uses of Maintainable in org.kuali.rice.kns.util
Methods in org.kuali.rice.kns.util with parameters of type MaintainableModifier and TypeMethodDescriptionstatic voidMaintenanceUtils.checkForLockingDocument(Maintainable maintainable, boolean throwExceptionIfLocked) Deprecated.This method will throw aValidationExceptionif there is a valid locking document in existence and throwExceptionIfLocked is true.static final voidMaintenanceUtils.setFieldDirectInquiry(org.kuali.rice.krad.bo.BusinessObject businessObject, String collectionName, boolean addLine, int index, String attributeName, Field field, List<String> displayedFieldNames, Maintainable maintainable, MaintainableFieldDefinition maintainableFieldDefinition) Deprecated.static final FieldMaintenanceUtils.setFieldQuickfinder(org.kuali.rice.krad.bo.BusinessObject businessObject, String collectionName, boolean addLine, int index, String attributeName, Field field, List<String> displayedFieldNames, Maintainable maintainable, MaintainableFieldDefinition maintainableFieldDefinition) Deprecated. -
Uses of Maintainable in org.kuali.rice.kns.web.struts.action
Methods in org.kuali.rice.kns.web.struts.action with parameters of type MaintainableModifier and TypeMethodDescriptionKualiMaintenanceDocumentAction.buildKeyMapFromRequest(Maintainable maintainable, javax.servlet.http.HttpServletRequest request) Deprecated.Gets keys for the maintainable business object from the persistence metadata explorer.KualiMaintenanceDocumentAction.getRequestParameters(List<String> keyFieldNames, Maintainable maintainable, javax.servlet.http.HttpServletRequest request) Deprecated.protected voidKualiMaintenanceDocumentAction.populateBOWithCopyKeyValues(javax.servlet.http.HttpServletRequest request, PersistableBusinessObject oldBusinessObject, Maintainable oldMaintainableObject) Deprecated. -
Uses of Maintainable in org.kuali.rice.kns.web.ui
Methods in org.kuali.rice.kns.web.ui with parameters of type MaintainableModifier and TypeMethodDescriptionSectionBridge.getContainerRows(Section s, CollectionDefinitionI collectionDefinition, org.kuali.rice.krad.bo.BusinessObject o, Maintainable m, Maintainable oldMaintainable, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, int numberOfColumns, Inquirable inquirable) Deprecated.SectionBridge.getContainerRows(Section s, CollectionDefinitionI collectionDefinition, org.kuali.rice.krad.bo.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.FieldBridge.getNewFormFields(CollectionDefinitionI collectionDefinition, org.kuali.rice.krad.bo.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.FieldBridge.getNewFormFields(MaintainableCollectionDefinition collectionDefinition, org.kuali.rice.krad.bo.BusinessObject o, Maintainable m, List<String> displayedFieldNames, Set<String> conditionallyRequiredMaintenanceFields, StringBuffer containerRowErrorKey, int numberOfColumns) Deprecated.Call getNewFormFields with no parents.protected static booleanFieldBridge.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 andFieldBridge.isMaintenanceFieldLevelHelpEnabled(Maintainable, MaintainableFieldDefinition)returns false, then the field level help will not be rendered.protected static booleanFieldBridge.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 booleanSectionBridge.isRowHiddenForMaintenanceDocument(org.kuali.rice.krad.bo.BusinessObject lineBusinessObject, org.kuali.rice.krad.bo.BusinessObject oldLineBusinessObject, Maintainable newMaintainable, String collectionName) Deprecated.Determines whether a business object is hidden on a maintenance document.static 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.