@ProviderType @AccessControlled @JSONWebService @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,
int 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,
int statusId,
ServiceContext serviceContext) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanMembershipRequest addMembershipRequest(long groupId, java.lang.String comments, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteMembershipRequests(long groupId,
int statusId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) MembershipRequest getMembershipRequest(long membershipRequestId) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid updateStatus(long membershipRequestId,
java.lang.String reviewComments,
int statusId,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemException