@ProviderType
public class MembershipRequestServiceUtil
extends Object
MembershipRequestServiceImpl
and is the
primary 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
,
MembershipRequestServiceBaseImpl
,
MembershipRequestServiceImpl
Constructor and Description |
---|
MembershipRequestServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static MembershipRequest |
addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext) |
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
PortalException
public static void deleteMembershipRequests(long groupId, long statusId) throws PortalException
PortalException
public static MembershipRequest getMembershipRequest(long membershipRequestId) throws PortalException
PortalException
public static String getOSGiServiceIdentifier()
public static void updateStatus(long membershipRequestId, String reviewComments, long statusId, ServiceContext serviceContext) throws PortalException
PortalException
public static MembershipRequestService getService()