Uses of Class
org.kuali.rice.kns.datadictionary.MaintainableItemDefinition

Packages that use MaintainableItemDefinition
org.kuali.rice.kns.datadictionary Copyright 2005-2011 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.service Copyright 2005-2011 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.service.impl   
org.kuali.rice.kns.util.documentserlializer Copyright 2005-2011 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-2011 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 MaintainableItemDefinition in org.kuali.rice.kns.datadictionary
 

Subclasses of MaintainableItemDefinition in org.kuali.rice.kns.datadictionary
 class MaintainableCollectionDefinition
          Deprecated. 
 class MaintainableFieldDefinition
          Deprecated. 
 class MaintainableSubSectionHeaderDefinition
          Deprecated. 
 

Fields in org.kuali.rice.kns.datadictionary with type parameters of type MaintainableItemDefinition
protected  List<MaintainableItemDefinition> MaintainableSectionDefinition.maintainableItems
          Deprecated.  
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type MaintainableItemDefinition
 List<MaintainableItemDefinition> MaintainableSectionDefinition.getMaintainableItems()
          Deprecated.  
 

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type MaintainableItemDefinition
 void MaintainableSectionDefinition.setMaintainableItems(List<MaintainableItemDefinition> maintainableItems)
          Deprecated. The maintainableItems element defines the components of a section.
 

Uses of MaintainableItemDefinition in org.kuali.rice.kns.service
 

Methods in org.kuali.rice.kns.service that return MaintainableItemDefinition
 MaintainableItemDefinition MaintenanceDocumentDictionaryService.getMaintainableItem(String docTypeName, String itemName)
          Deprecated. 
 

Uses of MaintainableItemDefinition in org.kuali.rice.kns.service.impl
 

Methods in org.kuali.rice.kns.service.impl that return MaintainableItemDefinition
 MaintainableItemDefinition MaintenanceDocumentDictionaryServiceImpl.getMaintainableItem(String docTypeName, String itemName)
          Deprecated.  
 

Method parameters in org.kuali.rice.kns.service.impl with type arguments of type MaintainableItemDefinition
protected  void BusinessObjectAuthorizationServiceImpl.addMaintainableItemRestrictions(List<? extends MaintainableItemDefinition> itemDefinitions, MaintenanceDocumentAuthorizer authorizer, MaintenanceDocumentRestrictions restrictions, MaintenanceDocument maintenanceDocument, BusinessObject businessObject, String propertyPrefix, Person user)
          Deprecated.  
 

Uses of MaintainableItemDefinition in org.kuali.rice.kns.util.documentserlializer
 

Methods in org.kuali.rice.kns.util.documentserlializer that return types with arguments of type MaintainableItemDefinition
 List<MaintainableItemDefinition> MaintenanceDocumentPropertySerializibilityEvaluator.getAllMaintainableFieldDefinitionsForSerialization(MaintainableCollectionDefinition maintainableCollectionDefinition)
           
 

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

Methods in org.kuali.rice.kns.web.ui with parameters of type MaintainableItemDefinition
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-2011 The Kuali Foundation. All Rights Reserved.