Uses of Class
org.gcube.applicationsupportlayer.social.shared.SocialNetworkingUser
-
Packages that use SocialNetworkingUser Package Description org.gcube.applicationsupportlayer.social -
-
Uses of SocialNetworkingUser in org.gcube.applicationsupportlayer.social
Fields in org.gcube.applicationsupportlayer.social declared as SocialNetworkingUser Modifier and Type Field Description protected SocialNetworkingUserSocialPortalBridge. currUserConstructors in org.gcube.applicationsupportlayer.social with parameters of type SocialNetworkingUser Constructor Description ApplicationNewsManager(String scope, SocialNetworkingUser currUser, String portletClassName)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.SocialPortalBridge(String scope, SocialNetworkingUser currUser)SocialPortalBridge(String scope, SocialNetworkingUser currUser, String portletClassName)
-