org.kuali.student.common.dictionary.service.impl.old
Class DictionaryServiceSpringImpl

java.lang.Object
  extended by org.kuali.student.common.dictionary.service.impl.old.DictionaryServiceSpringImpl
All Implemented Interfaces:
DictionaryService

Deprecated.

@Deprecated
public class DictionaryServiceSpringImpl
extends Object
implements DictionaryService


Field Summary
private  String[] dictionaryContext
          Deprecated.  
private  Map<String,ObjectStructure> objectStructures
          Deprecated.  
 
Constructor Summary
DictionaryServiceSpringImpl()
          Deprecated.  
DictionaryServiceSpringImpl(String dictionaryContext)
          Deprecated.  
DictionaryServiceSpringImpl(String[] dictionaryContext)
          Deprecated.  
 
Method Summary
 String[] getDictionaryContext()
          Deprecated.  
 ObjectStructure getObjectStructure(String objectTypeKey)
          Deprecated.  
 List<String> getObjectTypes()
          Deprecated.  
 void init()
          Deprecated.  
 void setDictionaryContext(String[] dictionaryContext)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dictionaryContext

private String[] dictionaryContext
Deprecated. 

objectStructures

private Map<String,ObjectStructure> objectStructures
Deprecated. 
Constructor Detail

DictionaryServiceSpringImpl

public DictionaryServiceSpringImpl()
Deprecated. 

DictionaryServiceSpringImpl

public DictionaryServiceSpringImpl(String dictionaryContext)
Deprecated. 

DictionaryServiceSpringImpl

public DictionaryServiceSpringImpl(String[] dictionaryContext)
Deprecated. 
Method Detail

init

public void init()
Deprecated. 

getObjectStructure

public ObjectStructure getObjectStructure(String objectTypeKey)
Deprecated. 
Specified by:
getObjectStructure in interface DictionaryService

getObjectTypes

public List<String> getObjectTypes()
Deprecated. 
Specified by:
getObjectTypes in interface DictionaryService

getDictionaryContext

public String[] getDictionaryContext()
Deprecated. 

setDictionaryContext

public void setDictionaryContext(String[] dictionaryContext)
Deprecated. 


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