|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.common.dictionary.service.impl.old.DictionaryServiceSpringImpl
@Deprecated public class DictionaryServiceSpringImpl
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 |
---|
private String[] dictionaryContext
private Map<String,ObjectStructure> objectStructures
Constructor Detail |
---|
public DictionaryServiceSpringImpl()
public DictionaryServiceSpringImpl(String dictionaryContext)
public DictionaryServiceSpringImpl(String[] dictionaryContext)
Method Detail |
---|
public void init()
public ObjectStructure getObjectStructure(String objectTypeKey)
getObjectStructure
in interface DictionaryService
public List<String> getObjectTypes()
getObjectTypes
in interface DictionaryService
public String[] getDictionaryContext()
public void setDictionaryContext(String[] dictionaryContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |