public class MembershipRequestServiceUtil
extends Object
com.liferay.portal.service.impl.MembershipRequestServiceImpl and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.MembershipRequestService| Constructor and Description |
|---|
MembershipRequestServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static MembershipRequest |
addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
static void |
deleteMembershipRequests(long groupId,
long statusId) |
static MembershipRequest |
getMembershipRequest(long membershipRequestId) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static MembershipRequestService |
getService() |
static void |
updateStatus(long membershipRequestId,
String reviewComments,
long statusId,
ServiceContext serviceContext) |
public static MembershipRequest addMembershipRequest(long groupId, String comments, ServiceContext serviceContext) throws PortalException
MembershipRequestServiceUtil to access the membership request remote service. Add custom service methods to com.liferay.portal.service.impl.MembershipRequestServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.PortalExceptionpublic static void deleteMembershipRequests(long groupId,
long statusId)
throws PortalException
PortalExceptionpublic static MembershipRequest getMembershipRequest(long membershipRequestId) throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static void updateStatus(long membershipRequestId,
String reviewComments,
long statusId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static MembershipRequestService getService()