Uses of Class
org.gcube.applicationsupportlayer.social.shared.SocialNetworkingSite
-
Packages that use SocialNetworkingSite Package Description org.gcube.applicationsupportlayer.social -
-
Uses of SocialNetworkingSite in org.gcube.applicationsupportlayer.social
Constructors in org.gcube.applicationsupportlayer.social with parameters of type SocialNetworkingSite Constructor Description ApplicationNotificationsManager(SocialNetworkingSite site, String scope, SocialNetworkingUser currUser)Use this constructor if you do not need notifications to point back to your applicationsApplicationNotificationsManager(SocialNetworkingSite site, String scope, SocialNetworkingUser currUser, String portletClassName)Use this constructor if you do need notifications to point back to your applications, make sure you create your application profile on the infrastructure.ApplicationNotificationsManager(org.gcube.vomanagement.usermanagement.UserManager userManager, SocialNetworkingSite site, String scope, SocialNetworkingUser currUser)Use this constructor if your artifact is not deployed on the portal and do not need notifications to point back to your applicationsApplicationNotificationsManager(org.gcube.vomanagement.usermanagement.UserManager userManager, SocialNetworkingSite site, String scope, SocialNetworkingUser currUser, String portletClassName)Use this constructor if your artifact is not deployed on the portal and you do need notifications to point back to your applications, make sure you create your application profile on the infrastructure.
-