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

Packages that use Maintainable
edu.sampleu.bookstore.maintenance   
edu.sampleu.travel.service   
org.kuali.rice.coreservice.web.namespace   
org.kuali.rice.coreservice.web.parameter   
org.kuali.rice.kew.document   
org.kuali.rice.kew.impl.peopleflow   
org.kuali.rice.kim.document   
org.kuali.rice.kim.impl.responsibility   
org.kuali.rice.kns.maintenance Copyright 2005-2012 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.krad.datadictionary   
org.kuali.rice.krad.maintenance   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
org.kuali.rice.krms.impl.ui   
org.kuali.rice.location.web.campus   
org.kuali.rice.location.web.country   
org.kuali.rice.location.web.county   
org.kuali.rice.location.web.postalcode   
org.kuali.rice.location.web.state   
 

Uses of Maintainable in edu.sampleu.bookstore.maintenance
 

Classes in edu.sampleu.bookstore.maintenance that implement Maintainable
 class AuthorMaintainable
          maintainableClass for Author document.
 class BookMaintainable
          maintainableClass for Book document.
 

Uses of Maintainable in edu.sampleu.travel.service
 

Classes in edu.sampleu.travel.service that implement Maintainable
 class FiscalOfficerInfoMaintainableImpl
           
 

Uses of Maintainable in org.kuali.rice.coreservice.web.namespace
 

Classes in org.kuali.rice.coreservice.web.namespace that implement Maintainable
 class NamespaceMaintainableImpl
           
 

Uses of Maintainable in org.kuali.rice.coreservice.web.parameter
 

Classes in org.kuali.rice.coreservice.web.parameter that implement Maintainable
 class ParameterMaintainableImpl
           
 

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

Classes in org.kuali.rice.kew.document that implement Maintainable
 class DocumentTypeMaintainable
          This class is the maintainable implementation for the Workflow DocumentType
 class RoutingRuleDelegationMaintainable
          This class is the maintainable implementation for Routing Rules in KEW (represented by the RuleBaseValues business object).
 class RoutingRuleMaintainable
          This class is the maintainable implementation for Routing Rules in KEW (represented by the RuleBaseValues business object).
 

Uses of Maintainable in org.kuali.rice.kew.impl.peopleflow
 

Classes in org.kuali.rice.kew.impl.peopleflow that implement Maintainable
 class PeopleFlowMaintainableImpl
          Custom view helper for the people flow maintenance document to retrieve the type attribute remotable fields
 

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

Classes in org.kuali.rice.kim.document that implement Maintainable
 class GenericPermissionMaintainable
          This is a description of what this class does - jonathan don't forget to fill this in.
 

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

Classes in org.kuali.rice.kim.impl.responsibility that implement Maintainable
 class ReviewResponsibilityMaintainable
           
 

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

Subinterfaces of Maintainable in org.kuali.rice.kns.maintenance
 interface Maintainable
          Deprecated. 
 

Classes in org.kuali.rice.kns.maintenance that implement Maintainable
 class KualiGlobalMaintainableImpl
           
 class KualiMaintainableImpl
          Deprecated. 
 

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

Fields in org.kuali.rice.krad.datadictionary with type parameters of type Maintainable
protected  Class<? extends Maintainable> MaintenanceDocumentEntry.maintainableClass
           
 

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

Method parameters in org.kuali.rice.krad.datadictionary with type arguments of type Maintainable
 void MaintenanceDocumentEntry.setMaintainableClass(Class<? extends Maintainable> maintainableClass)
           
 

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

Classes in org.kuali.rice.krad.maintenance that implement Maintainable
 class MaintainableImpl
          Default implementation of the Maintainable interface
 

Fields in org.kuali.rice.krad.maintenance declared as Maintainable
protected  Maintainable MaintenanceDocumentBase.newMaintainableObject
           
protected  Maintainable MaintenanceDocumentBase.oldMaintainableObject
           
 

Methods in org.kuali.rice.krad.maintenance that return Maintainable
 Maintainable MaintenanceDocument.getNewMaintainableObject()
           
 Maintainable MaintenanceDocumentBase.getNewMaintainableObject()
           
 Maintainable MaintenanceDocument.getOldMaintainableObject()
           
 Maintainable MaintenanceDocumentBase.getOldMaintainableObject()
           
 

Methods in org.kuali.rice.krad.maintenance with parameters of type Maintainable
 void MaintenanceDocument.setNewMaintainableObject(Maintainable newMaintainableObject)
           
 void MaintenanceDocumentBase.setNewMaintainableObject(Maintainable newMaintainableObject)
           
 void MaintenanceDocument.setOldMaintainableObject(Maintainable oldMaintainableObject)
           
 void MaintenanceDocumentBase.setOldMaintainableObject(Maintainable oldMaintainableObject)
           
 

Uses of Maintainable in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return types with arguments of type Maintainable
 Class<? extends Maintainable> DocumentDictionaryService.getMaintainableClass(String docTypeName)
          Retrieves the maintainable class instance that is configured in the maintenance document entry associated with the given document type name
 

Methods in org.kuali.rice.krad.service with parameters of type Maintainable
 String MaintenanceDocumentService.getLockingDocumentId(Maintainable maintainable, String documentNumber)
          Attempts to find any other active documents that are pending on the same maintenance record.
 

Uses of Maintainable in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that return types with arguments of type Maintainable
 Class<? extends Maintainable> DocumentDictionaryServiceImpl.getMaintainableClass(String docTypeName)
           
 

Methods in org.kuali.rice.krad.service.impl with parameters of type Maintainable
 String MaintenanceDocumentServiceImpl.getLockingDocumentId(Maintainable maintainable, String documentNumber)
           
protected  void MaintenanceDocumentServiceImpl.populateMaintenanceObjectWithCopyKeyValues(Map<String,String> parameters, Object oldBusinessObject, Maintainable oldMaintainableObject)
          Looks for a special request parameters giving the names of the keys that should be retrieved from the request parameters and copied to the maintenance object
 

Uses of Maintainable in org.kuali.rice.krms.impl.ui
 

Classes in org.kuali.rice.krms.impl.ui that implement Maintainable
 class AgendaEditorMaintainable
          Maintainable for the AgendaEditor
 class ContextMaintainable
          Maintainable for the ContextBo
 class TermMaintainable
          Maintainable for the AgendaEditor
 class TermSpecificationMaintainable
          Maintainable for the AgendaEditor
 

Uses of Maintainable in org.kuali.rice.location.web.campus
 

Classes in org.kuali.rice.location.web.campus that implement Maintainable
 class CampusMaintainableImpl
           
 class CampusTypeMaintainableImpl
           
 

Uses of Maintainable in org.kuali.rice.location.web.country
 

Classes in org.kuali.rice.location.web.country that implement Maintainable
 class CountryMaintainableImpl
           
 

Uses of Maintainable in org.kuali.rice.location.web.county
 

Classes in org.kuali.rice.location.web.county that implement Maintainable
 class CountyMaintainableImpl
           
 

Uses of Maintainable in org.kuali.rice.location.web.postalcode
 

Classes in org.kuali.rice.location.web.postalcode that implement Maintainable
 class PostalCodeMaintainableImpl
           
 

Uses of Maintainable in org.kuali.rice.location.web.state
 

Classes in org.kuali.rice.location.web.state that implement Maintainable
 class StateMaintainableImpl
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.