Deprecated Methods |
org.kuali.rice.kns.lookup.LookupUtils.applySearchResultsLimit(Criteria, DatabasePlatform)
use LookupUtils.applySearchResultsLimit(Class, Criteria, DatabasePlatform) instead |
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService.blanketApproval(String, DocumentRouteHeaderValue, String, Integer)
use blanketApproval which takes a Set of nodeNames instead. |
org.kuali.rice.kew.service.WorkflowDocumentActions.blanketApproval(String, RouteHeaderDTO, String, Integer)
use blanketApproveToNodes instead |
org.kuali.rice.kew.service.WorkflowDocument.blanketApprove(String, Integer)
use blanketApprove(String annotation, String nodeName) instead |
org.kuali.rice.kns.workflow.service.impl.KualiWorkflowDocumentImpl.blanketApprove(String, Integer)
|
org.kuali.rice.kns.util.MessageMap.clear()
As of rice 0.9.4, use MessageMap.clearErrorMessages() instead |
org.kuali.rice.kns.util.MessageMap.containsKey(Object)
As of rice 0.9.4, use MessageMap.doesPropertyHaveError(String) instead |
org.kuali.rice.kns.util.MessageMap.containsValue(Object)
As of rice 0.9.4, this method has been deprecated since it always throws a UnsupportedOperationException |
org.kuali.rice.kew.docsearch.SearchableAttributeFloatValue.copy(boolean)
|
org.kuali.rice.kew.bo.WorkflowPersistable.copy(boolean)
this method is dangerous and not really deterministic, especially in regards to
circular references, etc. In most of the cases where we use this, we are using it to simply
strip primary keys and lock version numbers from object graphs. |
org.kuali.rice.kew.service.WorkflowInfo.documentWillHaveAtLeastOneActionRequest(ReportCriteriaDTO, String[])
use WorkflowInfo.documentWillHaveAtLeastOneActionRequest(ReportCriteriaDTO, String[], boolean) instead
This method assumes both existing and generated requests should be taken into account |
org.kuali.rice.kns.workflow.service.KualiWorkflowInfo.documentWillHaveAtLeastOneActionRequest(ReportCriteriaDTO, String[])
use KualiWorkflowInfo.documentWillHaveAtLeastOneActionRequest(ReportCriteriaDTO, String[], boolean) instead
Use of this method passes the value 'false' in for the ignoreCurrentlyActiveRequests parameter of KualiWorkflowInfo.documentWillHaveAtLeastOneActionRequest(ReportCriteriaDTO, String[], boolean) |
org.kuali.rice.kns.workflow.service.impl.KualiWorkflowInfoImpl.documentWillHaveAtLeastOneActionRequest(ReportCriteriaDTO, String[])
|
org.kuali.rice.kns.util.MessageMap.entrySet()
As of rice 0.9.4, use MessageMap.getAllPropertiesAndErrors() instead |
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.util.MessageMap.get(Object)
As of rice 0.9.4, use MessageMap.getErrorMessagesForProperty(String) instead |
org.kuali.rice.kns.web.struts.action.KualiAction.getBasePath(HttpServletRequest)
Use getApplicationBaseUrl() instead. |
org.kuali.rice.core.config.BaseConfig.getDefaultNoteClass()
|
org.kuali.rice.core.config.Config.getDefaultNoteClass()
|
org.kuali.rice.kew.service.WorkflowDocument.getDocRouteLevel()
use getNodeNames() instead |
org.kuali.rice.kew.dto.RouteHeaderDTO.getDocTypeName()
this is unreliable user docTypeId to retrieve document type |
org.kuali.rice.kew.dto.DocumentTypeDTO.getDocTypeName()
Use getDocTypeLabel instead |
org.kuali.rice.kns.util.GlobalVariables.getErrorMap()
use GlobalVariables.getMessageMap() instead. |
org.kuali.rice.kns.util.MessageContainer.getErrorMap()
use MessageContainer.getMessageMap() instead
This method ... |
org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase.getErrorMapFromPreviousRequest()
|
org.kuali.rice.kim.service.impl.UiDocumentServiceImpl.getFullMemberName(String, BusinessObject)
This method was called previously only by getMemberFullName(). The logic in this method has been moved there. |
org.kuali.rice.kew.identity.service.IdentityHelperService.getGroupId(GroupId)
|
org.kuali.rice.kew.identity.service.IdentityHelperService.getGroupRecipient(String)
|
org.kuali.rice.kns.service.KualiConfigurationService.getIndicatorParameter(String, String, String)
|
org.kuali.rice.kns.service.impl.KualiConfigurationServiceImpl.getIndicatorParameter(String, String, String)
|
org.kuali.rice.kns.workflow.service.KualiWorkflowDocument.getInitiatorNetworkId()
use getInitiatorPrincipalId instead, invocation of this method forces a lookup of the principal name which may be inefficient |
org.kuali.rice.core.resourceloader.ContextClassLoaderProxy.getInterfacesToProxyIncludeSpring(ClassLoader, Object)
use getInterfacesToProxy instead. Removed the filtering of Spring because it is no longer
needed since the embedded plugin went away (we may have to revisit this at some point in the future). |
org.kuali.rice.kim.util.KimCommonUtils.getKimTypeService(KimType)
Please use KIMServiceLocator.getKimTypeService(KimType) instead |
org.kuali.rice.kim.util.KimCommonUtils.getKimTypeService(String)
Please use KIMServiceLocator.getKimTypeService(QName) instead |
org.kuali.rice.core.config.Config.getOutBoxDefaultPreferenceOn()
|
org.kuali.rice.kns.service.impl.KualiConfigurationServiceImpl.getParameter(String, String, String)
|
org.kuali.rice.kns.service.KualiConfigurationService.getParameterValue(String, String, String)
|
org.kuali.rice.kns.service.impl.KualiConfigurationServiceImpl.getParameterValue(String, String, String)
|
org.kuali.rice.kns.service.impl.KualiConfigurationServiceImpl.getParameterValues(Parameter)
|
org.kuali.rice.kns.service.KualiConfigurationService.getParameterValues(String, String, String)
|
org.kuali.rice.kns.service.impl.KualiConfigurationServiceImpl.getParameterValues(String, String, String)
|
org.kuali.rice.kew.identity.service.IdentityHelperService.getPrincipal(UserIdDTO)
|
org.kuali.rice.core.config.ConfigContext.getRootConfig()
this really isn't working as intended at the moment but it still needs to work the concept of a root config
may need to go away |
org.kuali.rice.kns.workflow.service.KualiWorkflowDocument.getRoutedByUserNetworkId()
use getRoutedByPrincipalId instead, invocation of this method forces a lookup of the principal name which may be inefficient |
org.kuali.rice.kew.engine.RouteContext.getRouteHeader()
use getDocument() instead |
org.kuali.rice.kew.actionitem.ActionItem.getRouteHeader()
as of Rice 1.0.1 (KULRICE-1652), Use ActionItem.getRouteHeaderId() instead. |
org.kuali.rice.kew.docsearch.web.SearchAttributeFormContainer.getValueForUserInterface()
|
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.getWorkgroupViewerNamespace()
|
org.kuali.rice.kew.docsearch.SavedSearchResult.isAdvancedSearch()
|
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.isAdvancedSearch()
|
org.kuali.rice.kns.web.format.Formatter.isBlank(String)
in favor of StringUtils#isEmptyString(String) |
org.kuali.rice.kns.util.MessageMap.isEmpty()
As of rice 0.9.4, use MessageMap.hasNoErrors() instead |
org.kuali.rice.kns.web.ui.Field.isHidden()
|
org.kuali.rice.kew.service.WorkflowReports.isLastApproverInRouteLevel(Long, String, Integer)
use isLastApproverAtNode instead |
org.kuali.rice.kew.service.WorkflowUtility.isLastApproverInRouteLevel(Long, String, Integer)
use isLastApproverAtNode instead |
org.kuali.rice.kew.service.WorkflowInfo.isLastApproverInRouteLevel(Long, String, Integer)
use {@link #isLastApproverAtNode(Long, String, String) instead |
org.kuali.rice.kns.util.MessageMap.keySet()
As of rice 0.9.4, use MessageMap.getAllPropertiesWithErrors() instead |
org.kuali.rice.core.config.Config.overrideProperty(String, String)
use the putProperty method instead |
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.kns.maintenance.KualiMaintainableImpl.processAfterAddLine(String, Class)
|
org.kuali.rice.kns.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.kns.util.MessageMap.put(Object, Object)
As of rice 0.9.4, deprecated because this method always throws an UnsupportedOperationException |
org.kuali.rice.kns.util.MessageMap.putAll(Map)
As of rice 0.9.4, deprecated because this method always throws an UnsupportedOperationException |
org.kuali.rice.kns.util.MessageMap.remove(Object)
as of rice 0.9.4, use MessageMap.removeAllErrorMessagesForProperty(String) instead |
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService.returnDocumentToPreviousRouteLevel(String, DocumentRouteHeaderValue, Integer, String)
use returnDocumentToPreviousNode instead |
org.kuali.rice.kew.service.WorkflowDocumentActions.returnDocumentToPreviousRouteLevel(String, RouteHeaderDTO, Integer, String)
use returnDocumentToPreviousNode instead |
org.kuali.rice.kew.service.WorkflowDocument.returnToPreviousRouteLevel(String, Integer)
use returnToPreviousNode(String annotation, String nodeName) instead |
org.kuali.rice.kns.workflow.service.impl.KualiWorkflowDocumentImpl.returnToPreviousRouteLevel(String, Integer)
|
org.kuali.rice.kew.service.WorkflowReports.routeLevelHasApproverActionRequest(String, String, Integer)
use routeNodeHasApproverActionRequest instead |
org.kuali.rice.kew.service.WorkflowUtility.routeLevelHasApproverActionRequest(String, String, Integer)
use routeNodeHasApproverActionRequest instead |
org.kuali.rice.kew.service.WorkflowInfo.routeLevelHasApproverActionRequest(String, String, Integer)
use WorkflowInfo.routeNodeHasApproverActionRequest(String, String, String) |
org.kuali.rice.kew.service.impl.WorkflowUtilityWebServiceImpl.routeLevelHasApproverActionRequest(String, String, Integer)
use routeNodeHasApproverActionRequest instead |
org.kuali.rice.kns.dao.impl.DocumentDaoOjb.saveMaintainableBusinessObject(PersistableBusinessObject)
|
org.kuali.rice.kns.dao.impl.DocumentDaoJpa.saveMaintainableBusinessObject(PersistableBusinessObject)
|
org.kuali.rice.kns.bo.Note.setAuthorUniversal(Person)
|
org.kuali.rice.kns.bo.CampusImpl.setCampusType(CampusType)
|
org.kuali.rice.kns.bo.Campus.setCampusType(CampusType)
|
org.kuali.rice.kns.service.impl.DocumentServiceImpl.setDictionaryValidationService(DictionaryValidationService)
nothing uses this field |
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.setDisplayableServiceNamespace(String)
|
org.kuali.rice.kew.doctype.bo.DocumentType.setDisplayableUnresolvedDocHandlerUrl(String)
|
org.kuali.rice.kew.doctype.bo.DocumentType.setDocHandlerUrl(String)
|
org.kuali.rice.kew.dto.RouteHeaderDTO.setDocTypeName(String)
this is unreliable user docTypeId to retrieve document type |
org.kuali.rice.kew.dto.DocumentTypeDTO.setDocTypeName(String)
use setDocTypeLabel instead |
org.kuali.rice.kns.util.GlobalVariables.setErrorMap(ErrorMap)
use GlobalVariables.setMessageMap(MessageMap) instead |
org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase.setErrorMapFromPreviousRequest(ErrorMap)
|
org.kuali.rice.kns.web.ui.Field.setHidden(boolean)
|
org.kuali.rice.kim.bo.ui.PersonDocumentRole.setKimRoleType(KimTypeInfo)
|
org.kuali.rice.kns.service.impl.DocumentServiceImpl.setKualiRuleService(KualiRuleService)
nothing uses this field |
org.kuali.rice.kns.service.impl.DocumentServiceImpl.setMaintenanceDocumentService(MaintenanceDocumentService)
nothing uses this field |
org.kuali.rice.kns.bo.Note.setNoteType(NoteType)
|
org.kuali.rice.kew.doctype.bo.DocumentType.setNotificationFromAddress(String)
|
org.kuali.rice.kew.engine.RouteContext.setRouteHeader(DocumentRouteHeaderValue)
user setDocument() instead |
org.kuali.rice.kew.actionitem.ActionItem.setRouteHeader(DocumentRouteHeaderValue)
as of Rice 1.0.1 (KULRICE-1652), Use ActionItem.setRouteHeaderId(Long) instead. |
org.kuali.rice.kew.docsearch.SearchableAttributeFloatValue.setSearchableAttributeValue(Float)
USE method setSearchableAttributeValue(BigDecimal) instead |
org.kuali.rice.kew.doctype.bo.DocumentType.setServiceNamespace(String)
|
org.kuali.rice.kew.docsearch.web.SearchAttributeFormContainer.setValueForUserInterface(String)
|
org.kuali.rice.kew.docsearch.DocSearchCriteriaDTO.setWorkgroupViewerNamespace(String)
|
org.kuali.rice.kns.util.MessageMap.size()
As of rice 0.9.4, use MessageMap.getNumberOfPropertiesWithErrors() instead |
org.kuali.rice.kns.service.DictionaryValidationService.validateDocumentRecursively(Document, int)
Use DictionaryValidationService.validateDocumentAndUpdatableReferencesRecursively(Document, int, boolean) |
org.kuali.rice.kns.util.MessageMap.values()
As of rice 0.9.4, deprecated because this method always throws an UnsupportedOperationException |
org.kuali.rice.core.resourceloader.BaseResourceLoader.wrap(QName, Object)
use BaseResourceLoader.postProcessService(QName, Object) instead |