Deprecated API


Contents
Deprecated Interfaces
org.kuali.rice.kns.rule.AddCollectionLineRule
           
org.kuali.rice.krad.bo.BusinessObject
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.service.BusinessObjectAuthorizationService
           
org.kuali.rice.krad.dao.BusinessObjectDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.service.BusinessObjectDictionaryService
           
org.kuali.rice.kns.service.BusinessObjectMetaDataService
          use MetadataRepository 
org.kuali.rice.krad.service.BusinessObjectService
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.datadictionary.CollectionDefinitionI
           
org.kuali.rice.core.impl.config.property.ConfigParser
          only used by ConfigParserImplConfig which is deprecated 
org.kuali.rice.krad.datadictionary.control.ControlDefinition
           
org.kuali.rice.krad.criteria.CriteriaLookupDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.core.api.criteria.CriteriaLookupService
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.service.DataDictionaryService
           
org.kuali.rice.krad.service.DataObjectMetaDataService
          use MetadataRepository instead 
org.kuali.rice.kns.service.DictionaryValidationService
           
org.kuali.rice.krad.dao.DocumentDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.service.DocumentHelperService
          use DocumentDictionaryService.getDocumentAuthorizer(java.lang.String) 
org.kuali.rice.krad.bo.ExternalizableBusinessObject
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.datadictionary.FieldDefinitionI
           
org.kuali.rice.core.framework.persistence.dao.GenericDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.inquiry.Inquirable
           
org.kuali.rice.krad.service.KeyValuesService
           
org.kuali.rice.kns.datadictionary.KNSDocumentEntry
           
org.kuali.rice.krad.service.LegacyAppFrameworkAdapterService
           
org.kuali.rice.krad.service.LegacyDataAdapter
          This class is deprecated by default, applications should *never* use this adapter directly 
org.kuali.rice.kns.lookup.Lookupable
           
org.kuali.rice.krad.dao.LookupDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.lookup.LookupResultsService
           
org.kuali.rice.kns.maintenance.Maintainable
           
org.kuali.rice.krad.dao.MaintenanceDocumentDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService
           
org.kuali.rice.krad.service.util.OjbCollectionAware
           
org.kuali.rice.krad.bo.PersistableBusinessObject
          use new KRAD Data framework DataObjectService 
org.kuali.rice.krad.bo.PersistableBusinessObjectExtension
          use a plain old Object property on your class and use ExtensionFor annotation on the actual extension class. 
org.kuali.rice.krad.dao.PersistedLookupMetadataDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.krad.dao.PersistenceDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.krad.service.PersistenceService
          use new KRAD Data framework DataObjectService 
org.kuali.rice.krad.service.PersistenceStructureService
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.web.ui.PropertyRenderingConfigElement
           
org.kuali.rice.krad.dao.SequenceAccessorDao
           
org.kuali.rice.krad.service.SequenceAccessorService
          use MaxValueIncrementerFactory instead 
org.kuali.rice.krad.dao.SessionDocumentDao
          use new KRAD Data framework DataObjectService 
