Uses of Class
org.silverpeas.components.community.model.CommunityOfUsers
Packages that use CommunityOfUsers
Package
Description
The business objects used to represent a community of users and its members.
Provides classes to notify other components in Silverpeas about the events triggered by some
operations in a Community application instance.
Persistence repository for the community of users and for the members of the communities.
-
Uses of CommunityOfUsers in org.silverpeas.components.community.model
Methods in org.silverpeas.components.community.model that return CommunityOfUsersModifier and TypeMethodDescriptionCommunityMembership.getCommunity()Gets the community to which this membership belongs.Methods in org.silverpeas.components.community.model that return types with arguments of type CommunityOfUsersModifier and TypeMethodDescriptionstatic List<CommunityOfUsers>CommunityOfUsers.getAll()Gets all the communities of users existing in Silverpeas.static Optional<CommunityOfUsers>CommunityOfUsers.getByComponentInstanceId(String instanceId) Gets the community of users managed by the specified component instance.static Optional<CommunityOfUsers>CommunityOfUsers.getBySpaceId(String spaceId) Gets the community of users of the specified collaborative space. -
Uses of CommunityOfUsers in org.silverpeas.components.community.notification
Methods in org.silverpeas.components.community.notification with parameters of type CommunityOfUsersModifier and TypeMethodDescriptionprotected CommunityEventCommunityEventNotifier.createResourceEventFrom(org.silverpeas.core.notification.system.ResourceEvent.Type type, CommunityOfUsers... resource) Constructors in org.silverpeas.components.community.notification with parameters of type CommunityOfUsersModifierConstructorDescriptionCommunityEvent(org.silverpeas.core.notification.system.ResourceEvent.Type type, CommunityOfUsers... contribution) Constructs a new event with the specified type and that implies the specified Community states, each of them representing by a different Community instance. -
Uses of CommunityOfUsers in org.silverpeas.components.community.notification.user
Methods in org.silverpeas.components.community.notification.user with parameters of type CommunityOfUsersModifier and TypeMethodDescriptionMembershipLeaveUserNotificationBuilder.about(CommunityOfUsers community) Initializing the user notification builder with given community.MembershipRequestUserNotificationBuilder.about(CommunityOfUsers community) Initializing the user notification builder with given community.MembershipRequestValidationUserNotificationBuilder.about(CommunityOfUsers community) Initializing the user notification builder with given community.protected StringAbstractCommunityUserNotificationBuilder.getResourceURL(CommunityOfUsers resource) protected StringMembershipRequestUserNotificationBuilder.getResourceURL(CommunityOfUsers resource) protected voidMembershipLeaveUserNotificationBuilder.perform(CommunityOfUsers resource) protected voidMembershipRequestValidationUserNotificationBuilder.perform(CommunityOfUsers resource) protected voidAbstractCommunityUserNotificationBuilder.performNotificationResource(String language, CommunityOfUsers resource, org.silverpeas.core.notification.user.model.NotificationResourceData notificationResourceData) protected voidAbstractCommunityUserNotificationBuilder.performTemplateData(String language, CommunityOfUsers resource, org.silverpeas.core.template.SilverpeasTemplate template) protected voidMembershipLeaveUserNotificationBuilder.performTemplateData(String language, CommunityOfUsers resource, org.silverpeas.core.template.SilverpeasTemplate template) protected voidMembershipRequestUserNotificationBuilder.performTemplateData(String language, CommunityOfUsers resource, org.silverpeas.core.template.SilverpeasTemplate template) protected voidMembershipRequestValidationUserNotificationBuilder.performTemplateData(String language, CommunityOfUsers resource, org.silverpeas.core.template.SilverpeasTemplate template) Constructors in org.silverpeas.components.community.notification.user with parameters of type CommunityOfUsersModifierConstructorDescriptionprotectedprotectedprotected -
Uses of CommunityOfUsers in org.silverpeas.components.community.repository
Methods in org.silverpeas.components.community.repository that return types with arguments of type CommunityOfUsersModifier and TypeMethodDescriptionCommunityOfUsersJpaRepository.getAllByUserId(String userId) CommunityOfUsersRepository.getAllByUserId(String userId) Gets all the community of users the specified user is currently a member.CommunityOfUsersJpaRepository.getByComponentInstanceId(String componentInstanceId) CommunityOfUsersRepository.getByComponentInstanceId(String componentInstanceId) Gets the community of users managed by the specified component instance.CommunityOfUsersJpaRepository.getBySpaceId(String spaceId) CommunityOfUsersRepository.getBySpaceId(String spaceId) Gets the community of users of the specified collaborative space.Methods in org.silverpeas.components.community.repository with parameters of type CommunityOfUsersModifier and TypeMethodDescriptionCommunityMembershipJpaRepository.getMembershipsTable(CommunityOfUsers community) CommunityMembershipRepository.getMembershipsTable(CommunityOfUsers community) Gets the table of members of the specified community.