org.kuali.student.common.assembly.dictionary
Class MockDictionaryService
java.lang.Object
org.kuali.student.common.assembly.dictionary.MockDictionaryService
- All Implemented Interfaces:
- DictionaryService
public class MockDictionaryService
- extends Object
- implements DictionaryService
This is a description of what this class does - Will Gomes don't forget to fill this in.
- Author:
- Kuali Student Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dictionaryServiceDelegate
private DictionaryService dictionaryServiceDelegate
MockDictionaryService
public MockDictionaryService()
getObjectStructure
public ObjectStructureDefinition getObjectStructure(String objectTypeKey)
- Specified by:
getObjectStructure
in interface DictionaryService
- See Also:
DictionaryService.getObjectStructure(java.lang.String)
getObjectTypes
public List<String> getObjectTypes()
- Specified by:
getObjectTypes
in interface DictionaryService
- See Also:
DictionaryService.getObjectTypes()
setDictionaryServiceDelegate
public void setDictionaryServiceDelegate(DictionaryService dictionaryServiceDelegate)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.