Deprecated API


Contents
Deprecated Interfaces
org.kuali.rice.krad.workflow.attribute.WorkflowLookupableResult
          This will go away once workflow supports simple url integration for custom attribute lookups. 
 

Deprecated Classes
org.kuali.rice.kns.datadictionary.exporter.AttributesMapBuilder
           
org.kuali.rice.kns.service.impl.BusinessObjectAuthorizationServiceImpl
           
org.kuali.rice.krad.service.impl.BusinessObjectDictionaryServiceImpl
           
org.kuali.rice.kns.datadictionary.exporter.BusinessObjectEntryMapper
           
org.kuali.rice.kns.service.impl.BusinessObjectMetaDataServiceImpl
           
org.kuali.rice.kns.datadictionary.exporter.CollectionsMapBuilder
           
org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMap
           
org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
           
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl
           
org.kuali.rice.kns.datadictionary.exporter.DocumentEntryMapper
           
org.kuali.rice.kew.docsearch.dao.impl.DocumentSearchDAOOjbImpl
          Replaced by DocumentSearchDAOJdbcImpl 
org.kuali.rice.kew.engine.node.FYIByNetworkId
          Use NetworkIdRoleAttribute instead 
org.kuali.rice.kew.engine.node.FYIByUniversityId
          Use UniversityIdRoleAttribute instead 
org.kuali.rice.kns.datadictionary.exporter.InquiryMapBuilder
           
org.kuali.rice.kns.datadictionary.exporter.LookupMapBuilder
           
org.kuali.rice.kns.service.impl.MaintenanceDocumentDictionaryServiceImpl
           
org.kuali.rice.kns.datadictionary.exporter.MaintenanceDocumentEntryMapper
           
org.kuali.rice.kns.datadictionary.exporter.MapperUtils
           
org.kuali.rice.kns.datadictionary.exporter.RelationshipsMapBuilder
           
org.kuali.rice.kns.service.impl.SessionDocumentServiceImpl
           
org.kuali.rice.kns.service.impl.TransactionalDocumentDictionaryServiceImpl
           
org.kuali.rice.kns.datadictionary.exporter.TransactionalDocumentEntryMapper
           
org.kuali.rice.krad.workflow.attribute.WorkflowLookupableInvocationHandler
          This will go away once workflow supports simple url integration for custom attribute lookups. 
 

Deprecated Fields
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_DATE_CREATED
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_DATE_CREATED INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_DOC_TYPE_LABEL
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_DOC_TYPE_LABEL INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_DOCUMENT_TITLE
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_DOCUMENT_TITLE INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_INITIATOR
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_INITIATOR INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_ROUTE_HEADER_ID
          - USE KEWPropertyConstants#DOC_SEARCH_RESULT_PROPERTY_NAME_ROUTE_HEADER_ID INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_ROUTE_LOG
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_ROUTE_LOG INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_ROUTE_STATUS_DESC
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_ROUTE_STATUS_DESC INSTEAD 
org.kuali.rice.kew.docsearch.DocumentSearchResult.PROPERTY_NAME_SET
          - USE KEWPropertyConstants.DOC_SEARCH_RESULT_PROPERTY_NAME_SET INSTEAD 
 

Deprecated Methods
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.workflow.service.impl.KualiWorkflowInfoImpl.documentWillHaveAtLeastOneActionRequest(ReportCriteriaDTO, String[])
            
org.kuali.rice.kew.doctype.service.impl.DocumentTypeServiceImpl.findByName(String, boolean)
          Use findByName(String name, boolean caseSensitive, boolean checkCache) 
org.kuali.rice.kew.docsearch.StandardDocumentSearchGenerator.generateFinalSQL(QueryComponent, String, String, String)
          As of version 0.9.3 this method is no longer used. This method had been used to create multiple SQL queries if using searchable attributes and use the sql UNION function to join the queries. The replacement method #generateFinalSQL(QueryComponent, String, String) is now used instead. 
org.kuali.rice.kew.docsearch.StandardDocumentSearchGenerator.generateSqlForSearchableAttributeValue(SearchableAttributeValue, List, String)
          As of version 0.9.3 this method is no longer used. This method had been used to generate SQL to return searchable attributes using left outer joins. The new mechanism to get search attributes from the database is to call each search attribute table individually in the StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO, Statement, ResultSet) method. 
org.kuali.rice.kns.service.impl.MaintenanceDocumentDictionaryServiceImpl.getMaintainableClass(String)
           
org.kuali.rice.kns.service.impl.MaintenanceDocumentDictionaryServiceImpl.getMaintainableSections(String)
           
org.kuali.rice.kew.engine.RouteContext.getRouteHeader()
          use getDocument() instead 
org.kuali.rice.kew.docsearch.web.SearchAttributeFormContainer.getValueForUserInterface()
            
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.getWorkgroupViewerNamespace()
            
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.isAdvancedSearch()
            
org.kuali.rice.kew.docsearch.SavedSearchResult.isAdvancedSearch()
            
org.kuali.rice.kew.docsearch.StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO, Statement, ResultSet)
          As of version 0.9.3 this method is no longer used. Method StandardDocumentSearchGenerator.populateRowSearchableAttributes(DocSearchDTO, Statement) is being used instead. 
org.kuali.rice.krad.workflow.attribute.DataDictionaryDocumentSearchCustomizer.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO)
           
org.kuali.rice.kew.docsearch.StandardDocumentSearchGenerator.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO)
          Removed as of version 0.9.3. Use StandardDocumentSearchGenerator.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO, String) instead. 
org.kuali.rice.kew.docsearch.DocumentSearchGenerator.processResultSet(Statement, ResultSet, DocSearchCriteriaDTO)
          Removed as of version 0.9.3. Use DocumentSearchGenerator.processResultSet(java.sql.Statement, java.sql.ResultSet, DocSearchCriteriaDTO, String) 
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService.returnDocumentToPreviousRouteLevel(String, DocumentRouteHeaderValue, Integer, String)
          use returnDocumentToPreviousNode instead 
org.kuali.rice.kew.service.impl.WorkflowUtilityWebServiceImpl.routeLevelHasApproverActionRequest(String, String, Integer)
          use routeNodeHasApproverActionRequest instead 
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.kew.doctype.bo.DocumentType.setNotificationFromAddress(String)
            
org.kuali.rice.kew.engine.RouteContext.setRouteHeader(DocumentRouteHeaderValue)
          user setDocument() instead 
org.kuali.rice.kew.docsearch.SearchableAttributeFloatValue.setSearchableAttributeValue(Float)
          USE method setSearchableAttributeValue(BigDecimal) instead 
org.kuali.rice.kew.docsearch.web.SearchAttributeFormContainer.setValueForUserInterface(String)
            
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.setWorkgroupViewerNamespace(String)
            
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateAttributeFormat(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.impl.DictionaryValidationServiceImpl.validateAttributeRequired(String, String, Object, Boolean, String)
           
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateBusinessObjectOnMaintenanceDocument(BusinessObject, String)
          since 1.1 
org.kuali.rice.kns.service.impl.DictionaryValidationServiceImpl.validateDocumentRecursively(Document, int)
           
org.kuali.rice.krad.service.impl.DictionaryValidationServiceImpl.validatePrimitiveFromDescriptor(String, Object, PropertyDescriptor, String, boolean)
          since 1.1 
 



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