Interface MembershipRequestPersistence
- All Superinterfaces:
BasePersistence<MembershipRequest>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(MembershipRequest membershipRequest) Caches the membership request in the entity cache if it is enabled.void
cacheResult
(List<MembershipRequest> membershipRequests) Caches the membership requests in the entity cache if it is enabled.int
countAll()
Returns the number of membership requests.int
countByG_S
(long groupId, long statusId) Returns the number of membership requests where groupId = ? and statusId = ?.int
countByG_U_S
(long groupId, long userId, long statusId) Returns the number of membership requests where groupId = ? and userId = ? and statusId = ?.int
countByGroupId
(long groupId) Returns the number of membership requests where groupId = ?.int
countByUserId
(long userId) Returns the number of membership requests where userId = ?.create
(long membershipRequestId) Creates a new membership request with the primary key.fetchByG_S_First
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.fetchByG_S_Last
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.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 = ?.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 = ?.fetchByGroupId_First
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.fetchByPrimaryKey
(long membershipRequestId) Returns the membership request with the primary key or returnsnull
if it could not be found.fetchByUserId_First
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.fetchByUserId_Last
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.findAll()
Returns all the membership requests.findAll
(int start, int end) Returns a range of all the membership requests.findAll
(int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests.findAll
(int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests.findByG_S
(long groupId, long statusId) Returns all the membership requests where groupId = ? and statusId = ?.findByG_S
(long groupId, long statusId, int start, int end) Returns a range of all the membership requests where groupId = ? and statusId = ?.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 = ?.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 = ?.findByG_S_First
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ? and statusId = ?.findByG_S_Last
(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ? and statusId = ?.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 = ?.findByG_U_S
(long groupId, long userId, long statusId) Returns all the membership requests where groupId = ? and userId = ? and statusId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.findByGroupId
(long groupId) Returns all the membership requests where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the membership requests where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where groupId = ?.findByGroupId
(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where groupId = ?.findByGroupId_First
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where groupId = ?.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 = ?.findByPrimaryKey
(long membershipRequestId) Returns the membership request with the primary key or throws aNoSuchMembershipRequestException
if it could not be found.findByUserId
(long userId) Returns all the membership requests where userId = ?.findByUserId
(long userId, int start, int end) Returns a range of all the membership requests where userId = ?.findByUserId
(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator) Returns an ordered range of all the membership requests where userId = ?.findByUserId
(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache) Returns an ordered range of all the membership requests where userId = ?.findByUserId_First
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the first membership request in the ordered set where userId = ?.findByUserId_Last
(long userId, OrderByComparator<MembershipRequest> orderByComparator) Returns the last membership request in the ordered set where userId = ?.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 = ?.remove
(long membershipRequestId) Removes the membership request with the primary key from the database.void
Removes all the membership requests from the database.void
removeByG_S
(long groupId, long statusId) Removes all the membership requests where groupId = ? and statusId = ? from the database.void
removeByG_U_S
(long groupId, long userId, long statusId) Removes all the membership requests where groupId = ? and userId = ? and statusId = ? from the database.void
removeByGroupId
(long groupId) Removes all the membership requests where groupId = ? from the database.void
removeByUserId
(long userId) Removes all the membership requests where userId = ? from the database.updateImpl
(MembershipRequest membershipRequest) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 found
-
fetchByGroupId_First
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
null
if a matching membership request could not be found
-
findByGroupId_Last
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 found
-
fetchByGroupId_Last
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
null
if a matching membership request could not be found
-
findByGroupId_PrevAndNext
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 found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the membership requests where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 found
-
fetchByUserId_First
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
null
if a matching membership request could not be found
-
findByUserId_Last
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 found
-
fetchByUserId_Last
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
null
if a matching membership request could not be found
-
findByUserId_PrevAndNext
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 found
-
removeByUserId
void removeByUserId(long userId) Removes all the membership requests where userId = ? from the database.- Parameters:
userId
- the user ID
-
countByUserId
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 found
-
fetchByG_S_First
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
null
if a matching membership request could not be found
-
findByG_S_Last
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 found
-
fetchByG_S_Last
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
null
if a matching membership request could not be found
-
findByG_S_PrevAndNext
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 found
-
removeByG_S
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
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
Returns a range of all the membership requests where groupId = ? and userId = ? and statusId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 found
-
fetchByG_U_S_First
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
null
if a matching membership request could not be found
-
findByG_U_S_Last
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 found
-
fetchByG_U_S_Last
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
null
if a matching membership request could not be found
-
findByG_U_S_PrevAndNext
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 found
-
removeByG_U_S
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
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
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 found
-
updateImpl
-
findByPrimaryKey
MembershipRequest findByPrimaryKey(long membershipRequestId) throws NoSuchMembershipRequestException Returns the membership request with the primary key or throws aNoSuchMembershipRequestException
if 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 found
-
fetchByPrimaryKey
Returns the membership request with the primary key or returnsnull
if it could not be found.- Parameters:
membershipRequestId
- the primary key of the membership request- Returns:
- the membership request, or
null
if a membership request with the primary key could not be found
-
findAll
List<MembershipRequest> 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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
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 - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is 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
void removeAll()Removes all the membership requests from the database. -
countAll
int countAll()Returns the number of membership requests.- Returns:
- the number of membership requests
-