@Deprecated @Transactional public class MyServiceImpl extends Object implements MyService
Constructor and Description |
---|
MyServiceImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public MyServiceImpl()
public OtherDao getOtherDao()
public void setOtherDao(OtherDao otherDao)
otherDao
- the otherDao to setpublic String saveString(String value)
saveString
in interface MyService
public String findStringId(String id)
findStringId
in interface MyService
public boolean updateValue(String id, String value)
updateValue
in interface MyService
public String findValueFromValue(String value)
findValueFromValue
in interface MyService
public SomeClass getMyClass()
public void setMyClass(SomeClass myClass)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.