Uses of Interface
org.kuali.rice.kns.maintenance.Maintainable

Packages that use Maintainable
org.kuali.rice.kew.document   
org.kuali.rice.kim.impl.responsibility   
org.kuali.rice.kns.datadictionary   
org.kuali.rice.kns.document   
org.kuali.rice.kns.maintenance   
org.kuali.rice.kns.util   
org.kuali.rice.kns.web.struts.action   
org.kuali.rice.kns.web.ui   
org.kuali.rice.krad.workflow.attribute   
 

Uses of Maintainable in org.kuali.rice.kew.document
 

Methods in org.kuali.rice.kew.document with parameters of type Maintainable
 List RoutingRuleMaintainable.getSections(MaintenanceDocument document, Maintainable oldMaintainable)
          Override the getSections method on this maintainable so that the Section Containing the various Rule Attributes can be dynamically generated based on the RuleTemplate which is selected.
 List RoutingRuleDelegationMaintainable.getSections(MaintenanceDocument document, Maintainable oldMaintainable)
          Override the getSections method on this maintainable so that the Section Containing the various Rule Attributes can be dynamically generated based on the RuleTemplate which is selected.
 List DocumentTypeMaintainable.getSections(MaintenanceDocument document, Maintainable oldMaintainable)
          Override the getSections method on this maintainable so that the document type name field can be set to read-only for
 

Uses of Maintainable in org.kuali.rice.kim.impl.responsibility
 

Methods in org.kuali.rice.kim.impl.responsibility with parameters of type Maintainable
 List ReviewResponsibilityMaintainable.getSections(MaintenanceDocument document, Maintainable oldMaintainable)
           
 

Uses of Maintainable in org.kuali.rice.kns.datadictionary
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type Maintainable
 Class<? extends Maintainable> MaintenanceDocumentEntry.getMaintainableClass()
          Deprecated.  
 

Uses of Maintainable in org.kuali.rice.kns.document
 

Methods in org.kuali.rice.kns.document that return Maintainable
 Maintainable MaintenanceDocument.getNewMaintainableObject()
           
 Maintainable MaintenanceDocumentBase.getNewMaintainableObject()
           
 Maintainable MaintenanceDocument.getOldMaintainableObject()
           
 Maintainable MaintenanceDocumentBase.getOldMaintainableObject()
           
 

Uses of Maintainable in org.kuali.rice.kns.maintenance
 

Methods in org.kuali.rice.kns.maintenance with parameters of type Maintainable
 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.
 

Uses of Maintainable in org.kuali.rice.kns.util
 

Methods in org.kuali.rice.kns.util with parameters of type Maintainable
static void MaintenanceUtils.checkForLockingDocument(Maintainable maintainable, boolean throwExceptionIfLocked)
          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)
           
static Field MaintenanceUtils.setFieldQuickfinder(BusinessObject businessObject, String collectionName, boolean addLine, int index, String attributeName, Field field, List<String> displayedFieldNames, Maintainable maintainable, MaintainableFieldDefinition maintainableFieldDefinition)
           
 

Uses of Maintainable in org.kuali.rice.kns.web.struts.action
 

Methods in org.kuali.rice.kns.web.struts.action with parameters of type Maintainable
protected  Map KualiMaintenanceDocumentAction.buildKeyMapFromRequest(Maintainable maintainable, javax.servlet.http.HttpServletRequest request)
          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)
           
protected  void KualiMaintenanceDocumentAction.populateBOWithCopyKeyValues(javax.servlet.http.HttpServletRequest request, PersistableBusinessObject oldBusinessObject, Maintainable oldMaintainableObject)
           
 

Uses of Maintainable in org.kuali.rice.kns.web.ui
 

Methods in org.kuali.rice.kns.web.ui with parameters of type Maintainable
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.
 

Uses of Maintainable in org.kuali.rice.krad.workflow.attribute
 

Methods in org.kuali.rice.krad.workflow.attribute that return types with arguments of type Maintainable
protected  Class<? extends Maintainable> DataDictionarySearchableAttribute.getMaintainableClass(String documentTypeName)
          Returns the maintainable of the object being maintained by the given maintenance document type name
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.