org.kuali.student.common_test_tester.support
Class MyServiceImpl
java.lang.Object
org.kuali.student.common_test_tester.support.MyServiceImpl
- All Implemented Interfaces:
- MyService
@Transactional
public class MyServiceImpl
- extends Object
- implements MyService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
final Logger LOG
dao0
private MyDao dao0
otherDao
private OtherDao otherDao
myClass
private SomeClass myClass
MyServiceImpl
public MyServiceImpl()
getDao0
public MyDao getDao0()
- Returns:
- the dao
setDao0
public void setDao0(MyDao dao0)
- Parameters:
dao - the dao to set
getOtherDao
public OtherDao getOtherDao()
- Returns:
- the otherDao
setOtherDao
public void setOtherDao(OtherDao otherDao)
- Parameters:
otherDao - the otherDao to set
saveString
public String saveString(String value)
- Specified by:
saveString in interface MyService
findStringId
public String findStringId(String id)
- Specified by:
findStringId in interface MyService
updateValue
public boolean updateValue(String id,
String value)
- Specified by:
updateValue in interface MyService
findValueFromValue
public String findValueFromValue(String value)
- Specified by:
findValueFromValue in interface MyService
getMyClass
public SomeClass getMyClass()
setMyClass
public void setMyClass(SomeClass myClass)
echo
public String echo(String string)
- Specified by:
echo in interface MyService
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.