public class MembershipRequestServiceImpl extends MembershipRequestServiceBaseImpl
counterLocalService, membershipRequestLocalService, membershipRequestPersistence, membershipRequestService| Constructor and Description |
|---|
MembershipRequestServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.MembershipRequest |
addMembershipRequest(long groupId,
String comments,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteMembershipRequests(long groupId,
long statusId) |
com.liferay.portal.kernel.model.MembershipRequest |
getMembershipRequest(long membershipRequestId) |
void |
updateStatus(long membershipRequestId,
String reviewComments,
long statusId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
afterPropertiesSet, destroy, getCounterLocalService, getMembershipRequestLocalService, getMembershipRequestPersistence, getMembershipRequestService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setMembershipRequestLocalService, setMembershipRequestPersistence, setMembershipRequestServicepublic com.liferay.portal.kernel.model.MembershipRequest addMembershipRequest(long groupId,
String comments,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteMembershipRequests(long groupId,
long statusId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.MembershipRequest getMembershipRequest(long membershipRequestId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateStatus(long membershipRequestId,
String reviewComments,
long statusId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException