|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface MembershipRequestLocalService
This interface defines the service. The default implementation is
MembershipRequestLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
MembershipRequestLocalServiceUtil| Method Detail |
|---|
MembershipRequest addMembershipRequest(MembershipRequest membershipRequest)
throws SystemException
SystemExceptionMembershipRequest createMembershipRequest(long membershipRequestId)
void deleteMembershipRequest(long membershipRequestId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteMembershipRequest(MembershipRequest membershipRequest)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
MembershipRequest getMembershipRequest(long membershipRequestId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<MembershipRequest> getMembershipRequests(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getMembershipRequestsCount()
throws SystemException
SystemException
MembershipRequest updateMembershipRequest(MembershipRequest membershipRequest)
throws SystemException
SystemException
MembershipRequest updateMembershipRequest(MembershipRequest membershipRequest,
boolean merge)
throws SystemException
SystemException
MembershipRequest addMembershipRequest(long userId,
long groupId,
String comments)
throws PortalException,
SystemException
PortalException
SystemException
void deleteMembershipRequests(long groupId)
throws SystemException
SystemException
void deleteMembershipRequests(long groupId,
int statusId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<MembershipRequest> search(long groupId,
int status,
int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int searchCount(long groupId,
int status)
throws SystemException
SystemException
void updateStatus(long replierUserId,
long membershipRequestId,
String replyComments,
int statusId)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||