org.kuali.rice.kns.service
Class KNSServiceLocator

java.lang.Object
  extended by org.kuali.rice.kns.service.KNSServiceLocator

Deprecated. As of release 2.0

@Deprecated
public class KNSServiceLocator
extends Object

Service locator for the KRAD Web module

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static String BUSINESS_OBJECT_AUTHORIZATION_SERVICE
          Deprecated.  
static String BUSINESS_OBJECT_DICTIONARY_SERVICE
          Deprecated.  
static String BUSINESS_OBJECT_METADATA_SERVICE
          Deprecated.  
static String DATA_DICTIONARY_SERVICE
          Deprecated.  
static String DICTIONARY_VALIDATION_SERVICE
          Deprecated.  
static String DOCUMENT_HELPER_SERVICE
          Deprecated.  
static String KUALI_INQUIRABLE
          Deprecated.  
static String KUALI_LOOKUPABLE
          Deprecated.  
static String LOOKUP_RESULTS_SERVICE
          Deprecated.  
static String MAINTENANCE_DOCUMENT_DICTIONARY_SERVICE
          Deprecated.  
static String SESSION_DOCUMENT_SERVICE
          Deprecated.  
static String TRANSACTIONAL_DOCUMENT_DICTIONARY_SERVICE
          Deprecated.  
 
Constructor Summary
KNSServiceLocator()
          Deprecated.  
 
Method Summary
static BusinessObjectAuthorizationService getBusinessObjectAuthorizationService()
          Deprecated.  
static BusinessObjectDictionaryService getBusinessObjectDictionaryService()
          Deprecated.  
static BusinessObjectMetaDataService getBusinessObjectMetaDataService()
          Deprecated.  
static DataDictionaryService getDataDictionaryService()
          Deprecated.  
static DocumentHelperService getDocumentHelperService()
          Deprecated.  
static DictionaryValidationService getKNSDictionaryValidationService()
          Deprecated.  
static Inquirable getKualiInquirable()
          Deprecated.  
static Lookupable getKualiLookupable()
          Deprecated.  
static Lookupable getLookupable(String lookupableName)
          Deprecated.  
static LookupResultsService getLookupResultsService()
          Deprecated.  
static MaintenanceDocumentDictionaryService getMaintenanceDocumentDictionaryService()
          Deprecated.  
static Question getQuestion(String questionName)
          Deprecated.  
static
<T> T
getService(String serviceName)
          Deprecated.  
static SessionDocumentService getSessionDocumentService()
          Deprecated.  
static TransactionalDocumentDictionaryService getTransactionalDocumentDictionaryService()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUSINESS_OBJECT_AUTHORIZATION_SERVICE

public static final String BUSINESS_OBJECT_AUTHORIZATION_SERVICE
Deprecated. 
See Also:
Constant Field Values

BUSINESS_OBJECT_METADATA_SERVICE

public static final String BUSINESS_OBJECT_METADATA_SERVICE
Deprecated. 
See Also:
Constant Field Values

BUSINESS_OBJECT_DICTIONARY_SERVICE

public static final String BUSINESS_OBJECT_DICTIONARY_SERVICE
Deprecated. 
See Also:
Constant Field Values

DATA_DICTIONARY_SERVICE

public static final String DATA_DICTIONARY_SERVICE
Deprecated. 
See Also:
Constant Field Values

DICTIONARY_VALIDATION_SERVICE

public static final String DICTIONARY_VALIDATION_SERVICE
Deprecated. 
See Also:
Constant Field Values

DOCUMENT_HELPER_SERVICE

public static final String DOCUMENT_HELPER_SERVICE
Deprecated. 
See Also:
Constant Field Values

LOOKUP_RESULTS_SERVICE

public static final String LOOKUP_RESULTS_SERVICE
Deprecated. 
See Also:
Constant Field Values

KUALI_INQUIRABLE

public static final String KUALI_INQUIRABLE
Deprecated. 
See Also:
Constant Field Values

KUALI_LOOKUPABLE

public static final String KUALI_LOOKUPABLE
Deprecated. 
See Also:
Constant Field Values

MAINTENANCE_DOCUMENT_DICTIONARY_SERVICE

public static final String MAINTENANCE_DOCUMENT_DICTIONARY_SERVICE
Deprecated. 
See Also:
Constant Field Values

TRANSACTIONAL_DOCUMENT_DICTIONARY_SERVICE

public static final String TRANSACTIONAL_DOCUMENT_DICTIONARY_SERVICE
Deprecated. 
See Also:
Constant Field Values

SESSION_DOCUMENT_SERVICE

public static final String SESSION_DOCUMENT_SERVICE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

KNSServiceLocator

public KNSServiceLocator()
Deprecated. 
Method Detail

getService

public static <T> T getService(String serviceName)
Deprecated. 

getBusinessObjectAuthorizationService

public static BusinessObjectAuthorizationService getBusinessObjectAuthorizationService()
Deprecated. 

getBusinessObjectMetaDataService

public static BusinessObjectMetaDataService getBusinessObjectMetaDataService()
Deprecated. 

getKNSDictionaryValidationService

public static DictionaryValidationService getKNSDictionaryValidationService()
Deprecated. 

getLookupResultsService

public static LookupResultsService getLookupResultsService()
Deprecated. 

getKualiInquirable

public static Inquirable getKualiInquirable()
Deprecated. 

getKualiLookupable

public static Lookupable getKualiLookupable()
Deprecated. 

getMaintenanceDocumentDictionaryService

public static MaintenanceDocumentDictionaryService getMaintenanceDocumentDictionaryService()
Deprecated. 

getTransactionalDocumentDictionaryService

public static TransactionalDocumentDictionaryService getTransactionalDocumentDictionaryService()
Deprecated. 

getSessionDocumentService

public static SessionDocumentService getSessionDocumentService()
Deprecated. 

getLookupable

public static Lookupable getLookupable(String lookupableName)
Deprecated. 

getDataDictionaryService

public static DataDictionaryService getDataDictionaryService()
Deprecated. 

getBusinessObjectDictionaryService

public static BusinessObjectDictionaryService getBusinessObjectDictionaryService()
Deprecated. 

getDocumentHelperService

public static DocumentHelperService getDocumentHelperService()
Deprecated. 

getQuestion

public static Question getQuestion(String questionName)
Deprecated. 


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