Uses of Class
org.silverpeas.components.community.web.CommunityMembershipEntity
Packages that use CommunityMembershipEntity
Package
Description
Provides the REST-based web services with which anyone can communicate with an application
instance to get information about a community of users and its members.
-
Uses of CommunityMembershipEntity in org.silverpeas.components.community.web
Methods in org.silverpeas.components.community.web that return CommunityMembershipEntityModifier and TypeMethodDescriptionCommunityMembershipResource.getMembership(String memberId) Gets a given existing membership to the community of users or throwNotFoundExceptionif no such membership exists.CommunityMembershipResource.getUserMembership(String userId) Gets the membership of the specified user or throwNotFoundExceptionif no such membership to the community of users exists.Methods in org.silverpeas.components.community.web that return types with arguments of type CommunityMembershipEntityModifier and TypeMethodDescriptionCommunityMembershipEntities.getMemberships()Gets all the memberships contained in this collection.Constructor parameters in org.silverpeas.components.community.web with type arguments of type CommunityMembershipEntityModifierConstructorDescriptionprotectedCommunityMembershipEntities(org.silverpeas.core.util.SilverpeasList<CommunityMembershipEntity> memberships)