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 |