com.liferay.portal.service
Interface MembershipRequestService
- All Known Implementing Classes:
- MembershipRequestServiceBaseImpl, MembershipRequestServiceImpl, MembershipRequestServiceWrapper
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface MembershipRequestService
This interface defines the service. The default implementation is
MembershipRequestServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
- See Also:
MembershipRequestServiceUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
addMembershipRequest
MembershipRequest addMembershipRequest(long groupId,
String comments)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteMembershipRequests
void deleteMembershipRequests(long groupId,
int statusId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getMembershipRequest
@Transactional(propagation=SUPPORTS,
readOnly=true)
MembershipRequest getMembershipRequest(long membershipRequestId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateStatus
void updateStatus(long membershipRequestId,
String reviewComments,
int statusId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException