A B C D E G H I M N O P R S U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- about(CommunityOfUsers) - Static method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
-
Initializing the user notification builder with given community.
- about(CommunityOfUsers) - Static method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
-
Initializing the user notification builder with given community.
- about(CommunityOfUsers) - Static method in class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
-
Initializing the user notification builder with given community.
- AbstractCommunityUserNotificationBuilder - Class in org.silverpeas.components.community.notification.user
- AbstractCommunityUserNotificationBuilder(CommunityOfUsers) - Constructor for class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- addAsAPendingMember(User) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Adds the specified user as a member pending his membership to this community to be committed.
- addAsMember(User, SilverpeasRole) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Adds the specified user as a member of this community of users and with the specified role.
- AlreadyMemberException - Exception in org.silverpeas.components.community
-
Exception thrown when a user is already a member of a community.
- AlreadyMemberException(String) - Constructor for exception org.silverpeas.components.community.AlreadyMemberException
- AlreadyMemberException(String, Throwable) - Constructor for exception org.silverpeas.components.community.AlreadyMemberException
- AlreadyMemberException(Throwable) - Constructor for exception org.silverpeas.components.community.AlreadyMemberException
- andContactInFuture(boolean) - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
-
Indicates that the member accepts or not to be contacted in the future about its leaving.
- andMessage(String) - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
-
Sets an additional message that allows the member to explain more precisely the reason of its leaving.
B
- beforeComputingAuthorizations(String, SimpleDocument, AccessControlContext) - Method in class org.silverpeas.components.community.security.authorization.CommunityInstanceSimpleDocumentAccessControlExtension
C
- canAnonymousAccessInstance(AccessControlContext) - Method in class org.silverpeas.components.community.security.authorization.CommunityInstanceAccessControlExtension
- COMMITTED - org.silverpeas.components.community.model.MembershipStatus
-
The user is currently member of the community of users.
- CommunityComponentSettings - Class in org.silverpeas.components.community
-
It gathers all the settings and i18n relative to the community component.
- CommunityEvent - Class in org.silverpeas.components.community.notification
-
Event on a change in the state of a given Community business object.
- CommunityEvent(ResourceEvent.Type, CommunityOfUsers...) - Constructor for class org.silverpeas.components.community.notification.CommunityEvent
-
Constructs a new event with the specified type and that implies the specified Community states, each of them representing by a different Community instance.
- CommunityEventNotifier - Class in org.silverpeas.components.community.notification
-
A notifier on the changes in the state of a Community business object.
- CommunityEventNotifier() - Constructor for class org.silverpeas.components.community.notification.CommunityEventNotifier
- CommunityInstanceAccessControlExtension - Class in org.silverpeas.components.community.security.authorization
- CommunityInstanceAccessControlExtension() - Constructor for class org.silverpeas.components.community.security.authorization.CommunityInstanceAccessControlExtension
- CommunityInstancePostConstruction - Class in org.silverpeas.components.community
-
Once the Community application instance created, constructs an empty community of users for the collaborative space in which the application instance has been spawned.
- CommunityInstancePostConstruction() - Constructor for class org.silverpeas.components.community.CommunityInstancePostConstruction
- CommunityInstancePreDestruction - Class in org.silverpeas.components.community
-
Wipe out for the spawned community instance the resources that were allocated to him.
- CommunityInstancePreDestruction() - Constructor for class org.silverpeas.components.community.CommunityInstancePreDestruction
- CommunityInstanceSimpleDocumentAccessControlExtension - Class in org.silverpeas.components.community.security.authorization
- CommunityInstanceSimpleDocumentAccessControlExtension() - Constructor for class org.silverpeas.components.community.security.authorization.CommunityInstanceSimpleDocumentAccessControlExtension
- CommunityMembership - Class in org.silverpeas.components.community.model
-
Membership of a given user in a community of users.
- CommunityMembership() - Constructor for class org.silverpeas.components.community.model.CommunityMembership
-
Constructs an empty member of nothing.
- CommunityMembershipJpaRepository - Class in org.silverpeas.components.community.repository
-
Implementation of the repository of members of communities of users by extending the
SilverpeasJpaEntityRepository
base repository that provides all the basic and necessary methods to save, to update, to delete and to get the business entities by using the JPA engine. - CommunityMembershipJpaRepository() - Constructor for class org.silverpeas.components.community.repository.CommunityMembershipJpaRepository
- CommunityMembershipRepository - Interface in org.silverpeas.components.community.repository
-
A repository to persist the memberships to a community of users.
- CommunityMembershipRepository.CommunityMembershipsTable - Interface in org.silverpeas.components.community.repository
-
The table of memberships of a given community of users.
- CommunityMembershipsProvider - Class in org.silverpeas.components.community.model
-
A provider of memberships to a community of users.
- CommunityOfUsers - Class in org.silverpeas.components.community.model
-
The community of users for a collaborative space.
- CommunityOfUsers() - Constructor for class org.silverpeas.components.community.model.CommunityOfUsers
-
Constructs a new empty Community instance.
- CommunityOfUsers(String, String) - Constructor for class org.silverpeas.components.community.model.CommunityOfUsers
-
Constructs a new Community instance for the specified resource.
- CommunityOfUsersJpaRepository - Class in org.silverpeas.components.community.repository
-
Implementation of the repository of Community of users by extending the
BasicJpaEntityRepository
base repository that provides all the basic and necessary methods to save, to update, to delete and to get the business entities by using the JPA engine. - CommunityOfUsersJpaRepository() - Constructor for class org.silverpeas.components.community.repository.CommunityOfUsersJpaRepository
- CommunityOfUsersRemovingListener - Class in org.silverpeas.components.community.model
-
The community of users application is removed, that is to say it is moved into the bin of the spaces and component instances.
- CommunityOfUsersRemovingListener() - Constructor for class org.silverpeas.components.community.model.CommunityOfUsersRemovingListener
- CommunityOfUsersRepository - Interface in org.silverpeas.components.community.repository
-
This repository manages the persistence of communities of users.
- CommunityUserDeletionListener - Class in org.silverpeas.components.community
-
A listener of events concerning an operation applied on a user profile in Silverpeas.
- CommunityUserDeletionListener() - Constructor for class org.silverpeas.components.community.CommunityUserDeletionListener
- COMPONENT_NAME - Static variable in class org.silverpeas.components.community.CommunityComponentSettings
-
The name of the application (id est component or peas) in Silverpeas.
- createResourceEventFrom(ResourceEvent.Type, CommunityOfUsers...) - Method in class org.silverpeas.components.community.notification.CommunityEventNotifier
D
- delete() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Deletes this community of users.
- delete(List<CommunityMembership>) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository
- delete(CommunityMembership...) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository
- deleteAll() - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository.CommunityMembershipsTable
-
Deletes all the memberships in this table.
- deleteByComponentInstanceId(String) - Method in class org.silverpeas.components.community.repository.CommunityMembershipJpaRepository
- deleteByComponentInstanceId(String) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository
-
Deletes all the members of the community of users managed by the specified component instance.
- deleteById(String...) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository
- deleteById(Collection<String>) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository
E
- equals(Object) - Method in class org.silverpeas.components.community.model.CommunityMembership
- equals(Object) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
G
- get() - Static method in class org.silverpeas.components.community.notification.CommunityEventNotifier
- get() - Static method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository
-
Gets the single instance of this repository.
- get() - Static method in interface org.silverpeas.components.community.repository.CommunityOfUsersRepository
-
Gets the single instance of this repository.
- get(String) - Method in class org.silverpeas.components.community.model.CommunityMembershipsProvider
-
Gets the membership to the community of users with the specified unique identifier.
- get(User) - Method in class org.silverpeas.components.community.model.CommunityMembershipsProvider
-
Gets the membership of the specified user to the community of users.
- getAction() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getAll() - Static method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets all the communities of users existing in Silverpeas.
- getAll() - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository
- getAll(PaginationPage) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository.CommunityMembershipsTable
-
Gets all the memberships registered into this table and included in the specified pagination page.
- getAllByUserId(String) - Method in class org.silverpeas.components.community.repository.CommunityOfUsersJpaRepository
- getAllByUserId(String) - Method in interface org.silverpeas.components.community.repository.CommunityOfUsersRepository
-
Gets all the community of users the specified user is currently a member.
- getAllMembers() - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository.CommunityMembershipsTable
-
Gets all the committed or pending memberships to the community of users.
- getBundleSubjectKey() - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- getBundleSubjectKey() - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- getBundleSubjectKey() - Method in class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
- getByComponentInstanceId(String) - Static method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets the community of users managed by the specified component instance.
- getByComponentInstanceId(String) - Method in class org.silverpeas.components.community.repository.CommunityOfUsersJpaRepository
- getByComponentInstanceId(String) - Method in interface org.silverpeas.components.community.repository.CommunityOfUsersRepository
-
Gets the community of users managed by the specified component instance.
- getBySpaceId(String) - Static method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets the community of users of the specified collaborative space.
- getBySpaceId(String) - Method in class org.silverpeas.components.community.repository.CommunityOfUsersJpaRepository
- getBySpaceId(String) - Method in interface org.silverpeas.components.community.repository.CommunityOfUsersRepository
-
Gets the community of users of the specified collaborative space.
- getByUser(User) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository.CommunityMembershipsTable
-
Gets the membership to the community of the specified user.
- getCharterURL() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets the URL at which the charter (or a community guide) is located.
- getCommunity() - Method in class org.silverpeas.components.community.model.CommunityMembership
-
Gets the community to which this membership belongs.
- getComponentInstanceId() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
- getComponentInstanceId() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getContributionAccessLinkLabelBundleKey() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getGroupIdsToNotify() - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- getGroupIdsToNotify() - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- getGroupOfMembers() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets the group of all the members of this community of users.
- getHistory(PaginationPage) - Method in class org.silverpeas.components.community.model.CommunityMembershipsProvider
-
Gets the history of memberships to the community of users that are within the specified pagination page.
- getHomePage() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets the home page of this community of users for its members.
- getInRange(PaginationPage) - Method in class org.silverpeas.components.community.model.CommunityMembershipsProvider
-
Gets all the committed memberships to the community of users that are within the specified pagination page.
- getJoiningDate() - Method in class org.silverpeas.components.community.model.CommunityMembership
-
Gets the date at which the user has effectively joined the community.
- getLeaveReasons(String) - Static method in class org.silverpeas.components.community.CommunityComponentSettings
-
Gets the list of reasons a member can choose to explain its leaving.
- getLocalizationBundlePath() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getMemberRole() - Method in class org.silverpeas.components.community.model.CommunityMembership
-
Gets the role the user related by this membership plays in the community space.
- getMembers(PaginationPage) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository.CommunityMembershipsTable
-
Gets the committed memberships of the specified community included in the specified pagination page.
- getMembershipsProvider() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets all the memberships to this community of users.
- getMembershipsTable(CommunityOfUsers) - Method in class org.silverpeas.components.community.repository.CommunityMembershipJpaRepository
- getMembershipsTable(CommunityOfUsers) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository
-
Gets the table of members of the specified community.
- getMessagesIn(String) - Static method in class org.silverpeas.components.community.CommunityComponentSettings
-
Gets all the messages for the Silverpeas component and translated in the specified language.
- getPending(PaginationPage) - Method in class org.silverpeas.components.community.model.CommunityMembershipsProvider
-
Gets all pending memberships to the community of users.
- getPending(PaginationPage) - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository.CommunityMembershipsTable
-
Gets the membership that are pending and included in the specified pagination page.
- getResourceURL(CommunityOfUsers) - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getResourceURL(CommunityOfUsers) - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- getSender() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getSender() - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- getSender() - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- getSettings() - Static method in class org.silverpeas.components.community.CommunityComponentSettings
-
Gets all the settings of the Silverpeas component.
- getSpace() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getSpaceId() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets the unique identifier of the community space, that is to say the collaborative space for which this community of users is.
- getSpaceManagerProfile() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getSpacePresentationContent() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets the rich content of the presentation of the community space.
- getStatus() - Method in class org.silverpeas.components.community.model.CommunityMembership
-
Gets the current status of this membership.
- getTemplateFileName() - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- getTemplateFileName() - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- getTemplateFileName() - Method in class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
- getTemplatePath() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- getTitle(String) - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- getTitle(String) - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- getUser() - Method in class org.silverpeas.components.community.model.CommunityMembership
-
Gets the user related to this membership.
- getUserIdsToNotify() - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- getUserIdsToNotify() - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- getUserIdsToNotify() - Method in class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
- getUserRoles(User) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Gets the roles the given user has on the given community.
H
- hashCode() - Method in class org.silverpeas.components.community.model.CommunityMembership
- hashCode() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
I
- isEmpty() - Method in class org.silverpeas.components.community.model.CommunityMembershipsProvider
-
Is the underlying community of users hasn't yet any memberships?
- isEmpty() - Method in interface org.silverpeas.components.community.repository.CommunityMembershipRepository.CommunityMembershipsTable
-
Is this table is empty?
- isMember() - Method in enum org.silverpeas.components.community.model.MembershipStatus
-
Is the membership to the community of users is committed?
- isMember(User) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Checks the given user is a member of this community of users by verifying he's playing a role in the community space.
- isNoMoreMember() - Method in enum org.silverpeas.components.community.model.MembershipStatus
-
Is the membership to the community of users has been removed?
- isPending() - Method in enum org.silverpeas.components.community.model.MembershipStatus
-
Is the membership to the community of user pending for validation by a validator?
- isRefused() - Method in enum org.silverpeas.components.community.model.MembershipStatus
-
Is the membership to the community of users has been refused?
- isSendImmediately() - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
M
- memberLeavingIs(User) - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
-
Indicating the member which is leaving the community.
- MembershipLeaveUserNotificationBuilder - Class in org.silverpeas.components.community.notification.user
-
User notification dedicated to the membership leave.
- MembershipLeaveUserNotificationBuilder(CommunityOfUsers) - Constructor for class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- MembershipRequestUserNotificationBuilder - Class in org.silverpeas.components.community.notification.user
-
User notification dedicated to notify validators about a new member request to join a community.
- MembershipRequestUserNotificationBuilder(CommunityOfUsers) - Constructor for class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- MembershipRequestValidationUserNotificationBuilder - Class in org.silverpeas.components.community.notification.user
-
User notification dedicated to the management of the validation of member request to join a community.
- MembershipRequestValidationUserNotificationBuilder(CommunityOfUsers) - Constructor for class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
- MembershipStatus - Enum in org.silverpeas.components.community.model
-
It defines the status of the membership of a user to a community of users.
- MESSAGES_PATH - Static variable in class org.silverpeas.components.community.CommunityComponentSettings
-
The relative path of the i18n bundle of the Silverpeas component.
- mustUserBeComponentInstanceAdminIfManagerOfParentSpace(ComponentAccessController.DataManager, User, SilverpeasComponentInstance) - Method in class org.silverpeas.components.community.security.authorization.CommunityInstanceAccessControlExtension
N
- newRequestFrom(User) - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
-
Indicating the requester for which the join request validation has been performed and if the request has been accepted or refused.
O
- onDeletion(UserEvent) - Method in class org.silverpeas.components.community.CommunityUserDeletionListener
- onRecovery(ComponentInstanceEvent) - Method in class org.silverpeas.components.community.model.CommunityOfUsersRemovingListener
- onRemoving(ComponentInstanceEvent) - Method in class org.silverpeas.components.community.model.CommunityOfUsersRemovingListener
- org.silverpeas.components.community - package org.silverpeas.components.community
-
Silverpeas Web Application Component to manage a community of users for a collaborative space.
- org.silverpeas.components.community.model - package org.silverpeas.components.community.model
-
The business objects used to represent a community of users and its members.
- org.silverpeas.components.community.notification - package org.silverpeas.components.community.notification
-
Provides classes to notify other components in Silverpeas about the events triggered by some operations in a Community application instance.
- org.silverpeas.components.community.notification.user - package org.silverpeas.components.community.notification.user
- org.silverpeas.components.community.repository - package org.silverpeas.components.community.repository
-
Persistence repository for the community of users and for the members of the communities.
- org.silverpeas.components.community.security.authorization - package org.silverpeas.components.community.security.authorization
-
Provides extension to the access control system of Silverpeas.
P
- PENDING - org.silverpeas.components.community.model.MembershipStatus
-
The user asked to join the community of users and his membership is pending, waiting for validation by a validator.
- perform(CommunityOfUsers) - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- perform(CommunityOfUsers) - Method in class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
- performNotificationResource(String, CommunityOfUsers, NotificationResourceData) - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- performTemplateData(String, CommunityOfUsers, SilverpeasTemplate) - Method in class org.silverpeas.components.community.notification.user.AbstractCommunityUserNotificationBuilder
- performTemplateData(String, CommunityOfUsers, SilverpeasTemplate) - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
- performTemplateData(String, CommunityOfUsers, SilverpeasTemplate) - Method in class org.silverpeas.components.community.notification.user.MembershipRequestUserNotificationBuilder
- performTemplateData(String, CommunityOfUsers, SilverpeasTemplate) - Method in class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
- postConstruct(String) - Method in class org.silverpeas.components.community.CommunityInstancePostConstruction
- preDestroy(String) - Method in class org.silverpeas.components.community.CommunityInstancePreDestruction
R
- REFUSED - org.silverpeas.components.community.model.MembershipStatus
-
The asking of a user to join the community of users has been refused by a validator.
- refuseMembership(User) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Refuses the membership application of the specified user to this community of users.
- REMOVED - org.silverpeas.components.community.model.MembershipStatus
-
The user isn't anymore a member of the community of users.
- removeMembership(User) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Removes the membership of the specified user to this community of users.
S
- save() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Saves the modification in this community of users.
- setCharterURL(String) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Sets the URL at which the charter (or a community guide) is located.
- setCharterURL(URL) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Sets the URL at which the charter (or a community guide) is located.
- setHomePage(String, SpaceHomePageType) - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
y Sets the home page of this community of users to render to the members.
- SETTINGS_PATH - Static variable in class org.silverpeas.components.community.CommunityComponentSettings
-
The relative path of the properties file containing the settings of the Silverpeas component.
U
- unsetCharterURL() - Method in class org.silverpeas.components.community.model.CommunityOfUsers
-
Unsets the charter.
V
- validating(User, boolean) - Method in class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
-
Indicating the requester for which the join request validation has been performed and if the request has been accepted or refused.
- valueOf(String) - Static method in enum org.silverpeas.components.community.model.MembershipStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.silverpeas.components.community.model.MembershipStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withMessage(String) - Method in class org.silverpeas.components.community.notification.user.MembershipRequestValidationUserNotificationBuilder
-
Sets an additional message if any.
- withReason(int) - Method in class org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
-
Sets the leaving reason that the member has indicated.
All Classes All Packages