@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface MembershipRequestService extends BaseService
MembershipRequestServiceUtil,
MembershipRequestServiceBaseImpl,
com.liferay.portal.service.impl.MembershipRequestServiceImpl| Modifier and Type | Method and Description |
|---|---|
MembershipRequest |
addMembershipRequest(long groupId,
java.lang.String comments,
ServiceContext serviceContext) |
void |
deleteMembershipRequests(long groupId,
long statusId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
MembershipRequest |
getMembershipRequest(long membershipRequestId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
updateStatus(long membershipRequestId,
java.lang.String reviewComments,
long statusId,
ServiceContext serviceContext) |
MembershipRequest addMembershipRequest(long groupId, java.lang.String comments, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid deleteMembershipRequests(long groupId,
long statusId)
throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) MembershipRequest getMembershipRequest(long membershipRequestId) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanvoid updateStatus(long membershipRequestId,
java.lang.String reviewComments,
long statusId,
ServiceContext serviceContext)
throws PortalException
PortalException