Uses of Interface
org.javlo.service.social.ISocialNetwork
-
Packages that use ISocialNetwork Package Description org.javlo.service.social -
-
Uses of ISocialNetwork in org.javlo.service.social
Classes in org.javlo.service.social that implement ISocialNetwork Modifier and Type Class Description class
AbstractSocialNetwork
class
Facebook
class
Google
class
Linkedin
class
Pushbullet
class
Twitter
Methods in org.javlo.service.social that return ISocialNetwork Modifier and Type Method Description ISocialNetwork
SocialService. getGoogle()
ISocialNetwork
SocialService. getLinkedin()
ISocialNetwork
SocialService. getNetwork(String name)
ISocialNetwork
SocialService. getPushbullet()
ISocialNetwork
SocialService. getTwitter()
Methods in org.javlo.service.social that return types with arguments of type ISocialNetwork Modifier and Type Method Description List<ISocialNetwork>
SocialService. getAllNetworks()
-