public class MembershipRequestUtil
extends java.lang.Object
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
MembershipRequestPersistence
Constructor and Description |
---|
MembershipRequestUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheResult(java.util.List<MembershipRequest> membershipRequests)
Caches the membership requests in the entity cache if it is enabled.
|
static void |
cacheResult(MembershipRequest membershipRequest)
Caches the membership request in the entity cache if it is enabled.
|
static void |
clearCache() |
static void |
clearCache(MembershipRequest membershipRequest) |
static int |
countAll()
Returns the number of membership requests.
|
static int |
countByG_S(long groupId,
long statusId)
Returns the number of membership requests where groupId = ? and statusId = ?.
|
static int |
countByG_U_S(long groupId,
long userId,
long statusId)
Returns the number of membership requests where groupId = ? and userId = ? and statusId = ?.
|
static int |
countByGroupId(long groupId)
Returns the number of membership requests where groupId = ?.
|
static int |
countByUserId(long userId)
Returns the number of membership requests where userId = ?.
|
static long |
countWithDynamicQuery(DynamicQuery dynamicQuery) |
static MembershipRequest |
create(long membershipRequestId)
Creates a new membership request with the primary key.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
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 = ?.
|
static MembershipRequest |
fetchByGroupId_First(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ?.
|
static MembershipRequest |
fetchByGroupId_Last(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where groupId = ?.
|
static MembershipRequest |
fetchByPrimaryKey(long membershipRequestId)
Returns the membership request with the primary key or returns
null if it could not be found. |
static java.util.Map<java.io.Serializable,MembershipRequest> |
fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys) |
static MembershipRequest |
fetchByUserId_First(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where userId = ?.
|
static MembershipRequest |
fetchByUserId_Last(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the last membership request in the ordered set where userId = ?.
|
static java.util.List<MembershipRequest> |
findAll()
Returns all the membership requests.
|
static java.util.List<MembershipRequest> |
findAll(int start,
int end)
Returns a range of all the membership requests.
|
static java.util.List<MembershipRequest> |
findAll(int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests.
|
static java.util.List<MembershipRequest> |
findAll(int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the membership requests.
|
static MembershipRequest |
findByG_S_First(long groupId,
long statusId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?.
|
static MembershipRequest |
findByG_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 java.util.List<MembershipRequest> |
findByG_S(long groupId,
long statusId)
Returns all the membership requests where groupId = ? and statusId = ?.
|
static java.util.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 java.util.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 java.util.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 MembershipRequest |
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 MembershipRequest |
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 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 java.util.List<MembershipRequest> |
findByG_U_S(long groupId,
long userId,
long statusId)
Returns all the membership requests where groupId = ? and userId = ? and statusId = ?.
|
static java.util.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 java.util.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 java.util.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 MembershipRequest |
findByGroupId_First(long groupId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where groupId = ?.
|
static MembershipRequest |
findByGroupId_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 java.util.List<MembershipRequest> |
findByGroupId(long groupId)
Returns all the membership requests where groupId = ?.
|
static java.util.List<MembershipRequest> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the membership requests where groupId = ?.
|
static java.util.List<MembershipRequest> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where groupId = ?.
|
static java.util.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 MembershipRequest |
findByPrimaryKey(long membershipRequestId)
Returns the membership request with the primary key or throws a
NoSuchMembershipRequestException if it could not be found. |
static MembershipRequest |
findByUserId_First(long userId,
OrderByComparator<MembershipRequest> orderByComparator)
Returns the first membership request in the ordered set where userId = ?.
|
static MembershipRequest |
findByUserId_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 java.util.List<MembershipRequest> |
findByUserId(long userId)
Returns all the membership requests where userId = ?.
|
static java.util.List<MembershipRequest> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the membership requests where userId = ?.
|
static java.util.List<MembershipRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator)
Returns an ordered range of all the membership requests where userId = ?.
|
static java.util.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 java.util.List<MembershipRequest> |
findWithDynamicQuery(DynamicQuery dynamicQuery) |
static java.util.List<MembershipRequest> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static java.util.List<MembershipRequest> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<MembershipRequest> orderByComparator) |
static MembershipRequestPersistence |
getPersistence() |
static MembershipRequest |
remove(long membershipRequestId)
Removes the membership request with the primary key from the database.
|
static void |
removeAll()
Removes all the membership requests from the database.
|
static void |
removeByG_S(long groupId,
long statusId)
Removes all the membership requests where groupId = ? and statusId = ? from the database.
|
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.
|
static void |
removeByGroupId(long groupId)
Removes all the membership requests where groupId = ? from the database.
|
static void |
removeByUserId(long userId)
Removes all the membership requests where userId = ? from the database.
|
static MembershipRequest |
update(MembershipRequest membershipRequest) |
static MembershipRequest |
update(MembershipRequest membershipRequest,
ServiceContext serviceContext) |
static MembershipRequest |
updateImpl(MembershipRequest membershipRequest) |
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(MembershipRequest membershipRequest)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery)
public static java.util.Map<java.io.Serializable,MembershipRequest> fetchByPrimaryKeys(java.util.Set<java.io.Serializable> primaryKeys)
BasePersistence.fetchByPrimaryKeys(Set)
public static java.util.List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery)
public static java.util.List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
public static java.util.List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
public static MembershipRequest update(MembershipRequest membershipRequest)
public static MembershipRequest update(MembershipRequest membershipRequest, ServiceContext serviceContext)
public static java.util.List<MembershipRequest> findByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<MembershipRequest> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
groupId
- the group IDstart
- the lower bound of the range of membership requestsend
- the upper bound of the range of membership requests (not inclusive)public static java.util.List<MembershipRequest> findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)public static java.util.List<MembershipRequest> findByGroupId(long groupId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static MembershipRequest findByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a matching membership request could not be foundpublic static MembershipRequest fetchByGroupId_First(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching membership request could not be foundpublic static MembershipRequest findByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a matching membership request could not be foundpublic static MembershipRequest fetchByGroupId_Last(long groupId, OrderByComparator<MembershipRequest> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching membership request could not be foundpublic static MembershipRequest[] findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
membershipRequestId
- the primary key of the current membership requestgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a membership request with the primary key could not be foundpublic static void removeByGroupId(long groupId)
groupId
- the group IDpublic static int countByGroupId(long groupId)
groupId
- the group IDpublic static java.util.List<MembershipRequest> findByUserId(long userId)
userId
- the user IDpublic static java.util.List<MembershipRequest> findByUserId(long userId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
userId
- the user IDstart
- the lower bound of the range of membership requestsend
- the upper bound of the range of membership requests (not inclusive)public static java.util.List<MembershipRequest> findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)public static java.util.List<MembershipRequest> findByUserId(long userId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static MembershipRequest findByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a matching membership request could not be foundpublic static MembershipRequest fetchByUserId_First(long userId, OrderByComparator<MembershipRequest> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching membership request could not be foundpublic static MembershipRequest findByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a matching membership request could not be foundpublic static MembershipRequest fetchByUserId_Last(long userId, OrderByComparator<MembershipRequest> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching membership request could not be foundpublic static MembershipRequest[] findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
membershipRequestId
- the primary key of the current membership requestuserId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a membership request with the primary key could not be foundpublic static void removeByUserId(long userId)
userId
- the user IDpublic static int countByUserId(long userId)
userId
- the user IDpublic static java.util.List<MembershipRequest> findByG_S(long groupId, long statusId)
groupId
- the group IDstatusId
- the status IDpublic static java.util.List<MembershipRequest> findByG_S(long groupId, long statusId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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)public static java.util.List<MembershipRequest> findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)public static java.util.List<MembershipRequest> findByG_S(long groupId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static MembershipRequest findByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
groupId
- the group IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a matching membership request could not be foundpublic static MembershipRequest fetchByG_S_First(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
groupId
- the group IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching membership request could not be foundpublic static MembershipRequest findByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
groupId
- the group IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a matching membership request could not be foundpublic static MembershipRequest fetchByG_S_Last(long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
groupId
- the group IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching membership request could not be foundpublic static MembershipRequest[] findByG_S_PrevAndNext(long membershipRequestId, long groupId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
membershipRequestId
- the primary key of the current membership requestgroupId
- the group IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a membership request with the primary key could not be foundpublic static void removeByG_S(long groupId, long statusId)
groupId
- the group IDstatusId
- the status IDpublic static int countByG_S(long groupId, long statusId)
groupId
- the group IDstatusId
- the status IDpublic static java.util.List<MembershipRequest> findByG_U_S(long groupId, long userId, long statusId)
groupId
- the group IDuserId
- the user IDstatusId
- the status IDpublic static java.util.List<MembershipRequest> findByG_U_S(long groupId, long userId, long statusId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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)public static java.util.List<MembershipRequest> findByG_U_S(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)public static java.util.List<MembershipRequest> findByG_U_S(long groupId, long userId, long statusId, int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static MembershipRequest findByG_U_S_First(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
groupId
- the group IDuserId
- the user IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a matching membership request could not be foundpublic static MembershipRequest fetchByG_U_S_First(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
groupId
- the group IDuserId
- the user IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching membership request could not be foundpublic static MembershipRequest findByG_U_S_Last(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
groupId
- the group IDuserId
- the user IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchMembershipRequestException
- if a matching membership request could not be foundpublic static MembershipRequest fetchByG_U_S_Last(long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator)
groupId
- the group IDuserId
- the user IDstatusId
- the status IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching membership request could not be foundpublic static MembershipRequest[] findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, long statusId, OrderByComparator<MembershipRequest> orderByComparator) throws NoSuchMembershipRequestException
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 (optionally null
)NoSuchMembershipRequestException
- if a membership request with the primary key could not be foundpublic static void removeByG_U_S(long groupId, long userId, long statusId)
groupId
- the group IDuserId
- the user IDstatusId
- the status IDpublic static int countByG_U_S(long groupId, long userId, long statusId)
groupId
- the group IDuserId
- the user IDstatusId
- the status IDpublic static void cacheResult(MembershipRequest membershipRequest)
membershipRequest
- the membership requestpublic static void cacheResult(java.util.List<MembershipRequest> membershipRequests)
membershipRequests
- the membership requestspublic static MembershipRequest create(long membershipRequestId)
membershipRequestId
- the primary key for the new membership requestpublic static MembershipRequest remove(long membershipRequestId) throws NoSuchMembershipRequestException
membershipRequestId
- the primary key of the membership requestNoSuchMembershipRequestException
- if a membership request with the primary key could not be foundpublic static MembershipRequest updateImpl(MembershipRequest membershipRequest)
public static MembershipRequest findByPrimaryKey(long membershipRequestId) throws NoSuchMembershipRequestException
NoSuchMembershipRequestException
if it could not be found.membershipRequestId
- the primary key of the membership requestNoSuchMembershipRequestException
- if a membership request with the primary key could not be foundpublic static MembershipRequest fetchByPrimaryKey(long membershipRequestId)
null
if it could not be found.membershipRequestId
- the primary key of the membership requestnull
if a membership request with the primary key could not be foundpublic static java.util.List<MembershipRequest> findAll()
public static java.util.List<MembershipRequest> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
start
- the lower bound of the range of membership requestsend
- the upper bound of the range of membership requests (not inclusive)public static java.util.List<MembershipRequest> findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)public static java.util.List<MembershipRequest> findAll(int start, int end, OrderByComparator<MembershipRequest> orderByComparator, boolean useFinderCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent, then the query will include the default ORDER BY logic from MembershipRequestModelImpl
.
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 (optionally null
)useFinderCache
- whether to use the finder cachepublic static void removeAll()
public static int countAll()
public static MembershipRequestPersistence getPersistence()