Uses of Class
org.silverpeas.components.community.notification.user.MembershipLeaveUserNotificationBuilder
Packages that use MembershipLeaveUserNotificationBuilder
-
Uses of MembershipLeaveUserNotificationBuilder in org.silverpeas.components.community.notification.user
Methods in org.silverpeas.components.community.notification.user that return MembershipLeaveUserNotificationBuilderModifier and TypeMethodDescriptionMembershipLeaveUserNotificationBuilder.about(CommunityOfUsers community) Initializing the user notification builder with given community.MembershipLeaveUserNotificationBuilder.andContactInFuture(boolean contactInFuture) Indicates that the member accepts or not to be contacted in the future about its leaving.MembershipLeaveUserNotificationBuilder.andMessage(String message) Sets an additional message that allows the member to explain more precisely the reason of its leaving.MembershipLeaveUserNotificationBuilder.memberLeavingIs(org.silverpeas.core.admin.user.model.User leavingMember) Indicating the member which is leaving the community.MembershipLeaveUserNotificationBuilder.withReason(int reason) Sets the leaving reason that the member has indicated.