Class MembershipRequestUtil
com.liferay.portal.service.persistence.impl.MembershipRequestPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(MembershipRequest membershipRequest) Caches the membership request in the entity cache if it is enabled.static voidcacheResult(List<MembershipRequest> membershipRequests) Caches the membership requests in the entity cache if it is enabled.static voidstatic voidclearCache(MembershipRequest membershipRequest) static intcountAll()Returns the number of membership requests.static intcountByG_S(long groupId, long statusId) Returns the number of membership requests where groupId = ? and statusId = ?.static intcountByG_U_S(long groupId, long userId, long statusId) Returns the number of membership requests where groupId = ? and userId = ? and statusId = ?.static intcountByGroupId(long groupId) Returns the number of membership requests where groupId = ?.static intcountByUserId(long userId) Returns the number of membership requests where userId = ?.static longcountWithDynamicQuery(DynamicQuery dynamicQuery) static MembershipRequestcreate(long membershipRequestId) Creates a new membership request with the primary key.static MembershipRequestfetchByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequestfetchByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequestfetchByG_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 MembershipRequestfetchByG_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 MembershipRequestfetchByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.static MembershipRequestfetchByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.static MembershipRequestfetchByPrimaryKey(long membershipRequestId) Returns the membership request with the primary key or returnsnullif it could not be found.static Map<Serializable,MembershipRequest> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static MembershipRequestfetchByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.static MembershipRequestfetchByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.static List<MembershipRequest>findAll()Returns all the membership requests.static List<MembershipRequest>findAll(int start, int end) Returns a range of all the membership requests.static List<MembershipRequest>findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests.static List<MembershipRequest>findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests.static List<MembershipRequest>findByG_S(long groupId, long statusId) Returns all the membership requests where groupId = ? and statusId = ?.static List<MembershipRequest>findByG_S(long groupId, long statusId, int start, int end) Returns a range of all the membership requests where groupId = ? and statusId = ?.static List<MembershipRequest>findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.static List<MembershipRequest>findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.static MembershipRequestfindByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequestfindByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.static MembershipRequest[]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 List<MembershipRequest>findByG_U_S(long groupId, long userId, long statusId) Returns all the membership requests where groupId = ? and userId = ? and statusId = ?.static List<MembershipRequest>findByG_U_S(long groupId, long userId, long statusId, int start, int end) Returns a range of all the membership requests where groupId = ? and userId = ? and statusId = ?.static List<MembershipRequest>findByG_U_S(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.static List<MembershipRequest>findByG_U_S(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.static MembershipRequestfindByG_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 MembershipRequestfindByG_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 MembershipRequest[]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 List<MembershipRequest>findByGroupId(long groupId) Returns all the membership requests where groupId = ?.static List<MembershipRequest>findByGroupId(long groupId, int start, int end) Returns a range of all the membership requests where groupId = ?.static List<MembershipRequest>findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ?.static List<MembershipRequest>findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ?.static MembershipRequestfindByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.static MembershipRequestfindByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.static MembershipRequest[]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 MembershipRequestfindByPrimaryKey(long membershipRequestId) Returns the membership request with the primary key or throws aNoSuchMembershipRequestExceptionif it could not be found.static List<MembershipRequest>findByUserId(long userId) Returns all the membership requests where userId = ?.static List<MembershipRequest>findByUserId(long userId, int start, int end) Returns a range of all the membership requests where userId = ?.static List<MembershipRequest>findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where userId = ?.static List<MembershipRequest>findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where userId = ?.static MembershipRequestfindByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.static MembershipRequestfindByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.static MembershipRequest[]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 List<MembershipRequest>findWithDynamicQuery(DynamicQuery dynamicQuery) static List<MembershipRequest>findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) static List<MembershipRequest>findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) static MembershipRequestPersistencestatic MembershipRequestremove(long membershipRequestId) Removes the membership request with the primary key from the database.static voidRemoves all the membership requests from the database.static voidremoveByG_S(long groupId, long statusId) Removes all the membership requests where groupId = ? and statusId = ? from the database.static voidremoveByG_U_S(long groupId, long userId, long statusId) Removes all the membership requests where groupId = ? and userId = ? and statusId = ? from the database.static voidremoveByGroupId(long groupId) Removes all the membership requests where groupId = ? from the database.static voidremoveByUserId(long userId) Removes all the membership requests where userId = ? from the database.static voidsetPersistence(MembershipRequestPersistence persistence) static MembershipRequestupdate(MembershipRequest membershipRequest) static MembershipRequestupdate(MembershipRequest membershipRequest, ServiceContext serviceContext) static MembershipRequestupdateImpl(MembershipRequest membershipRequest)
-
Constructor Details
-
MembershipRequestUtil
public MembershipRequestUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
-
countWithDynamicQuery
-
fetchByPrimaryKeys
- See Also:
-
findWithDynamicQuery
-
findWithDynamicQuery
public static List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) -
findWithDynamicQuery
public static List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) -
update
-
update
public static MembershipRequest update(MembershipRequest membershipRequest, ServiceContext serviceContext) -
findByGroupId
Returns all the membership requests where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the matching membership requests
-
findByGroupId
Returns a range of all the membership requests where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)- Returns:
- the range of matching membership requests
-
findByGroupId
public static List<MembershipRequest> findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching membership requests
-
findByGroupId
public static List<MembershipRequest> findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching membership requests
-
findByGroupId_First
public static MembershipRequest findByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the first membership request in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching membership request
- Throws:
NoSuchMembershipRequestException- if a matching membership request could not be foundNoSuchMembershipRequestException
-
fetchByGroupId_First
public static MembershipRequest fetchByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching membership request, or
nullif a matching membership request could not be found
-
findByGroupId_Last
public static MembershipRequest findByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the last membership request in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching membership request
- Throws:
NoSuchMembershipRequestException- if a matching membership request could not be foundNoSuchMembershipRequestException
-
fetchByGroupId_Last
public static MembershipRequest fetchByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.- Parameters:
groupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching membership request, or
nullif a matching membership request could not be found
-
findByGroupId_PrevAndNext
public static MembershipRequest[] findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the membership requests before and after the current membership request in the ordered set where groupId = ?.- Parameters:
membershipRequestId- the primary key of the current membership requestgroupId- the group IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next membership request
- Throws:
NoSuchMembershipRequestException- if a membership request with the primary key could not be foundNoSuchMembershipRequestException
-
removeByGroupId
public static void removeByGroupId(long groupId) Removes all the membership requests where groupId = ? from the database.- Parameters:
groupId- the group ID
-
countByGroupId
public static int countByGroupId(long groupId) Returns the number of membership requests where groupId = ?.- Parameters:
groupId- the group ID- Returns:
- the number of matching membership requests
-
findByUserId
Returns all the membership requests where userId = ?.- Parameters:
userId- the user ID- Returns:
- the matching membership requests
-
findByUserId
Returns a range of all the membership requests where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)- Returns:
- the range of matching membership requests
-
findByUserId
public static List<MembershipRequest> findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching membership requests
-
findByUserId
public static List<MembershipRequest> findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where userId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
userId- the user IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching membership requests
-
findByUserId_First
public static MembershipRequest findByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the first membership request in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching membership request
- Throws:
NoSuchMembershipRequestException- if a matching membership request could not be foundNoSuchMembershipRequestException
-
fetchByUserId_First
public static MembershipRequest fetchByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching membership request, or
nullif a matching membership request could not be found
-
findByUserId_Last
public static MembershipRequest findByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the last membership request in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching membership request
- Throws:
NoSuchMembershipRequestException- if a matching membership request could not be foundNoSuchMembershipRequestException
-
fetchByUserId_Last
public static MembershipRequest fetchByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.- Parameters:
userId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching membership request, or
nullif a matching membership request could not be found
-
findByUserId_PrevAndNext
public static MembershipRequest[] findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the membership requests before and after the current membership request in the ordered set where userId = ?.- Parameters:
membershipRequestId- the primary key of the current membership requestuserId- the user IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next membership request
- Throws:
NoSuchMembershipRequestException- if a membership request with the primary key could not be foundNoSuchMembershipRequestException
-
removeByUserId
public static void removeByUserId(long userId) Removes all the membership requests where userId = ? from the database.- Parameters:
userId- the user ID
-
countByUserId
public static int countByUserId(long userId) Returns the number of membership requests where userId = ?.- Parameters:
userId- the user ID- Returns:
- the number of matching membership requests
-
findByG_S
Returns all the membership requests where groupId = ? and statusId = ?.- Parameters:
groupId- the group IDstatusId- the status ID- Returns:
- the matching membership requests
-
findByG_S
Returns a range of all the membership requests where groupId = ? and statusId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDstatusId- the status IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)- Returns:
- the range of matching membership requests
-
findByG_S
public static List<MembershipRequest> findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDstatusId- the status IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching membership requests
-
findByG_S
public static List<MembershipRequest> findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ? and statusId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDstatusId- the status IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching membership requests
-
findByG_S_First
public static MembershipRequest findByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the first membership request in the ordered set where groupId = ? and statusId = ?.- Parameters:
groupId- the group IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching membership request
- Throws:
NoSuchMembershipRequestException- if a matching membership request could not be foundNoSuchMembershipRequestException
-
fetchByG_S_First
public static MembershipRequest fetchByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.- Parameters:
groupId- the group IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching membership request, or
nullif a matching membership request could not be found
-
findByG_S_Last
public static MembershipRequest findByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the last membership request in the ordered set where groupId = ? and statusId = ?.- Parameters:
groupId- the group IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching membership request
- Throws:
NoSuchMembershipRequestException- if a matching membership request could not be foundNoSuchMembershipRequestException
-
fetchByG_S_Last
public static MembershipRequest fetchByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.- Parameters:
groupId- the group IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching membership request, or
nullif a matching membership request could not be found
-
findByG_S_PrevAndNext
public static MembershipRequest[] findByG_S_PrevAndNext(long membershipRequestId, long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?.- Parameters:
membershipRequestId- the primary key of the current membership requestgroupId- the group IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next membership request
- Throws:
NoSuchMembershipRequestException- if a membership request with the primary key could not be foundNoSuchMembershipRequestException
-
removeByG_S
public static void removeByG_S(long groupId, long statusId) Removes all the membership requests where groupId = ? and statusId = ? from the database.- Parameters:
groupId- the group IDstatusId- the status ID
-
countByG_S
public static int countByG_S(long groupId, long statusId) Returns the number of membership requests where groupId = ? and statusId = ?.- Parameters:
groupId- the group IDstatusId- the status ID- Returns:
- the number of matching membership requests
-
findByG_U_S
Returns all the membership requests where groupId = ? and userId = ? and statusId = ?.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status ID- Returns:
- the matching membership requests
-
findByG_U_S
public static List<MembershipRequest> findByG_U_S(long groupId, long userId, long statusId, int start, int end) Returns a range of all the membership requests where groupId = ? and userId = ? and statusId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)- Returns:
- the range of matching membership requests
-
findByG_U_S
public static List<MembershipRequest> findByG_U_S(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching membership requests
-
findByG_U_S
public static List<MembershipRequest> findByG_U_S(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status IDstart- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of matching membership requests
-
findByG_U_S_First
public static MembershipRequest findByG_U_S_First(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the first membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching membership request
- Throws:
NoSuchMembershipRequestException- if a matching membership request could not be foundNoSuchMembershipRequestException
-
fetchByG_U_S_First
public static MembershipRequest fetchByG_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 = ?.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching membership request, or
nullif a matching membership request could not be found
-
findByG_U_S_Last
public static MembershipRequest findByG_U_S_Last(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching membership request
- Throws:
NoSuchMembershipRequestException- if a matching membership request could not be foundNoSuchMembershipRequestException
-
fetchByG_U_S_Last
public static MembershipRequest fetchByG_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 = ?.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching membership request, or
nullif a matching membership request could not be found
-
findByG_U_S_PrevAndNext
public static MembershipRequest[] findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and userId = ? and statusId = ?.- Parameters:
membershipRequestId- the primary key of the current membership requestgroupId- the group IDuserId- the user IDstatusId- the status IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next membership request
- Throws:
NoSuchMembershipRequestException- if a membership request with the primary key could not be foundNoSuchMembershipRequestException
-
removeByG_U_S
public static void removeByG_U_S(long groupId, long userId, long statusId) Removes all the membership requests where groupId = ? and userId = ? and statusId = ? from the database.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status ID
-
countByG_U_S
public static int countByG_U_S(long groupId, long userId, long statusId) Returns the number of membership requests where groupId = ? and userId = ? and statusId = ?.- Parameters:
groupId- the group IDuserId- the user IDstatusId- the status ID- Returns:
- the number of matching membership requests
-
cacheResult
Caches the membership request in the entity cache if it is enabled.- Parameters:
membershipRequest- the membership request
-
cacheResult
Caches the membership requests in the entity cache if it is enabled.- Parameters:
membershipRequests- the membership requests
-
create
Creates a new membership request with the primary key. Does not add the membership request to the database.- Parameters:
membershipRequestId- the primary key for the new membership request- Returns:
- the new membership request
-
remove
public static MembershipRequest remove(long membershipRequestId) throws NoSuchMembershipRequestException Removes the membership request with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
membershipRequestId- the primary key of the membership request- Returns:
- the membership request that was removed
- Throws:
NoSuchMembershipRequestException- if a membership request with the primary key could not be foundNoSuchMembershipRequestException
-
updateImpl
-
findByPrimaryKey
public static MembershipRequest findByPrimaryKey(long membershipRequestId) throws NoSuchMembershipRequestException Returns the membership request with the primary key or throws aNoSuchMembershipRequestExceptionif it could not be found.- Parameters:
membershipRequestId- the primary key of the membership request- Returns:
- the membership request
- Throws:
NoSuchMembershipRequestException- if a membership request with the primary key could not be foundNoSuchMembershipRequestException
-
fetchByPrimaryKey
Returns the membership request with the primary key or returnsnullif it could not be found.- Parameters:
membershipRequestId- the primary key of the membership request- Returns:
- the membership request, or
nullif a membership request with the primary key could not be found
-
findAll
Returns all the membership requests.- Returns:
- the membership requests
-
findAll
Returns a range of all the membership requests.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
start- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)- Returns:
- the range of membership requests
-
findAll
public static List<MembershipRequest> findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
start- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of membership requests
-
findAll
public static List<MembershipRequest> findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromMembershipRequestModelImpl.- Parameters:
start- the lower bound of the range of membership requestsend- the upper bound of the range of membership requests (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of membership requests
-
removeAll
public static void removeAll()Removes all the membership requests from the database. -
countAll
public static int countAll()Returns the number of membership requests.- Returns:
- the number of membership requests
-
getPersistence
-
setPersistence
-