|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.service.persistence.MembershipRequestUtil
@ProviderType public class MembershipRequestUtil
The persistence utility for the membership request service. This utility wraps 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
,
MembershipRequestPersistenceImpl
Constructor Summary | |
---|---|
MembershipRequestUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(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,
int statusId)
Returns the number of membership requests where groupId = ? and statusId = ?. |
static int |
countByG_U_S(long groupId,
long userId,
int 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,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest |
fetchByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest |
fetchByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator 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,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and userId = ? and statusId = ?. |
static MembershipRequest |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
static MembershipRequest |
fetchByGroupId_Last(long groupId,
OrderByComparator 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 MembershipRequest |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
static MembershipRequest |
fetchByUserId_Last(long userId,
OrderByComparator 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 orderByComparator)
Returns an ordered range of all the membership requests. |
static MembershipRequest |
findByG_S_First(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest |
findByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest[] |
findByG_S_PrevAndNext(long membershipRequestId,
long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ? and statusId = ?. |
static List<MembershipRequest> |
findByG_S(long groupId,
int statusId)
Returns all the membership requests where groupId = ? and statusId = ?. |
static List<MembershipRequest> |
findByG_S(long groupId,
int statusId,
int start,
int end)
Returns a range of all the membership requests where groupId = ? and statusId = ?. |
static List<MembershipRequest> |
findByG_S(long groupId,
int statusId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and statusId = ?. |
static MembershipRequest |
findByG_U_S_First(long groupId,
long userId,
int statusId,
OrderByComparator 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,
int statusId,
OrderByComparator 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,
int statusId,
OrderByComparator 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> |
findByG_U_S(long groupId,
long userId,
int statusId)
Returns all the membership requests where groupId = ? and userId = ? and statusId = ?. |
static List<MembershipRequest> |
findByG_U_S(long groupId,
long userId,
int 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,
int statusId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ? and userId = ? and statusId = ?. |
static MembershipRequest |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
static MembershipRequest |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
static MembershipRequest[] |
findByGroupId_PrevAndNext(long membershipRequestId,
long groupId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where groupId = ?. |
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 orderByComparator)
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 orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
static MembershipRequest |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
static MembershipRequest[] |
findByUserId_PrevAndNext(long membershipRequestId,
long userId,
OrderByComparator orderByComparator)
Returns the membership requests before and after the current membership request in the ordered set where userId = ?. |
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 orderByComparator)
Returns an ordered range of all the membership requests 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 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,
int statusId)
Removes all the membership requests where groupId = ? and statusId = ? from the database. |
static void |
removeByG_U_S(long groupId,
long userId,
int 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. |
void |
setPersistence(MembershipRequestPersistence persistence)
Deprecated. As of 6.2.0 |
static MembershipRequest |
update(MembershipRequest membershipRequest)
|
static MembershipRequest |
update(MembershipRequest membershipRequest,
ServiceContext serviceContext)
|
static MembershipRequest |
updateImpl(MembershipRequest membershipRequest)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MembershipRequestUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(MembershipRequest membershipRequest)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public static long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static MembershipRequest update(MembershipRequest membershipRequest) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel)
public static MembershipRequest update(MembershipRequest membershipRequest, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, ServiceContext)
public static List<MembershipRequest> findByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByGroupId(long groupId, int start, int end) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of membership requestsend
- the upper bound of the range of membership requests (not inclusive)
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)
SystemException
- if a system exception occurredpublic static MembershipRequest findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMembershipRequestException
- if a matching membership request could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching membership request could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMembershipRequestException
- if a matching membership request could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching membership request could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest[] findByGroupId_PrevAndNext(long membershipRequestId, long groupId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static int countByGroupId(long groupId) throws SystemException
groupId
- the group ID
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByUserId(long userId, int start, int end) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDstart
- the lower bound of the range of membership requestsend
- the upper bound of the range of membership requests (not inclusive)
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByUserId(long userId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)
SystemException
- if a system exception occurredpublic static MembershipRequest findByUserId_First(long userId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMembershipRequestException
- if a matching membership request could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching membership request could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest findByUserId_Last(long userId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchMembershipRequestException
- if a matching membership request could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching membership request could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest[] findByUserId_PrevAndNext(long membershipRequestId, long userId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static int countByUserId(long userId) throws SystemException
userId
- the user ID
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByG_S(long groupId, int statusId) throws SystemException
groupId
- the group IDstatusId
- the status ID
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByG_S(long groupId, int statusId, int start, int end) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByG_S(long groupId, int statusId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)
SystemException
- if a system exception occurredpublic static MembershipRequest findByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
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 found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByG_S_First(long groupId, int statusId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static MembershipRequest findByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
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 found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByG_S_Last(long groupId, int statusId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static MembershipRequest[] findByG_S_PrevAndNext(long membershipRequestId, long groupId, int statusId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByG_S(long groupId, int statusId) throws SystemException
groupId
- the group IDstatusId
- the status ID
SystemException
- if a system exception occurredpublic static int countByG_S(long groupId, int statusId) throws SystemException
groupId
- the group IDstatusId
- the status ID
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByG_U_S(long groupId, long userId, int statusId) throws SystemException
groupId
- the group IDuserId
- the user IDstatusId
- the status ID
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByG_U_S(long groupId, long userId, int statusId, int start, int end) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findByG_U_S(long groupId, long userId, int statusId, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)
SystemException
- if a system exception occurredpublic static MembershipRequest findByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
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 found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByG_U_S_First(long groupId, long userId, int statusId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static MembershipRequest findByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
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 found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByG_U_S_Last(long groupId, long userId, int statusId, OrderByComparator orderByComparator) throws SystemException
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 found
SystemException
- if a system exception occurredpublic static MembershipRequest[] findByG_U_S_PrevAndNext(long membershipRequestId, long groupId, long userId, int statusId, OrderByComparator orderByComparator) throws NoSuchMembershipRequestException, SystemException
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 found
SystemException
- if a system exception occurredpublic static void removeByG_U_S(long groupId, long userId, int statusId) throws SystemException
groupId
- the group IDuserId
- the user IDstatusId
- the status ID
SystemException
- if a system exception occurredpublic static int countByG_U_S(long groupId, long userId, int statusId) throws SystemException
groupId
- the group IDuserId
- the user IDstatusId
- the status ID
SystemException
- if a system exception occurredpublic static void cacheResult(MembershipRequest membershipRequest)
membershipRequest
- the membership requestpublic static void cacheResult(List<MembershipRequest> membershipRequests)
membershipRequests
- the membership requestspublic static MembershipRequest create(long membershipRequestId)
membershipRequestId
- the primary key for the new membership request
public static MembershipRequest remove(long membershipRequestId) throws NoSuchMembershipRequestException, SystemException
membershipRequestId
- the primary key of the membership request
NoSuchMembershipRequestException
- if a membership request with the primary key could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest updateImpl(MembershipRequest membershipRequest) throws SystemException
SystemException
public static MembershipRequest findByPrimaryKey(long membershipRequestId) throws NoSuchMembershipRequestException, SystemException
NoSuchMembershipRequestException
if it could not be found.
membershipRequestId
- the primary key of the membership request
NoSuchMembershipRequestException
- if a membership request with the primary key could not be found
SystemException
- if a system exception occurredpublic static MembershipRequest fetchByPrimaryKey(long membershipRequestId) throws SystemException
null
if it could not be found.
membershipRequestId
- the primary key of the membership request
null
if a membership request with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findAll(int start, int end) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of membership requestsend
- the upper bound of the range of membership requests (not inclusive)
SystemException
- if a system exception occurredpublic static List<MembershipRequest> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from MembershipRequestModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)
SystemException
- if a system exception occurredpublic static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static MembershipRequestPersistence getPersistence()
public void setPersistence(MembershipRequestPersistence persistence)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |