Class MembershipRequestServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.MembershipRequestServiceBaseImpl
com.liferay.portal.service.impl.MembershipRequestServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.MembershipRequestService

public class MembershipRequestServiceImpl extends MembershipRequestServiceBaseImpl
Author:
Jorge Ferrer
  • Constructor Details

    • MembershipRequestServiceImpl

      public MembershipRequestServiceImpl()
  • Method Details

    • addMembershipRequest

      public com.liferay.portal.kernel.model.MembershipRequest addMembershipRequest(long groupId, String comments, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteMembershipRequests

      public void deleteMembershipRequests(long groupId, long statusId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMembershipRequest

      public com.liferay.portal.kernel.model.MembershipRequest getMembershipRequest(long membershipRequestId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateStatus

      public void updateStatus(long membershipRequestId, String reviewComments, long statusId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException