org.kuali.student.common_test_tester.support
Class MyServiceImpl

java.lang.Object
  extended by org.kuali.student.common_test_tester.support.MyServiceImpl
All Implemented Interfaces:
MyService

Deprecated.

@Deprecated
@Transactional
public class MyServiceImpl
extends Object
implements MyService


Constructor Summary
MyServiceImpl()
          Deprecated.  
 
Method Summary
 String echo(String string)
          Deprecated.  
 String findStringId(String id)
          Deprecated.  
 String findValueFromValue(String value)
          Deprecated.  
 MyDao getDao0()
          Deprecated.  
 SomeClass getMyClass()
          Deprecated.  
 OtherDao getOtherDao()
          Deprecated.  
 String saveString(String value)
          Deprecated.  
 void setDao0(MyDao dao0)
          Deprecated.  
 void setMyClass(SomeClass myClass)
          Deprecated.  
 void setOtherDao(OtherDao otherDao)
          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

MyServiceImpl

public MyServiceImpl()
Deprecated. 
Method Detail

getDao0

public MyDao getDao0()
Deprecated. 
Returns:
the dao

setDao0

public void setDao0(MyDao dao0)
Deprecated. 
Parameters:
dao - the dao to set

getOtherDao

public OtherDao getOtherDao()
Deprecated. 
Returns:
the otherDao

setOtherDao

public void setOtherDao(OtherDao otherDao)
Deprecated. 
Parameters:
otherDao - the otherDao to set

saveString

public String saveString(String value)
Deprecated. 
Specified by:
saveString in interface MyService

findStringId

public String findStringId(String id)
Deprecated. 
Specified by:
findStringId in interface MyService

updateValue

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

findValueFromValue

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

getMyClass

public SomeClass getMyClass()
Deprecated. 

setMyClass

public void setMyClass(SomeClass myClass)
Deprecated. 

echo

public String echo(String string)
Deprecated. 
Specified by:
echo in interface MyService


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