@Component(value="tokenInfoService") @Transactional public class TokenInfoServiceImpl extends Object implements TokenInfoService
TokenInfoService based on hibernate| Constructor and Description |
|---|
TokenInfoServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCoinOAuthTokenInfo(String userId,
String gadgetUri,
String moduleId,
String tokenName,
String serviceName) |
CoinOAuthTokenInfo |
getCoinOAuthTokenInfo(String userId,
String gadgetUri,
String moduleId,
String tokenName,
String serviceName) |
void |
saveCoinOAuthTokenInfo(CoinOAuthTokenInfo tokenInfo) |
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory) |
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
sessionFactory - the sessionFactory to setpublic CoinOAuthTokenInfo getCoinOAuthTokenInfo(String userId, String gadgetUri, String moduleId, String tokenName, String serviceName)
getCoinOAuthTokenInfo in interface TokenInfoServicepublic void saveCoinOAuthTokenInfo(CoinOAuthTokenInfo tokenInfo)
saveCoinOAuthTokenInfo in interface TokenInfoServicepublic void deleteCoinOAuthTokenInfo(String userId, String gadgetUri, String moduleId, String tokenName, String serviceName)
deleteCoinOAuthTokenInfo in interface TokenInfoServiceCopyright © 2007-2012. All Rights Reserved.