Uses of Interface
org.silverpeas.components.community.repository.CommunityMembershipRepository.CommunityMembershipsTable
-
Packages that use CommunityMembershipRepository.CommunityMembershipsTable Package Description org.silverpeas.components.community.repository Persistence repository for the community of users and for the members of the communities. -
-
Uses of CommunityMembershipRepository.CommunityMembershipsTable in org.silverpeas.components.community.repository
Methods in org.silverpeas.components.community.repository that return CommunityMembershipRepository.CommunityMembershipsTable Modifier and Type Method Description CommunityMembershipRepository.CommunityMembershipsTable
CommunityMembershipJpaRepository. getMembershipsTable(CommunityOfUsers community)
CommunityMembershipRepository.CommunityMembershipsTable
CommunityMembershipRepository. getMembershipsTable(CommunityOfUsers community)
Gets the table of members of the specified community.
-