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

java.lang.Object
  extended by org.kuali.student.r1.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

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
 

Constructor Detail

MockDictionaryService

public MockDictionaryService()
Method Detail

getObjectStructure

public ObjectStructure getObjectStructure(String objectTypeKey)
Specified by:
getObjectStructure in interface DictionaryService
See Also:
dictionary.service.old.DictionaryService

getObjectTypes

public List<String> getObjectTypes()
Specified by:
getObjectTypes in interface DictionaryService
See Also:
dictionary.service.old.DictionaryService

setDictionaryServiceDelegate

public void setDictionaryServiceDelegate(DictionaryService dictionaryServiceDelegate)


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