org.kuali.student.common.assembly.dictionary.old
Class MockDictionaryService

java.lang.Object
  extended by org.kuali.student.common.assembly.dictionary.old.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

Field Summary
private  DictionaryService dictionaryServiceDelegate
           
 
Constructor Summary
MockDictionaryService()
           
 
Method Summary
 ObjectStructure getObjectStructure(String objectTypeKey)
           
 List<String> getObjectTypes()
           
 void setDictionaryServiceDelegate(DictionaryService dictionaryServiceDelegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dictionaryServiceDelegate

private DictionaryService dictionaryServiceDelegate
Constructor Detail

MockDictionaryService

public MockDictionaryService()
Method Detail

getObjectStructure

public ObjectStructure 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.