Package com.liferay.portal.service.impl
Class MembershipRequestServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.MembershipRequestServiceBaseImpl
com.liferay.portal.service.impl.MembershipRequestServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.MembershipRequestService
- Author:
- Jorge Ferrer
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.MembershipRequestServiceBaseImpl
counterLocalService, membershipRequestLocalService, membershipRequestPersistence, membershipRequestService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.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) Methods inherited from class com.liferay.portal.service.base.MembershipRequestServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getMembershipRequestLocalService, getMembershipRequestPersistence, getMembershipRequestService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setMembershipRequestLocalService, setMembershipRequestPersistence, setMembershipRequestService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
MembershipRequestServiceImpl
public MembershipRequestServiceImpl()
-
-
Method Details
-
addMembershipRequest
public 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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteMembershipRequests
public void deleteMembershipRequests(long groupId, long statusId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMembershipRequest
public com.liferay.portal.kernel.model.MembershipRequest getMembershipRequest(long membershipRequestId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateStatus
public void updateStatus(long membershipRequestId, String reviewComments, long statusId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-