|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.common_test_tester.support.MyServiceImpl
@Deprecated @Transactional public class MyServiceImpl
| 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 |
|---|
public MyServiceImpl()
| Method Detail |
|---|
public MyDao getDao0()
public void setDao0(MyDao dao0)
dao - the dao to setpublic OtherDao getOtherDao()
public void setOtherDao(OtherDao otherDao)
otherDao - the otherDao to setpublic String saveString(String value)
saveString in interface MyServicepublic String findStringId(String id)
findStringId in interface MyService
public boolean updateValue(String id,
String value)
updateValue in interface MyServicepublic String findValueFromValue(String value)
findValueFromValue in interface MyServicepublic SomeClass getMyClass()
public void setMyClass(SomeClass myClass)
public String echo(String string)
echo in interface MyService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||