org.kuali.rice.krad.service.SessionDocumentService
          (Deprecated and removed from use in KRAD (KULRICE-9149)

Used as an extension to session support. If a session times out, the doucment contents can be retrieved from the persistence storage and work resumed

 
org.kuali.rice.kns.service.SessionDocumentService
           
org.kuali.rice.kns.datadictionary.SubSectionHeaderDefinitionI
           
org.kuali.rice.kns.service.TransactionalDocumentDictionaryService
           
org.kuali.rice.krad.uif.util.UifCloneable
          The UifCloneable.clone() method has been added to Copyable. This interface is now redundant, but is still used on a small scale for special handling in CloneUtils. 
org.kuali.rice.kns.workflow.attribute.WorkflowLookupableResult
          This will go away once workflow supports simple url integration for custom attribute lookups. 
 

Deprecated Classes
org.kuali.rice.core.web.format.ArrayFormatter
           
org.kuali.rice.krad.datadictionary.AttributeReference
          Should be removed - with Spring, parent attribute definitions do not need to be bound to a business object. 
org.kuali.rice.kns.datadictionary.exporter.AttributesMapBuilder
           
org.kuali.rice.core.framework.persistence.ojb.BaseOjbConfigurer
           
org.kuali.rice.devtools.generators.dd.BeanDDCreator
          this is for the legacy kns. 
org.kuali.rice.core.web.format.BigDecimalFormatter
           
org.kuali.rice.core.web.format.BooleanFormatter
           
org.kuali.rice.kns.service.impl.BusinessObjectAuthorizationServiceImpl
           
org.kuali.rice.krad.bo.BusinessObjectBase
          use new KRAD Data framework DataObjectService 
org.kuali.rice.krad.dao.impl.BusinessObjectDaoOjb
           
org.kuali.rice.krad.dao.proxy.BusinessObjectDaoProxy
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.service.impl.BusinessObjectDictionaryServiceImpl
          use KRAD 
org.kuali.rice.kns.datadictionary.BusinessObjectEntry
           
org.kuali.rice.kns.datadictionary.exporter.BusinessObjectEntryMapper
           
org.kuali.rice.kns.service.impl.BusinessObjectMetaDataServiceImpl
          use KRAD 
org.kuali.rice.krad.service.impl.BusinessObjectServiceImpl
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.datadictionary.control.ButtonControlDefinition
           
org.kuali.rice.krad.datadictionary.validation.CharacterLevelValidationPattern
           
org.kuali.rice.kns.datadictionary.control.CheckboxControlDefinition
           
org.kuali.rice.core.web.format.CollectionFormatter
           
org.kuali.rice.kns.datadictionary.exporter.CollectionsMapBuilder
           
org.kuali.rice.kns.web.ui.Column
           
org.kuali.rice.core.impl.config.property.ConfigParserImpl
          This is an old hand-rolled Rice configuration parser which has since been replaced by the superior JAXBConfigImpl. This old implementation only exists to support PluginConfig which supports ancient KEW plugin configs 
org.kuali.rice.core.impl.config.property.ConfigParserImplConfig
          We need to retrofit PluginConfig to JAXBConfig, or eliminate along with old KEW plugin architecture 
org.kuali.rice.core.framework.persistence.ojb.ConfigurableSequenceManager
           
org.kuali.rice.kns.datadictionary.control.ControlDefinitionBase
           
org.kuali.rice.krad.criteria.CriteriaLookupServiceImpl
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.datadictionary.control.CurrencyControlDefinition
           
org.kuali.rice.core.web.format.CurrencyFormatter
           
org.kuali.rice.core.framework.persistence.ojb.DataAccessUtils
           
org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMap
           
org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
           
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceHelper
          A krad integrated type service base class will be provided in the future. This is only used for the legacy DataDictionaryTypeServiceBase. 
org.kuali.rice.krad.service.impl.DataObjectMetaDataServiceImpl
          use new KRAD Data framework DataObjectService, replaced by metadata provider framework 
org.kuali.rice.krad.bo.DataObjectRelationship
          use DataObjectRelationship instead 
org.kuali.rice.core.web.format.DateDisplayTimestampObjectFormatter
           
org.kuali.rice.core.web.format.DateFormatter
           
org.kuali.rice.core.web.format.DateViewDateObjectFormatter
           
org.kuali.rice.core.web.format.DateViewTimestampObjectFormatter
           
org.kuali.rice.kns.kim.role.DerivedRoleTypeServiceBase
          A krad integrated type service base class will be provided in the future. 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl
           
org.kuali.rice.kns.datadictionary.exporter.DocumentEntryMapper
           
org.kuali.rice.kns.web.EditablePropertiesHistoryHolder
           
org.kuali.rice.core.web.format.EncryptionFormatter
           
org.kuali.rice.krad.datadictionary.exporter.ExportMap
           
org.kuali.rice.kns.web.ui.ExtraButton
           
org.kuali.rice.kns.web.ui.Field
           
org.kuali.rice.kns.web.ui.FieldBridge
           
org.kuali.rice.kns.datadictionary.FieldDefinition
           
org.kuali.rice.krad.datadictionary.validation.FieldLevelValidationPattern
           
org.kuali.rice.kns.datadictionary.control.FileControlDefinition
           
org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState
          Replaced with methods on DataObjectWrapper 
org.kuali.rice.kns.web.ui.FormatAwareDecorator
           
org.kuali.rice.core.web.format.Formatter
           
org.kuali.rice.kew.engine.node.FYIByNetworkId
          Use NetworkIdRoleAttribute instead 
org.kuali.rice.kew.engine.node.FYIByUniversityId
          Use UniversityIdRoleAttribute instead 
org.kuali.rice.core.impl.persistence.dao.GenericDaoOjb
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.kim.group.GroupTypeServiceBase
          A krad integrated type service base class will be provided in the future. 
org.kuali.rice.kns.web.ui.HeaderField
           
org.kuali.rice.kns.datadictionary.HeaderNavigation
           
org.kuali.rice.kns.datadictionary.control.HiddenControlDefinition
           
org.kuali.rice.kns.lookup.HtmlData
           
org.kuali.rice.kns.datadictionary.InquiryCollectionDefinition
           
org.kuali.rice.kns.datadictionary.InquiryDefinition
           
org.kuali.rice.kns.datadictionary.exporter.InquiryMapBuilder
           
org.kuali.rice.kns.datadictionary.InquirySectionDefinition
           
org.kuali.rice.kns.datadictionary.InquirySubSectionHeaderDefinition
           
org.kuali.rice.core.web.format.IntegerFormatter
           
org.kuali.rice.core.framework.persistence.ojb.JtaOjbConfigurer
           
org.kuali.rice.krad.service.impl.KeyValuesServiceImpl
           
org.kuali.rice.kns.kim.type.KimAttributeDefinition
          A krad integrated type service base class will be provided in the future. This is only used for the legacy DataDictionaryTypeServiceBase. 
org.kuali.rice.kns.kim.responsibility.KimResponsibilityTypeServiceBase
          A krad integrated type service base class will be provided in the future. 
org.kuali.rice.kns.util.KNSGlobalVariables
           
org.kuali.rice.krad.service.impl.KNSLegacyDataAdapterImpl
           
org.kuali.rice.kns.service.KNSServiceLocator
          As of release 2.0 
org.kuali.rice.kns.rule.event.KualiAddLineEvent
           
org.kuali.rice.core.web.format.KualiIntegerCurrencyFormatter
           
org.kuali.rice.kns.maintenance.KualiMaintainableImpl
          use KRAD 
org.apache.ojb.broker.platforms.KualiMySQLSequenceManagerImpl
           
org.kuali.rice.kns.datadictionary.control.KualiUserControlDefinition
           
org.kuali.rice.krad.service.impl.LegacyAppFrameworkAdapterServiceImpl
           
org.kuali.rice.krad.service.impl.LegacyDataAdapterImpl
          instead of using this class, where possible go directly against new KRAD code 
org.kuali.rice.kns.datadictionary.control.LinkControlDefinition
           
org.kuali.rice.core.web.format.LittleBooleanFormatter
           
org.kuali.rice.core.web.format.LongFormatter
           
org.kuali.rice.krad.dao.impl.LookupDaoOjb
          use new KRAD Data framework DataObjectService 
org.kuali.rice.kns.datadictionary.LookupDefinition
           
org.kuali.rice.kns.datadictionary.control.LookupHiddenControlDefinition
           
org.kuali.rice.kns.datadictionary.exporter.LookupMapBuilder
           
org.kuali.rice.kns.datadictionary.control.LookupReadonlyControlDefinition
           
org.kuali.rice.kns.lookup.LookupUtils
          use KRAD 
org.kuali.rice.kns.datadictionary.MaintainableCollectionDefinition
           
org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition
           
org.kuali.rice.kns.datadictionary.MaintainableItemDefinition
           
org.kuali.rice.kns.datadictionary.MaintainableSectionDefinition
           
org.kuali.rice.kns.datadictionary.MaintainableSubSectionHeaderDefinition
           
org.kuali.rice.devtools.generators.dd.MaintDocDDCreator
          this is for the legacy kns. 
org.kuali.rice.kns.datadictionary.validation.MaintenanceDocumentAttributeValueReader
          As of release 2.0 
org.kuali.rice.kns.service.impl.MaintenanceDocumentDictionaryServiceImpl
           
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
           
org.kuali.rice.kns.datadictionary.exporter.MaintenanceDocumentEntryMapper
           
org.kuali.rice.kns.maintenance.rules.MaintenanceDocumentRuleBase
          use KRAD 
org.kuali.rice.kns.datadictionary.exporter.MapperUtils
           
org.kuali.rice.kns.datadictionary.control.MultiselectControlDefinition
           
org.kuali.rice.kns.datadictionary.control.MultivalueControlDefinitionBase
           
org.kuali.rice.core.web.format.NoOpStringFormatter
           
org.kuali.rice.krad.util.ObjectUtils
          use new KRAD data framework instead 
org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion4
          Use OjbCharBooleanConversion2 instead 
org.kuali.rice.krad.service.util.OjbCollectionHelper
           
org.kuali.rice.core.web.format.PercentageFormatter
           
org.kuali.rice.kns.kim.permission.PermissionTypeServiceBase
          A krad integrated type service base class will be provided in the future. 
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          use new KRAD Data framework DataObjectService. In this framework, data objects are not required to have a superclass and can be POJO's but they can optionally use DataObjectBase to emulate previous functionality. 
org.kuali.rice.krad.bo.PersistableBusinessObjectExtensionBase
          use annotation instead 
org.kuali.rice.krad.dao.impl.PersistedLookupMetadataDaoJpa
           
org.kuali.rice.krad.dao.impl.PersistenceDaoOjb
           
org.kuali.rice.krad.dao.proxy.PersistenceDaoProxy
           
org.kuali.rice.krad.service.impl.PersistenceServiceImpl
           
org.kuali.rice.krad.service.impl.PersistenceServiceImplBase
           
org.kuali.rice.krad.service.impl.PersistenceServiceOjbImpl
           
org.kuali.rice.krad.service.impl.PersistenceServiceStructureImplBase
           
org.kuali.rice.krad.service.impl.PersistenceStructureServiceImpl
          use new KRAD Data framework DataObjectService 
org.kuali.rice.krad.service.impl.PersistenceStructureServiceOjbImpl
           
org.kuali.rice.core.web.format.PhoneNumberFormatter
           
org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb
           
org.kuali.rice.krad.devtools.pdle.PostDataLoadEncryptionServiceImpl
           
org.kuali.rice.kns.kim.role.PrincipalDerivedRoleTypeServiceImpl
          A krad integrated type service base class will be provided in the future. 
org.kuali.rice.kns.datadictionary.control.RadioControlDefinition
           
org.kuali.rice.kns.datadictionary.exporter.RelationshipsMapBuilder
           
org.kuali.rice.kns.web.ui.ResultRow
           
org.kuali.rice.core.framework.persistence.ojb.RiceDataSourceConnectionFactory
           
org.kuali.rice.kns.kim.role.RoleTypeServiceBase
          A krad integrated type service base class will be provided in the future. 
org.kuali.rice.kns.web.ui.Row
           
org.kuali.rice.kns.web.ui.Section
           
org.kuali.rice.kns.web.ui.SectionBridge
           
org.kuali.rice.kns.datadictionary.control.SelectControlDefinition
           
org.kuali.rice.krad.dao.jdbc.SequenceAccessorDaoJdbc
           
org.kuali.rice.krad.service.impl.SequenceAccessorServiceImpl
           
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl
          (Deprecated and removed from use in KRAD (KULRICE-9149) 
org.kuali.rice.kns.service.impl.SessionDocumentServiceImpl
           
org.kuali.rice.core.web.format.SimpleBooleanFormatter
           
org.kuali.rice.core.framework.persistence.ojb.SqlGeneratorSuffixableImpl
           
org.kuali.rice.krad.datadictionary.exporter.StringMap
           
org.kuali.rice.core.framework.persistence.ojb.SuffixableQueryByCriteria
           
org.kuali.rice.core.framework.persistence.ojb.SuffixedSqlSelectStatement
           
org.kuali.rice.kns.datadictionary.control.TextareaControlDefinition
           
org.kuali.rice.kns.datadictionary.control.TextControlDefinition
           
org.kuali.rice.core.web.format.TimestampAMPMFormatter
           
org.kuali.rice.kns.service.impl.TransactionalDocumentDictionaryServiceImpl
           
org.kuali.rice.kns.datadictionary.TransactionalDocumentEntry
           
org.kuali.rice.kns.datadictionary.exporter.TransactionalDocumentEntryMapper
           
org.kuali.rice.core.framework.persistence.ojb.TransactionManagerFactory
           
org.kuali.rice.krad.bo.TransientBusinessObjectBase
          use new KRAD Data framework DataObjectService 
org.kuali.rice.krad.datadictionary.validation.ValidationPattern
           
org.kuali.rice.testtools.selenium.WebDriverITBase
            
org.kuali.rice.kns.workflow.attribute.WorkflowLookupableInvocationHandler
          This will go away once workflow supports simple url integration for custom attribute lookups. 
org.kuali.rice.kns.datadictionary.control.WorkflowWorkgroupControlDefinition
           
org.kuali.rice.core.framework.persistence.jdbc.datasource.XAPoolDataSource
          We will be removing this file from a future release in order to get rid of our dependencies on XAPool. If you desire to continue using JOTM and XAPool, please configure using org.enhyrdra.jdbc.standard.StandardXADataSource directly instead of using this class. 
 

Deprecated Exceptions
org.kuali.rice.core.web.format.FormatException
           
org.kuali.rice.krad.exception.ReferenceAttributeNotAnOjbReferenceException
           
 

Deprecated Fields
org.kuali.rice.kns.maintenance.KualiMaintainableImpl.businessObjectAuthorizationService
           
org.kuali.rice.kns.maintenance.KualiMaintainableImpl.businessObjectMetaDataService
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.control
           
org.kuali.rice.kns.maintenance.KualiMaintainableImpl.documentHelperService
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.formatterClass
           
org.kuali.rice.core.api.impex.xml.XmlConstants.SERVICE_NAMESPACE
          use XmlConstants.APPLICATION_ID instead 
org.kuali.rice.krad.datadictionary.AttributeDefinition.validationPattern
           
 

Deprecated Methods
org.kuali.rice.kew.api.document.WorkflowDocumentService._getActionsTaken(String)
          mistaken operation name...use getActionsTaken instead 
org.kuali.rice.kew.api.action.ActionSet.addAcknowledge()
          As of release 2.1.2 addAcknowledge should be performed using { @link ActionSet.Builder#addAcknowledge } 
org.kuali.rice.kew.api.action.ActionSet.addAction(String)
          As of release 2.1.2 addAction should be performed using { @link ActionSet.Builder#addAction } 
org.kuali.rice.kns.inquiry.Inquirable.addAdditionalSections(List, BusinessObject)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.addAdditionalSections(List, BusinessObject)
           
org.kuali.rice.kew.api.action.ActionSet.addApprove()
          As of release 2.1.2 addApprove should be performed using { @link ActionSet.Builder#addApprove } 
org.kuali.rice.kew.api.action.ActionSet.addCancel()
          As of release 2.1.2 addCancel should be performed using { @link ActionSet.Builder#addCancel } 
org.kuali.rice.kew.api.action.ActionSet.addComplete()
          As of release 2.1.2 addComplete should be performed using { @link ActionSet.Builder#addComplete } 
org.kuali.rice.kew.api.action.ActionSet.addDisapprove()
          As of release 2.1.2 addDisapprove should be performed using { @link ActionSet.Builder#addDisapprove } 
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.addDocumentToUserSession(UserSession, WorkflowDocument)
          (Deprecated and removed from use in KRAD (KULRICE-9149) * 
org.kuali.rice.kew.api.action.ActionSet.addFyi()
          As of release 2.1.2 addFyi should be performed using { @link ActionSet.Builder#addFyi } 
org.kuali.rice.kns.maintenance.Maintainable.addMultipleValueLookupResults(MaintenanceDocument, String, Collection, boolean, PersistableBusinessObject)
           
org.kuali.rice.kns.maintenance.Maintainable.addNewLineToCollection(String)
           
org.kuali.rice.kew.api.action.ActionSet.addRouted()
          As of release 2.1.2 addRouted should be performed using { @link ActionSet.Builder#addRouted } 
org.kuali.rice.kew.api.action.WorkflowDocumentActionsService.adHocToGroup(DocumentActionParameters, AdHocToGroup_v2_1_2)
           
org.kuali.rice.kew.api.action.WorkflowDocumentActionsService.adHocToPrincipal(DocumentActionParameters, AdHocToPrincipal_v2_1_2)
           
org.kuali.rice.krad.service.PersistenceService.allForeignKeyValuesPopulatedForReference(PersistableBusinessObject, String)
           
org.kuali.rice.krad.service.DataObjectMetaDataService.areNotesSupported(Class)
           
org.kuali.rice.core.api.util.ContextClassLoaderBinder.bind(ClassLoader)
          use #doInContextClassLoader 
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService.blanketApproval(String, DocumentRouteHeaderValue, String, Integer)
          use blanketApproval which takes a Set of nodeNames instead. 
org.kuali.rice.krad.service.impl.InactivationBlockingDetectionServiceImpl.buildInactivationBlockerQueryMap(BusinessObject, InactivationBlockingMetadata)
           
org.kuali.rice.testtools.selenium.WebDriverLegacyITBase.checkForIncidentReport(String, JiraAwareFailable, String)
          WebDriverLegacyITBase.checkForIncidentReport(String, String) 
org.kuali.rice.kns.util.KNSGlobalVariables.clear()
           
org.kuali.rice.kns.maintenance.Maintainable.clearBusinessObjectOfRestrictedValues(MaintenanceDocumentRestrictions)
           
org.kuali.rice.krad.service.PersistenceService.clearCache()
           
org.kuali.rice.krad.util.ObjectUtils.collectionContainsObjectWithIdentitcalKey(Collection, PersistableBusinessObject)
           
org.kuali.rice.krad.datadictionary.DataDictionaryEntry.completeValidation()
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.completeValidation(Class, Class)
           
org.kuali.rice.krad.datadictionary.DataDictionaryDefinition.completeValidation(Class, Class)
           
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase.completeValidation(Class, Class)
           
org.kuali.rice.krad.datadictionary.RelationshipDefinition.completeValidation(Class, Class)
           
org.kuali.rice.krad.datadictionary.CollectionDefinition.completeValidation(Class, Class)
           
org.kuali.rice.kim.framework.role.RoleTypeService.convertQualificationForMemberRoles(String, String, String, String, Map)
          use convertQualificationForMemberRolesAndMemberAttributes 
org.kuali.rice.krad.dao.LookupDao.createCriteria(Object, String, String, boolean, boolean, Object)
           
org.kuali.rice.krad.dao.LookupDao.createCriteria(Object, String, String, Object)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.createTitleText(Class)
           
org.kuali.rice.kns.maintenance.Maintainable.deleteBusinessObject()
           
org.kuali.rice.krad.util.ObjectUtils.equalByKeys(PersistableBusinessObject, PersistableBusinessObject)
          use DataObjectWrapper.equalsByPrimaryKey(Object) 
org.kuali.rice.krad.service.DataObjectMetaDataService.equalsByPrimaryKeys(Object, Object)
          use DataObjectWrapper.equalsByPrimaryKey(Object) 
org.kuali.rice.krad.dao.LookupDao.findCollectionBySearchHelper(Class, Map, boolean, boolean)
           
org.kuali.rice.krad.service.LegacyDataAdapter.findCollectionBySearchHelper(Class, Map, boolean, boolean, Integer)
          please use LegacyDataAdapter.findCollectionBySearchHelper(Class, java.util.Map, java.util.List, boolean, boolean, Integer) instead 
org.kuali.rice.krad.dao.LookupDao.findCollectionBySearchHelper(Class, Map, boolean, boolean, Integer)
           
org.kuali.rice.krad.service.LookupService.findCollectionBySearchHelper(Class, Map, boolean, Integer)
          please use LookupService.findCollectionBySearchHelper(Class, java.util.Map, java.util.List, boolean, Integer) instead 
org.kuali.rice.krad.service.impl.LookupServiceImpl.findCollectionBySearchHelper(Class, Map, boolean, Integer)
           
org.kuali.rice.krad.dao.LookupDao.findObjectByMap(Class, Map)
           
org.kuali.rice.krad.service.impl.LookupCriteriaGeneratorImpl.generateCriteria(Class, Map, boolean)
           
org.kuali.rice.krad.service.impl.LookupCriteriaGenerator.generateCriteria(Class, Map, boolean)
          please use LookupCriteriaGenerator.generateCriteria(Class, java.util.Map, java.util.List, boolean) instead 
org.kuali.rice.kew.api.action.ActionItemContract.getActionItemIndex()
          actionItemIndex is never used 
org.kuali.rice.kew.api.action.ActionItem.getActionItemIndex()
           
org.kuali.rice.kew.api.action.ActionItem.Builder.getActionItemIndex()
           
org.kuali.rice.kew.actionitem.ActionItemBase.getActionItemIndex()
           
org.kuali.rice.kew.api.action.ActionItemContract.getActionToTake()
          actionToTake is never used 
org.kuali.rice.kew.api.action.ActionItem.getActionToTake()
           
org.kuali.rice.kew.api.action.ActionItem.Builder.getActionToTake()
           
org.kuali.rice.kew.actionitem.ActionItemBase.getActionToTake()
           
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry.getAdditionalSectionsFile()
           
org.kuali.rice.kew.api.document.search.DocumentSearchCriteriaContract.getApplicationDocumentStatus()
          please use DocumentSearchCriteriaContract.getApplicationDocumentStatuses() instead 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.getApplicationDocumentStatus()
          use DocumentSearchCriteria.getApplicationDocumentStatuses() instead 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder.getApplicationDocumentStatus()
          use DocumentSearchCriteria.Builder.getApplicationDocumentStatuses() instead 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.getApproverPrincipalName()
          use DocumentSearchCriteria.getApproverPrincipalId() instead 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder.getApproverPrincipalName()
          use DocumentSearchCriteria.Builder.getApproverPrincipalId() instead 
org.kuali.rice.krad.service.DataDictionaryService.getAttributeFormatter(Class, String)
           
org.kuali.rice.krad.service.DataDictionaryService.getAttributeFormatter(String, String)
           
org.kuali.rice.kns.util.KNSGlobalVariables.getAuditErrorMap()
           
org.kuali.rice.kns.lookup.LookupUtils.getBaseInquiryUrl()
           
org.kuali.rice.kns.lookup.LookupUtils.getBaseLookupUrl(boolean)
           
org.kuali.rice.krad.datadictionary.InactivationBlockingMetadata.getBlockedBusinessObjectClass()
          use InactivationBlockingMetadata.getBlockedDataObjectClass() instead, there is no requirement that the blocked class must implement the deprecated BusinessObject interface. 
org.kuali.rice.krad.datadictionary.InactivationBlockingDefinition.getBlockedBusinessObjectClass()
           
org.kuali.rice.krad.datadictionary.InactivationBlockingMetadata.getBlockedReferencePropertyName()
          use InactivationBlockingMetadata.getBlockedAttributeName() instead 
org.kuali.rice.krad.datadictionary.InactivationBlockingDefinition.getBlockedReferencePropertyName()
           
org.kuali.rice.krad.datadictionary.InactivationBlockingMetadata.getBlockingReferenceBusinessObjectClass()
          use InactivationBlockingMetadata.getBlockingDataObjectClass() instead, there is no requirement that the blocking class must implement the deprecated BusinessObject interface. 
org.kuali.rice.krad.datadictionary.InactivationBlockingDefinition.getBlockingReferenceBusinessObjectClass()
           
org.kuali.rice.kns.maintenance.Maintainable.getBoClass()
           
org.kuali.rice.kns.maintenance.Maintainable.getBusinessObject()
           
org.kuali.rice.kns.inquiry.Inquirable.getBusinessObject(Map)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getBusinessObject(Map)
           
org.kuali.rice.kns.service.KNSServiceLocator.getBusinessObjectAuthorizationService()
           
org.kuali.rice.krad.datadictionary.InactivationBlockingDefinition.getBusinessObjectClass()
          the businessObjectClass does not appear to be used anywhere significantly internally or externally,   no replacement 
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getBusinessObjectClass()
           
org.kuali.rice.krad.datadictionary.DataDictionaryMapper.getBusinessObjectClassNames(DataDictionaryIndex)
           
org.kuali.rice.kns.service.KNSServiceLocator.getBusinessObjectDictionaryService()
           
org.kuali.rice.krad.datadictionary.DataDictionaryMapper.getBusinessObjectEntries(DataDictionaryIndex)
           
org.kuali.rice.krad.datadictionary.DataDictionaryMapper.getBusinessObjectEntry(DataDictionaryIndex, String)
           
org.kuali.rice.krad.datadictionary.DataDictionary.getBusinessObjectEntry(String)
           
org.kuali.rice.krad.datadictionary.DataDictionaryMapper.getBusinessObjectEntryForConcreteClass(DataDictionaryIndex, String)
           
org.kuali.rice.kns.maintenance.KualiMaintainableImpl.getBusinessObjectMetaDataService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getBusinessObjectMetaDataService()
           
org.kuali.rice.kns.service.BusinessObjectMetaDataService.getBusinessObjectRelationship(BusinessObject, Class, String, String, boolean)
           
org.kuali.rice.kns.service.BusinessObjectMetaDataService.getBusinessObjectRelationship(BusinessObject, String)
           
org.kuali.rice.kns.service.BusinessObjectMetaDataService.getBusinessObjectRelationships(BusinessObject)
           
org.kuali.rice.kns.service.BusinessObjectMetaDataService.getBusinessObjectRelationships(Class)
           
org.kuali.rice.kns.service.KNSServiceLocator.getBusinessObjectService()
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getCollectionBusinessObjectClass(String, String)
           
org.kuali.rice.krad.service.impl.LookupCriteriaGeneratorImpl.getCollectionCriteriaFromMap(Class, Object, Map)
          please use LookupCriteriaGeneratorImpl.getCollectionCriteriaFromMap(Class, Object, java.util.Map, java.util.List) instead 
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getCollectionFieldDefaultValue(String, String, String)
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.getControl()
           
org.kuali.rice.krad.bo.ModuleConfiguration.getDatabaseRepositoryFilePaths()
          OJB is deprecated 
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.getDataDictionaryService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getDataDictionaryService()
           
org.kuali.rice.krad.service.DataObjectMetaDataService.getDataObjectIdentifierString(Object)
           
org.kuali.rice.kns.maintenance.KualiMaintainableImpl.getDataObjectMetaDataService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getDataObjectMetaDataService()
           
org.kuali.rice.krad.service.DataObjectMetaDataService.getDataObjectRelationship(Object, Class, String, String, boolean, boolean, boolean)
           
org.kuali.rice.krad.service.DataObjectMetaDataService.getDataObjectRelationships(Class)
           
org.kuali.rice.kew.api.action.ActionItemContract.getDateAssignedString()
          dateAssignedString is never used 
org.kuali.rice.kew.api.action.ActionItem.getDateAssignedString()
           
org.kuali.rice.kew.api.action.ActionItem.Builder.getDateAssignedString()
           
org.kuali.rice.kew.actionitem.ActionItemBase.getDateAssignedString()
           
org.kuali.rice.krad.service.DataObjectMetaDataService.getDictionaryRelationship(Class, String)
           
org.kuali.rice.kns.service.DocumentHelperService.getDocumentAuthorizer(Document)
           
org.kuali.rice.kns.service.DocumentHelperService.getDocumentAuthorizer(String)
           
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.getDocumentForm(String, String, UserSession, String)
          (Deprecated and removed from use in KRAD (KULRICE-9149) 
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.getDocumentFromSession(UserSession, String)
          (Deprecated and removed from use in KRAD (KULRICE-9149) 
org.kuali.rice.kns.service.KNSServiceLocator.getDocumentHeaderService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getDocumentHelperService()
           
org.kuali.rice.kns.service.DocumentHelperService.getDocumentPresentationController(Document)
           
org.kuali.rice.kns.service.DocumentHelperService.getDocumentPresentationController(String)
           
org.kuali.rice.kns.maintenance.Maintainable.getDuplicateIdentifierFieldsFromDataDictionary(String, String)
           
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.getEncryptionService()
           
org.kuali.rice.krad.exception.AuthorizationException.getErrorMessageKey()
            
org.kuali.rice.krad.service.ModuleService.getExternalizableBusinessObjectInquiryUrl(Class, Map)
          legacy KNS call, replaced by ModuleService.getExternalizableDataObjectInquiryUrl(Class, java.util.Properties) in KRAD 
org.kuali.rice.krad.service.impl.RemoteModuleServiceBase.getExternalizableBusinessObjectInquiryUrl(Class, Map)
           
org.kuali.rice.krad.service.impl.ModuleServiceBase.getExternalizableBusinessObjectInquiryUrl(Class, Map)
           
org.kuali.rice.krad.service.ModuleService.getExternalizableBusinessObjectLookupUrl(Class, Map)
          legacy KNS call, replaced by ModuleService.getExternalizableDataObjectLookupUrl(Class, java.util.Properties) in KRAD 
org.kuali.rice.krad.service.impl.RemoteModuleServiceBase.getExternalizableBusinessObjectLookupUrl(Class, Map)
           
org.kuali.rice.krad.service.impl.ModuleServiceBase.getExternalizableBusinessObjectLookupUrl(Class, Map)
           
org.kuali.rice.location.service.impl.LocationModuleService.getExternalizableBusinessObjectLookupUrl(Class, Map)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getFieldDefaultValue(Class, String)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getFieldDefaultValue(String, String)
           
org.kuali.rice.krad.service.PersistenceService.getFlattenedPrimaryKeyFieldValues(Object)
           
org.kuali.rice.kns.service.BusinessObjectMetaDataService.getForeignKeyFieldName(Class, String, String)
           
org.kuali.rice.krad.util.ObjectUtils.getFormattedPropertyValue(BusinessObject, String, Formatter)
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.getFormatterClass()
           
org.kuali.rice.krad.service.impl.InactivationBlockingDisplayServiceImpl.getFormattersForPrimaryKeyFields(Class)
           
org.kuali.rice.krad.util.ObjectUtils.getFormatterWithDataDictionary(Object, String)
           
org.kuali.rice.kns.inquiry.Inquirable.getHtmlMenuBar()
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getHtmlMenuBar()
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getHyperLink(Class, Map, String)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getHyperLink(Class, Map, String, String)
           
org.kuali.rice.kns.inquiry.Inquirable.getInactiveRecordDisplay()
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getInactiveRecordDisplay()
           
org.kuali.rice.kns.maintenance.Maintainable.getInactiveRecordDisplay()
           
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.getInitiatorPrincipalName()
          use DocumentSearchCriteria.getInitiatorPrincipalId() instead 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder.getInitiatorPrincipalName()
          use DocumentSearchCriteria.Builder.getInitiatorPrincipalId() instead 
org.kuali.rice.kns.inquiry.Inquirable.getInquiryUrl(BusinessObject, String, boolean)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getInquiryUrl(BusinessObject, String, boolean)
           
org.kuali.rice.krad.service.impl.RemoteModuleServiceBase.getInquiryUrl(Class)
           
org.kuali.rice.krad.service.impl.ModuleServiceBase.getInquiryUrl(Class)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getInquiryUrlForPrimaryKeys(Class, Object, List, String)
           
org.kuali.rice.kns.service.KNSServiceLocator.getKeyValuesService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getKNSDictionaryValidationService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getKNSSessionDocumentService()
           
org.kuali.rice.kns.util.KNSGlobalVariables.getKualiForm()
           
org.kuali.rice.kns.service.KNSServiceLocator.getKualiInquirable()
           
org.kuali.rice.kns.service.KNSServiceLocator.getKualiLookupable()
           
org.kuali.rice.krad.bo.PersistableBusinessObjectBase.getLegacyDataAdapter()
          application code should never use this! Always use KRAD code directly. 
org.kuali.rice.krad.maintenance.MaintainableImpl.getLegacyDataAdapter()
           
org.kuali.rice.krad.service.KRADServiceLocatorWeb.getLegacyDataAdapter()
          application code should never use this! Always use KRAD code directly. 
org.kuali.rice.krad.service.impl.DictionaryValidationServiceImpl.getLegacyDataAdapter()
           
org.kuali.rice.krad.document.DocumentBase.getLockClearningMethodNames()
           
org.kuali.rice.krad.document.Document.getLockClearningMethodNames()
           
org.kuali.rice.kns.service.KNSServiceLocator.getLookupable(String)
           
org.kuali.rice.kns.service.KNSServiceLocator.getLookupResultsService()
           
org.kuali.rice.kns.service.impl.MaintenanceDocumentDictionaryServiceImpl.getMaintainableClass(String)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getMaintainableCollection(String, String)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getMaintainableCollections(MaintainableCollectionDefinition)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getMaintainableCollections(String)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getMaintainableField(String, String)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getMaintainableItem(String, String)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.getMaintainableSections(String)
           
org.kuali.rice.kns.service.impl.MaintenanceDocumentDictionaryServiceImpl.getMaintainableSections(String)
           
org.kuali.rice.kns.maintenance.Maintainable.getMaintainableTitle()
           
org.kuali.rice.kns.service.KNSServiceLocator.getMaintenanceDocumentAuthorizationService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getMaintenanceDocumentDictionaryService()
           
org.kuali.rice.kns.util.KNSGlobalVariables.getMessageList()
           
org.kuali.rice.kns.maintenance.Maintainable.getMultiValueIdentifierList(Collection, List)
           
org.kuali.rice.kns.maintenance.Maintainable.getNewCollectionLine(String)
           
org.kuali.rice.krad.service.SequenceAccessorService.getNextAvailableSequenceNumber(String)
          use MaxValueIncrementerFactory instead 
org.kuali.rice.krad.service.SequenceAccessorService.getNextAvailableSequenceNumber(String, Class)
          use MaxValueIncrementerFactory instead 
org.kuali.rice.core.framework.persistence.platform.DatabasePlatform.getNextValSQL(String, Object)
          use MaxValueIncrementerFactory instead 
org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform.getNextValSqlJdbc(String, Connection)
           
org.kuali.rice.core.framework.persistence.platform.OracleDatabasePlatform.getNextValSqlOjb(String, PersistenceBroker)
           
org.kuali.rice.core.framework.persistence.platform.ANSISqlDatabasePlatform.getNextValSqlOjb(String, PersistenceBroker)
           
org.kuali.rice.kns.service.KNSServiceLocator.getOjbCollectionHelper()
           
org.kuali.rice.krad.maintenance.MaintainableImpl.getPersistableBusinessObject()
          this method has been left for compatibility reasons, use getDataObject instead. 
org.kuali.rice.krad.bo.ModuleConfiguration.getPersistenceService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getPersistenceService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getPersistenceStructureService()
           
org.kuali.rice.krad.service.DataObjectMetaDataService.getPrimaryKeyFieldValues(Object)
          use DataObjectWrapper.getPrimaryKeyValues() instead 
org.kuali.rice.krad.service.PersistenceService.getPrimaryKeyFieldValues(Object)
           
org.kuali.rice.krad.service.DataObjectMetaDataService.getPrimaryKeyFieldValues(Object, boolean)
          use DataObjectWrapper.getPrimaryKeyValues() instead, and sort manually if needed 
org.kuali.rice.krad.service.PersistenceService.getPrimaryKeyFieldValues(Object, boolean)
           
org.kuali.rice.kns.lookup.LookupUtils.getPrimitiveReference(BusinessObject, String)
           
org.kuali.rice.kim.service.impl.LdapIdentityDelegateServiceImpl.getPrincipalByPrincipalNameAndPassword(String, String)
           
org.kuali.rice.krad.util.ObjectUtils.getPropertyType(Object, String, PersistenceStructureService)
           
org.kuali.rice.krad.util.ObjectUtils.getPropertyValue(Object, String)
          use DataObjectWrapper.getPropertyValueNullSafe(String) instead 
org.kuali.rice.kns.service.KNSServiceLocator.getQuestion(String)
           
org.kuali.rice.kns.service.BusinessObjectMetaDataService.getReferencesForForeignKey(BusinessObject, String)
           
org.kuali.rice.krms.api.engine.EngineResults.getResultEvent(int)
          use EngineResults.getAllResults() instead, this method will be removed in a future version 
org.kuali.rice.krms.framework.engine.EngineResultsImpl.getResultEvent(int)
          use EngineResultsImpl.getAllResults() instead, this method will be removed in a future version 
org.kuali.rice.kew.engine.RouteContext.getRouteHeader()
          use getDocument() instead 
org.kuali.rice.kns.inquiry.Inquirable.getSections(BusinessObject)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getSections(BusinessObject)
           
org.kuali.rice.kns.maintenance.Maintainable.getSections(MaintenanceDocument, Maintainable)
           
org.kuali.rice.kns.service.KNSServiceLocator.getSequenceAccessorService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getService(String)
           
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.getSessionDocumentDao()
           
org.kuali.rice.kns.service.KNSServiceLocator.getSessionDocumentService()
           
org.kuali.rice.kns.inquiry.Inquirable.getShowInactiveRecords(String)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getShowInactiveRecords(String)
           
org.kuali.rice.kns.maintenance.Maintainable.getShowInactiveRecords(String)
           
org.kuali.rice.kns.inquiry.Inquirable.getTitle()
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.getTitle()
           
org.kuali.rice.krad.service.DataObjectMetaDataService.getTitleAttribute(Class)
           
org.kuali.rice.kns.service.KNSServiceLocator.getTransactionalDocumentDictionaryService()
           
org.kuali.rice.kns.service.KNSServiceLocator.getTransactionManager()
           
org.kuali.rice.kns.service.KNSServiceLocator.getTransactionTemplate()
           
org.kuali.rice.krad.service.impl.RemoteModuleServiceBase.getUrlParameters(String, Map)
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.getValidationPattern()
           
org.kuali.rice.krad.bo.AdHocRouteRecipient.getVersionNumber()
           
org.kuali.rice.ksb.api.registry.ServiceInfoContract.getVersionNumber()
          will always return 1 
org.kuali.rice.ksb.api.registry.ServiceInfo.Builder.getVersionNumber()
           
org.kuali.rice.ksb.api.registry.ServiceDescriptorContract.getVersionNumber()
          always returns null 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.getViewerPrincipalName()
          use DocumentSearchCriteria.getViewerPrincipalId() instead 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder.getViewerPrincipalName()
          use DocumentSearchCriteria.Builder.getViewerPrincipalId() instead 
org.kuali.rice.kns.service.KNSServiceLocator.getWorkflowAttributePropertyResolutionService()
           
org.kuali.rice.krad.service.InactivationBlockingDetectionService.hasABlockingRecord(BusinessObject, InactivationBlockingMetadata)
          use InactivationBlockingDetectionService.detectBlockingRecord(Object, org.kuali.rice.krad.datadictionary.InactivationBlockingMetadata) 
org.kuali.rice.krad.service.impl.InactivationBlockingDetectionServiceImpl.hasABlockingRecord(BusinessObject, InactivationBlockingMetadata)
           
org.kuali.rice.kns.maintenance.Maintainable.hasBusinessObjectExisted(BusinessObject, List, List)
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.hasFormatterClass()
           
org.kuali.rice.krad.service.DataObjectMetaDataService.hasLocalInquiry(Class)
           
org.kuali.rice.krad.service.DataObjectMetaDataService.hasLocalLookup(Class)
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.hasValidationPattern()
           
org.kuali.rice.krad.service.PersistenceService.isJpaEnabledForKradClass(Class)
           
org.kuali.rice.krad.maintenance.MaintainableImpl.isLockable()
          note used by Rice framework 
org.kuali.rice.kns.maintenance.Maintainable.isOldBusinessObjectInDocument()
           
org.kuali.rice.krad.service.PersistenceService.isProxied(Object)
           
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry.isTranslateCodes()
           
org.kuali.rice.krad.service.PersistenceService.linkObjects(Object)
           
org.kuali.rice.krad.service.InactivationBlockingDetectionService.listAllBlockerRecords(BusinessObject, InactivationBlockingMetadata)
          use InactivationBlockingDetectionService.detectAllBlockingRecords(Object, org.kuali.rice.krad.datadictionary.InactivationBlockingMetadata) 
org.kuali.rice.krad.service.InactivationBlockingDisplayService.listAllBlockerRecords(BusinessObject, InactivationBlockingMetadata)
          use InactivationBlockingDisplayService.displayAllBlockingRecords(Object, org.kuali.rice.krad.datadictionary.InactivationBlockingMetadata) instead 
org.kuali.rice.krad.service.impl.InactivationBlockingDetectionServiceImpl.listAllBlockerRecords(BusinessObject, InactivationBlockingMetadata)
           
org.kuali.rice.krad.service.DataObjectMetaDataService.listPrimaryKeyFieldNames(Class)
          use DataObjectMetadata.getPrimaryKeyAttributeNames() 
org.kuali.rice.krad.bo.ModuleConfiguration.loadOjbRepositoryFiles()
           
org.kuali.rice.testtools.common.PropertiesUtils.loadProperties(String, String)
          PropertiesUtils.loadProperties(String) 
org.kuali.rice.krad.service.PersistenceService.loadRepositoryDescriptor(String)
           
org.kuali.rice.krad.uif.util.LifecycleElement.performApplyModel(Object, LifecycleElement)
          Special processing within this method should be replaced by ViewLifecycleTask and initialized by LifecycleElement.initializePendingTasks(ViewLifecyclePhase, Queue). 
org.kuali.rice.krad.uif.util.LifecycleElement.performFinalize(Object, LifecycleElement)
          Special processing within this method should be replaced by ViewLifecycleTask and initialized by LifecycleElement.initializePendingTasks(ViewLifecyclePhase, Queue). 
org.kuali.rice.krad.uif.util.LifecycleElement.performInitialization(Object)
          Special processing within this method should be replaced by ViewLifecycleTask and initialized by LifecycleElement.initializePendingTasks(ViewLifecyclePhase, Queue). 
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.persistDocumentForm(DocumentFormBase, UserSession, String, String, String)
           
org.kuali.rice.kns.maintenance.Maintainable.populateBusinessObject(Map, MaintenanceDocument, String)
           
org.kuali.rice.kns.maintenance.Maintainable.populateNewCollectionLines(Map, MaintenanceDocument, String)
           
org.kuali.rice.test.runners.LoadTimeWeavableTestRunner.possiblyExpectingExceptions(FrameworkMethod, Object, Statement)
          Will be private soon: use Rules instead 
org.kuali.rice.kns.maintenance.Maintainable.prepareBusinessObject(BusinessObject)
           
org.kuali.rice.krad.maintenance.MaintainableImpl.prepareExternalBusinessObject(BusinessObject)
           
org.kuali.rice.krad.bo.AdHocRouteRecipient.prePersist()
           
org.kuali.rice.kns.maintenance.KualiMaintainableImpl.processAfterAddLine(String, Class)
           
org.kuali.rice.kns.maintenance.Maintainable.processBeforeAddLine(String, Class, BusinessObject)
           
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.purgeAllSessionDocuments(Timestamp)
          (Deprecated and removed from use in KRAD (KULRICE-9149) 
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.purgeDocumentForm(String, String, UserSession, String)
          (Deprecated and removed from use in KRAD (KULRICE-9149) 
org.kuali.rice.krad.bo.AdHocRouteRecipient.refresh()
           
org.kuali.rice.krad.service.impl.LegacyAppFrameworkAdapterServiceImpl.refresh(PersistableBusinessObjectBase)
           
org.kuali.rice.kns.maintenance.Maintainable.refresh(String, Map, MaintenanceDocument)
           
org.kuali.rice.krad.service.PersistenceService.refreshAllNonUpdatingReferences(PersistableBusinessObject)
           
org.kuali.rice.krad.service.impl.LegacyAppFrameworkAdapterServiceImpl.refreshNonUpdateableReferences(PersistableBusinessObjectBase)
           
org.kuali.rice.krad.document.DocumentBase.refreshReferenceObject(String)
          This is a KNS/OJB-related method. It should not be used on KRAD/JPA-based documents. 
org.kuali.rice.kew.api.action.ActionSet.removeAction(String)
          As of release 2.1.2 removeAction should be performed using { @link ActionSet.Builder#removeAction } 
org.kuali.rice.krad.util.ObjectUtils.removeObjectWithIdentitcalKey(Collection, PersistableBusinessObject)
          there is no replacement for this method 
org.kuali.rice.krad.service.PersistenceService.resolveProxy(Object)
           
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.retrieveDocumentForm(UserSession, String, String, String)
           
org.kuali.rice.krad.service.PersistenceService.retrieveNonKeyFields(Object)
           
org.kuali.rice.krad.util.ObjectUtils.retrieveObjectWithIdentitcalKey(Collection, PersistableBusinessObject)
          there is no replacement for this method 
org.kuali.rice.krad.service.PersistenceService.retrieveReferenceObject(Object, String)
           
org.kuali.rice.krad.service.impl.LegacyAppFrameworkAdapterServiceImpl.retrieveReferenceObject(PersistableBusinessObject, String)
           
org.kuali.rice.krad.service.PersistenceService.retrieveReferenceObjects(List, List)
           
org.kuali.rice.krad.service.PersistenceService.retrieveReferenceObjects(Object, List)
           
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService.returnDocumentToPreviousRouteLevel(String, DocumentRouteHeaderValue, Integer, String)
          use returnDocumentToPreviousNode instead 
org.kuali.rice.core.util.ImmutableProperties.save(OutputStream, String)
           
org.kuali.rice.kns.maintenance.Maintainable.saveBusinessObject()
           
org.kuali.rice.kew.api.action.ActionItem.Builder.setActionItemIndex(Integer)
          actionItemIndex is never used 
org.kuali.rice.kew.api.action.ActionItem.Builder.setActionToTake(String)
          actionToTake is never used 
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry.setAdditionalSectionsFile(String)
           
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder.setApplicationDocumentStatus(String)
          use DocumentSearchCriteria.Builder.setApplicationDocumentStatuses(java.util.List) instead 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder.setApproverPrincipalName(String)
          use DocumentSearchCriteria.Builder.setApproverPrincipalId(String) instead 
org.kuali.rice.kns.util.KNSGlobalVariables.setAuditErrorMap(HashMap)
           
org.kuali.rice.krad.bo.Note.setAuthorUniversal(Person)
            
org.kuali.rice.krad.datadictionary.InactivationBlockingDefinition.setBlockedBusinessObjectClass(Class)
          use InactivationBlockingDefinition.setBlockedDataObjectClass(Class) instead 
org.kuali.rice.krad.datadictionary.InactivationBlockingDefinition.setBlockedReferencePropertyName(String)
          use InactivationBlockingDefinition.setBlockedAttributeName(String) instead 
org.kuali.rice.krad.datadictionary.InactivationBlockingDefinition.setBlockingReferenceBusinessObjectClass(Class)
          use InactivationBlockingDefinition.setBlockingReferenceDataObjectClass(Class) 
org.kuali.rice.kns.maintenance.Maintainable.setBoClass(Class)
           
org.kuali.rice.kns.maintenance.Maintainable.setBusinessObject(PersistableBusinessObject)
           
org.kuali.rice.kns.inquiry.Inquirable.setBusinessObjectClass(Class)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.setBusinessObjectClass(Class)
           
org.kuali.rice.krad.datadictionary.InactivationBlockingDefinition.setBusinessObjectClass(Class)
          the businessObjectClass does not appear to be used anywhere significantly internally or externally,   no replacement 
org.kuali.rice.kns.maintenance.KualiMaintainableImpl.setBusinessObjectMetaDataService(BusinessObjectMetaDataService)
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.setControl(ControlDefinition)
           
org.kuali.rice.ksb.messaging.serviceexporters.ServiceExportManagerImpl.setCxfServerRegistry(ServerRegistry)
          setting ServerRegistry here has no effect, the ServerRegistry extension on the CXF Bus is used instead 
org.kuali.rice.krad.bo.ModuleConfiguration.setDatabaseRepositoryFilePaths(List)
          OJB is deprecated 
org.kuali.rice.kns.maintenance.KualiMaintainableImpl.setDataObjectMetaDataService(DataObjectMetaDataService)
           
org.kuali.rice.kew.api.action.ActionItem.Builder.setDateAssignedString(String)
          dateAssignedString is never used 
org.kuali.rice.kew.doctype.bo.DocumentType.setDisplayableNotificationFromAddress(String)
            
org.kuali.rice.kew.doctype.bo.DocumentType.setDisplayablePostProcessorName(String)
            
org.kuali.rice.kew.doctype.bo.DocumentType.setDisplayableUnresolvedDocHandlerUrl(String)
            
org.kuali.rice.kew.doctype.bo.DocumentType.setDocHandlerUrl(String)
            
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.setDocumentForm(DocumentFormBase, UserSession, String)
          (Deprecated and removed from use in KRAD (KULRICE-9149) 
org.kuali.rice.kns.lookup.LookupUtils.setFieldQuickfinder(BusinessObject, String, boolean, int, String, Field, List)
           
org.kuali.rice.kns.lookup.LookupUtils.setFieldQuickfinder(BusinessObject, String, boolean, int, String, Field, List, boolean)
           
org.kuali.rice.kns.lookup.LookupUtils.setFieldQuickfinder(BusinessObject, String, boolean, int, String, Field, List, SelectiveReferenceRefresher)
           
org.kuali.rice.kns.lookup.LookupUtils.setFieldQuickfinder(BusinessObject, String, Field, List)
           
org.kuali.rice.kns.lookup.LookupUtils.setFieldQuickfinder(BusinessObject, String, Field, List, SelectiveReferenceRefresher)
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.setFormatterClass(String)
           
org.kuali.rice.kns.maintenance.Maintainable.setGenerateBlankRequiredValues(String)
           
org.kuali.rice.kns.maintenance.Maintainable.setGenerateDefaultValues(String)
           
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder.setInitiatorPrincipalName(String)
          use DocumentSearchCriteria.Builder.setInitiatorPrincipalId(String) instead 
org.kuali.rice.kns.util.KNSGlobalVariables.setKualiForm(KualiForm)
           
org.kuali.rice.krad.maintenance.MaintainableImpl.setLegacyDataAdapter(LegacyDataAdapter)
           
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry.setMaintainableSections(List)
           
org.kuali.rice.kns.util.KNSGlobalVariables.setMessageList(MessageList)
           
org.kuali.rice.krad.bo.Note.setNoteType(NoteType)
            
org.kuali.rice.kew.doctype.bo.DocumentType.setNotificationFromAddress(String)
            
org.kuali.rice.krad.bo.ModuleConfiguration.setPersistenceService(Object)
           
org.kuali.rice.kew.engine.RouteContext.setRouteHeader(DocumentRouteHeaderValue)
          user setDocument() instead 
org.kuali.rice.kew.rule.bo.RuleTemplateAttributeBo.setRuleTemplateId(String)
          use RuleTemplateAttributeBo.setRuleTemplate(RuleTemplateBo) instead 
org.kuali.rice.kew.docsearch.SearchableAttributeFloatValue.setSearchableAttributeValue(Float)
          USE method setSearchableAttributeValue(BigDecimal) instead 
org.kuali.rice.krad.service.impl.SessionDocumentServiceImpl.setSessionDocumentDao(SessionDocumentDao)
          (Deprecated and removed from use in KRAD (KULRICE-9149) 
org.kuali.rice.kns.inquiry.Inquirable.setShowInactiveRecords(String, boolean)
           
org.kuali.rice.kns.inquiry.KualiInquirableImpl.setShowInactiveRecords(String, boolean)
           
org.kuali.rice.kns.maintenance.Maintainable.setShowInactiveRecords(String, boolean)
           
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry.setTranslateCodes(boolean)
           
org.kuali.rice.krad.datadictionary.AttributeDefinition.setValidationPattern(ValidationPattern)
           
org.kuali.rice.krad.bo.AdHocRouteRecipient.setVersionNumber(Integer)
           
org.kuali.rice.ksb.api.registry.ServiceInfo.Builder.setVersionNumber(Long)
          version number is no longer used 
org.kuali.rice.ksb.impl.registry.ServiceInfoBo.setVersionNumber(Long)
          version number is no longer used 
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder.setViewerPrincipalName(String)
          use DocumentSearchCriteria.Builder.setViewerPrincipalId(String) instead 
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.translateCodes(Class)
           
org.kuali.rice.core.api.util.ContextClassLoaderBinder.unbind()
          use #doInContextClassLoader 
org.kuali.rice.kns.service.DictionaryValidationService.validateAttributeFormat(String, String, String, String)
          since 1.1 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateAttributeFormat(String, String, String, String)
          since 1.1 
org.kuali.rice.kns.service.DictionaryValidationService.validateAttributeFormat(String, String, String, String, String)
          since 1.1 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateAttributeFormat(String, String, String, String, String)
          since 1.1 
org.kuali.rice.kns.service.DictionaryValidationService.validateAttributeRequired(String, String, Object, Boolean, String)
          since 1.1 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateAttributeRequired(String, String, Object, Boolean, String)
           
org.kuali.rice.krad.service.DictionaryValidationService.validateBusinessObject(BusinessObject)
          since 1.1 - use validate(Object.class) instead 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateBusinessObject(BusinessObject)
           
org.kuali.rice.krad.service.DictionaryValidationService.validateBusinessObject(BusinessObject, boolean)
          since 1.1 - use validate(Object.class) instead 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateBusinessObject(BusinessObject, boolean)
           
org.kuali.rice.kns.service.DictionaryValidationService.validateBusinessObjectOnMaintenanceDocument(BusinessObject, String)
           
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateBusinessObjectOnMaintenanceDocument(BusinessObject, String)
          since 1.1 
org.kuali.rice.kns.service.DictionaryValidationService.validateBusinessObjectsRecursively(BusinessObject, int)
          since 1.1 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateDocument(Document)
          since 2.1.2 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateDocumentAndUpdatableReferencesRecursively(Document, int, boolean, boolean)
          since 2.1 
org.kuali.rice.kns.service.DictionaryValidationService.validateDocumentRecursively(Document, int)
          Use DictionaryValidationService.validateDocumentAndUpdatableReferencesRecursively(org.kuali.rice.krad.document.Document, int, boolean) 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateDocumentRecursively(Document, int)
          since 2.0 
org.kuali.rice.test.runners.LoadTimeWeavableTestRunner.validateInstanceMethods(List)
          unused API, will go away in future version 
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.validateMaintainableCollectionsAddLineRequiredFields(MaintenanceDocument, PersistableBusinessObject, String)
           
org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService.validateMaintenanceRequiredFields(MaintenanceDocument)
           
org.kuali.rice.krad.service.DictionaryValidationService.validatePrimitiveFromDescriptor(String, Object, PropertyDescriptor, String, boolean)
          since 1.1 
org.kuali.rice.krad.service.impl.DictionaryValidationServiceImpl.validatePrimitiveFromDescriptor(String, Object, PropertyDescriptor, String, boolean)
          since 1.1 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validatePrimitiveFromDescriptor(String, Object, PropertyDescriptor, String, boolean)
           
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validatePrimitivesFromDescriptors(String, Object, PropertyDescriptor[], String, boolean)
           
org.kuali.rice.test.runners.LoadTimeWeavableTestRunner.withAfters(FrameworkMethod, Object, Statement)
          Will be private soon: use Rules instead 
org.kuali.rice.test.runners.LoadTimeWeavableTestRunner.withBefores(FrameworkMethod, Object, Statement)
          Will be private soon: use Rules instead 
org.kuali.rice.test.runners.LoadTimeWeavableTestRunner.withPotentialTimeout(FrameworkMethod, Object, Statement)
          Will be private soon: use Rules instead 
 

Deprecated Constructors
org.kuali.rice.krad.document.authorization.PessimisticLock()
            
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.