org.kuali.student.common_test_tester.support
Class MyDaoImpl

java.lang.Object
  extended by org.kuali.student.common_test_tester.support.MyDaoImpl
All Implemented Interfaces:
MyDao

Deprecated.

@Deprecated
public class MyDaoImpl
extends Object
implements MyDao


Constructor Summary
MyDaoImpl()
          Deprecated.  
 
Method Summary
 String createValue(Value value)
          Deprecated.  
 String findValue(String id)
          Deprecated.  
 Value findValueFromValue(String value)
          Deprecated.  
 void setEntityManager(EntityManager entityManager)
          Deprecated.  
 boolean updateValue(String id, String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyDaoImpl

public MyDaoImpl()
Deprecated. 
Method Detail

setEntityManager

public void setEntityManager(EntityManager entityManager)
Deprecated. 

createValue

public String createValue(Value value)
Deprecated. 
Specified by:
createValue in interface MyDao

findValue

public String findValue(String id)
Deprecated. 
Specified by:
findValue in interface MyDao

findValueFromValue

public Value findValueFromValue(String value)
Deprecated. 
Specified by:
findValueFromValue in interface MyDao

updateValue

public boolean updateValue(String id,
                           String value)
Deprecated. 
Specified by:
updateValue in interface MyDao


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