Uses of Class
com.liferay.portal.kernel.exception.NoSuchMembershipRequestException
Packages that use NoSuchMembershipRequestException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchMembershipRequestException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchMembershipRequestExceptionModifier and TypeMethodDescriptionMembershipRequestPersistence.findByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequestMembershipRequestUtil.findByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.MembershipRequestPersistence.findByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequestMembershipRequestUtil.findByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.MembershipRequestPersistence.findByG_S_PrevAndNext(long membershipRequestId, long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequest[]MembershipRequestUtil.findByG_S_PrevAndNext(long membershipRequestId, long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.MembershipRequestPersistence.findByG_U_S_First(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.static MembershipRequestMembershipRequestUtil.findByG_U_S_First(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.MembershipRequestPersistence.findByG_U_S_Last(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.static MembershipRequestMembershipRequestUtil.findByG_U_S_Last(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.MembershipRequestPersistence.findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.static MembershipRequest[]MembershipRequestUtil.findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.MembershipRequestPersistence.findByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.static MembershipRequestMembershipRequestUtil.findByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.MembershipRequestPersistence.findByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.static MembershipRequestMembershipRequestUtil.findByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.MembershipRequestPersistence.findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.static MembershipRequest[]MembershipRequestUtil.findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.MembershipRequestPersistence.findByPrimaryKey(long membershipRequestId) Returns the membership request with the primary key or throws aNoSuchMembershipRequestExceptionif it could not be found.static MembershipRequestMembershipRequestUtil.findByPrimaryKey(long membershipRequestId) Returns the membership request with the primary key or throws aNoSuchMembershipRequestExceptionif it could not be found.MembershipRequestPersistence.findByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.static MembershipRequestMembershipRequestUtil.findByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.MembershipRequestPersistence.findByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.static MembershipRequestMembershipRequestUtil.findByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.MembershipRequestPersistence.findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where userId = ?.static MembershipRequest[]MembershipRequestUtil.findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the membership requests before and after the current membership request in the ordered set where userId = ?.MembershipRequestPersistence.remove(long membershipRequestId) Removes the membership request with the primary key from the database.static MembershipRequestMembershipRequestUtil.remove(long membershipRequestId) Removes the membership request with the primary key from the database.