@Repository public class SocialMediaProfileDAOImpl extends Object implements SocialMediaProfileDAO
| Constructor and Description |
|---|
SocialMediaProfileDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
SocialMediaProfileResponse |
post(Token token,
SocialMediaProfile socialmediaprofile) |
List<SocialMediaProfile> |
postList(Token token,
List<SocialMediaProfile> socialmediaprofileList) |
void |
setDataSource(DataSource dataSource) |
public void setDataSource(DataSource dataSource)
public String getAll(Token token)
getAll in interface SocialMediaProfileDAOpublic SocialMediaProfileResponse post(Token token, SocialMediaProfile socialmediaprofile)
post in interface SocialMediaProfileDAOpublic List<SocialMediaProfile> postList(Token token, List<SocialMediaProfile> socialmediaprofileList)
postList in interface SocialMediaProfileDAOCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.