@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface MembershipRequestService extends BaseService
MembershipRequestServiceUtil| Modifier and Type | Method and Description |
|---|---|
MembershipRequest |
addMembershipRequest(long groupId,
String comments,
ServiceContext serviceContext)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
void |
deleteMembershipRequests(long groupId,
long statusId) |
MembershipRequest |
getMembershipRequest(long membershipRequestId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
updateStatus(long membershipRequestId,
String reviewComments,
long statusId,
ServiceContext serviceContext) |
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.PortalExceptionvoid deleteMembershipRequests(long groupId,
long statusId)
throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) MembershipRequest getMembershipRequest(long membershipRequestId) throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
void updateStatus(long membershipRequestId,
String reviewComments,
long statusId,
ServiceContext serviceContext)
throws PortalException
PortalException