Uses of Class
org.silverpeas.components.community.web.CommunityMembershipEntities
-
Packages that use CommunityMembershipEntities Package Description org.silverpeas.components.community.web 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 CommunityMembershipEntities in org.silverpeas.components.community.web
Methods in org.silverpeas.components.community.web that return CommunityMembershipEntities Modifier and Type Method Description CommunityMembershipEntities
CommunityMembershipResource. getActualMemberships(String page)
Gets all the actual memberships to the community of users.CommunityMembershipEntities
CommunityMembershipResource. getAllMemberships(String page)
Gets all the memberships to the community of users, whatever the status of them.CommunityMembershipEntities
CommunityMembershipResource. getPendingMemberships(String page)
Gets all the memberships to the community of users pending for validation.
-