com.google.code.ssm.test.svc
Class TestSvcImpl
java.lang.Object
com.google.code.ssm.test.svc.TestSvcImpl
- All Implemented Interfaces:
- TestSvc
@Service(value="testSvc")
public class TestSvcImpl
- extends Object
- implements TestSvc
- Author:
- Nelson Carpentier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSvcImpl
public TestSvcImpl()
setDao
public void setDao(TestDAO dao)
getDateString
public String getDateString(String key)
- Specified by:
getDateString in interface TestSvc
overrideDateString
public void overrideDateString(int trash,
String key,
String overrideData)
- Specified by:
overrideDateString in interface TestSvc
getTimestampValues
public List<String> getTimestampValues(List<Long> keys)
- Specified by:
getTimestampValues in interface TestSvc
updateTimestampValue
public String updateTimestampValue(Long key)
- Specified by:
updateTimestampValue in interface TestSvc
updateTimestamValues
public List<String> updateTimestamValues(List<Long> keys)
- Specified by:
updateTimestamValues in interface TestSvc
overrideTimestampValues
public void overrideTimestampValues(int trash,
List<Long> keys,
String nuthin,
List<String> overrideData)
- Specified by:
overrideTimestampValues in interface TestSvc
getRandomString
public String getRandomString(Long key)
- Specified by:
getRandomString in interface TestSvc
updateRandomString
public void updateRandomString(Long key)
- Specified by:
updateRandomString in interface TestSvc
updateRandomStringAgain
public Long updateRandomStringAgain(Long key)
- Specified by:
updateRandomStringAgain in interface TestSvc
getRandomStrings
public List<String> getRandomStrings(List<Long> keys)
- Specified by:
getRandomStrings in interface TestSvc
updateRandomStrings
public void updateRandomStrings(List<Long> keys)
- Specified by:
updateRandomStrings in interface TestSvc
updateRandomStringsAgain
public List<Long> updateRandomStringsAgain(List<Long> keys)
- Specified by:
updateRandomStringsAgain in interface TestSvc
getAssignStrings
public List<String> getAssignStrings()
- Specified by:
getAssignStrings in interface TestSvc
invalidateAssignStrings
public void invalidateAssignStrings()
- Specified by:
invalidateAssignStrings in interface TestSvc
updateAssignStrings
public void updateAssignStrings(List<String> newData)
- Specified by:
updateAssignStrings in interface TestSvc
decrement
public void decrement(String key)
- Specified by:
decrement in interface TestSvc
getCounter
public long getCounter(String key)
- Specified by:
getCounter in interface TestSvc
increment
public void increment(String key)
- Specified by:
increment in interface TestSvc
update
public void update(String key,
Long value)
- Specified by:
update in interface TestSvc
invalidate
public void invalidate(String key)
- Specified by:
invalidate in interface TestSvc
Copyright © 2014. All rights reserved.