|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.MembershipRequestUtil
public class MembershipRequestUtil
The persistence utility for the membership request service.
Never modify this class directly. Modify service.xml and rerun ServiceBuilder to regnerate this class.
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()
Counts all the membership requests. |
static int |
countByG_S(long groupId,
int statusId)
Counts all the membership requests where groupId = ? and statusId = ?. |
static int |
countByGroupId(long groupId)
Counts all the membership requests where groupId = ?. |
static int |
countByUserId(long userId)
Counts all the membership requests where userId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static MembershipRequest |
create(long membershipRequestId)
Creates a new membership request with the primary key. |
static MembershipRequest |
fetchByPrimaryKey(long membershipRequestId)
Finds the membership request with the primary key or returns null if it could not be found. |
static List<MembershipRequest> |
findAll()
Finds all the membership requests. |
static List<MembershipRequest> |
findAll(int start,
int end)
Finds a range of all the membership requests. |
static List<MembershipRequest> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the membership requests. |
static MembershipRequest |
findByG_S_First(long groupId,
int statusId,
OrderByComparator orderByComparator)
Finds the first membership request in the ordered set where groupId = ? and statusId = ?. |
static MembershipRequest |
findByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds all the membership requests where groupId = ? and statusId = ?. |
static List<MembershipRequest> |
findByG_S(long groupId,
int statusId,
int start,
int end)
Finds 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)
Finds an ordered range of all the membership requests where groupId = ? and statusId = ?. |
static MembershipRequest |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first membership request in the ordered set where groupId = ?. |
static MembershipRequest |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last membership request in the ordered set where groupId = ?. |
static MembershipRequest[] |
findByGroupId_PrevAndNext(long membershipRequestId,
long groupId,
OrderByComparator orderByComparator)
Finds the membership requests before and after the current membership request in the ordered set where groupId = ?. |
static List<MembershipRequest> |
findByGroupId(long groupId)
Finds all the membership requests where groupId = ?. |
static List<MembershipRequest> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the membership requests where groupId = ?. |
static List<MembershipRequest> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the membership requests where groupId = ?. |
static MembershipRequest |
findByPrimaryKey(long membershipRequestId)
Finds 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)
Finds the first membership request in the ordered set where userId = ?. |
static MembershipRequest |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last membership request in the ordered set where userId = ?. |
static MembershipRequest[] |
findByUserId_PrevAndNext(long membershipRequestId,
long userId,
OrderByComparator orderByComparator)
Finds the membership requests before and after the current membership request in the ordered set where userId = ?. |
static List<MembershipRequest> |
findByUserId(long userId)
Finds all the membership requests where userId = ?. |
static List<MembershipRequest> |
findByUserId(long userId,
int start,
int end)
Finds a range of all the membership requests where userId = ?. |
static List<MembershipRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 MembershipRequest |
remove(MembershipRequest membershipRequest)
|
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 |
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)
|
static MembershipRequest |
update(MembershipRequest membershipRequest,
boolean merge)
|
static MembershipRequest |
update(MembershipRequest membershipRequest,
boolean merge,
ServiceContext serviceContext)
|
static MembershipRequest |
updateImpl(MembershipRequest membershipRequest,
boolean merge)
|
| 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 long countWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<MembershipRequest> findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemExceptionBasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static MembershipRequest remove(MembershipRequest membershipRequest)
throws SystemException
SystemExceptionBasePersistence.remove(com.liferay.portal.model.BaseModel)
public static MembershipRequest update(MembershipRequest membershipRequest,
boolean merge)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static MembershipRequest update(MembershipRequest membershipRequest,
boolean merge,
ServiceContext serviceContext)
throws SystemException
SystemExceptionBasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)public static void cacheResult(MembershipRequest membershipRequest)
membershipRequest - the membership request to cachepublic static void cacheResult(List<MembershipRequest> membershipRequests)
membershipRequests - the membership requests to cachepublic 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 to remove
NoSuchMembershipRequestException - if a membership request with the primary key could not be found
SystemException - if a system exception occurred
public static MembershipRequest updateImpl(MembershipRequest membershipRequest,
boolean merge)
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 to find
NoSuchMembershipRequestException - if a membership request with the primary key could not be found
SystemException - if a system exception occurred
public static MembershipRequest fetchByPrimaryKey(long membershipRequestId)
throws SystemException
null if it could not be found.
membershipRequestId - the primary key of the membership request to find
null if a membership request with the primary key could not be found
SystemException - if a system exception occurred
public static List<MembershipRequest> findByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public 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.
groupId - the group id to search withstart - the lower bound of the range of membership requests to returnend - the upper bound of the range of membership requests to return (not inclusive)
SystemException - if a system exception occurred
public 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.
groupId - the group id to search withstart - the lower bound of the range of membership requests to returnend - the upper bound of the range of membership requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static MembershipRequest findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a matching membership request could not be found
SystemException - if a system exception occurred
public static MembershipRequest findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
groupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a matching membership request could not be found
SystemException - if a system exception occurred
public static MembershipRequest[] findByGroupId_PrevAndNext(long membershipRequestId,
long groupId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
membershipRequestId - the primary key of the current membership requestgroupId - the group id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a membership request with the primary key could not be found
SystemException - if a system exception occurred
public static List<MembershipRequest> findByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
public 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.
userId - the user id to search withstart - the lower bound of the range of membership requests to returnend - the upper bound of the range of membership requests to return (not inclusive)
SystemException - if a system exception occurred
public 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.
userId - the user id to search withstart - the lower bound of the range of membership requests to returnend - the upper bound of the range of membership requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static MembershipRequest findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
userId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a matching membership request could not be found
SystemException - if a system exception occurred
public static MembershipRequest findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
userId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a matching membership request could not be found
SystemException - if a system exception occurred
public static MembershipRequest[] findByUserId_PrevAndNext(long membershipRequestId,
long userId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
membershipRequestId - the primary key of the current membership requestuserId - the user id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a membership request with the primary key could not be found
SystemException - if a system exception occurred
public static List<MembershipRequest> findByG_S(long groupId,
int statusId)
throws SystemException
groupId - the group id to search withstatusId - the status id to search with
SystemException - if a system exception occurred
public 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.
groupId - the group id to search withstatusId - the status id to search withstart - the lower bound of the range of membership requests to returnend - the upper bound of the range of membership requests to return (not inclusive)
SystemException - if a system exception occurred
public 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.
groupId - the group id to search withstatusId - the status id to search withstart - the lower bound of the range of membership requests to returnend - the upper bound of the range of membership requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static MembershipRequest findByG_S_First(long groupId,
int statusId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
groupId - the group id to search withstatusId - the status id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a matching membership request could not be found
SystemException - if a system exception occurred
public static MembershipRequest findByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
groupId - the group id to search withstatusId - the status id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a matching membership request could not be found
SystemException - if a system exception occurred
public static MembershipRequest[] findByG_S_PrevAndNext(long membershipRequestId,
long groupId,
int statusId,
OrderByComparator orderByComparator)
throws NoSuchMembershipRequestException,
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.
membershipRequestId - the primary key of the current membership requestgroupId - the group id to search withstatusId - the status id to search withorderByComparator - the comparator to order the set by
NoSuchMembershipRequestException - if a membership request with the primary key could not be found
SystemException - if a system exception occurred
public static List<MembershipRequest> findAll()
throws SystemException
SystemException - if a system exception occurred
public 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.
start - the lower bound of the range of membership requests to returnend - the upper bound of the range of membership requests to return (not inclusive)
SystemException - if a system exception occurred
public 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.
start - the lower bound of the range of membership requests to returnend - the upper bound of the range of membership requests to return (not inclusive)orderByComparator - the comparator to order the results by
SystemException - if a system exception occurred
public static void removeByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static void removeByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
public static void removeByG_S(long groupId,
int statusId)
throws SystemException
groupId - the group id to search withstatusId - the status id to search with
SystemException - if a system exception occurred
public static void removeAll()
throws SystemException
SystemException - if a system exception occurred
public static int countByGroupId(long groupId)
throws SystemException
groupId - the group id to search with
SystemException - if a system exception occurred
public static int countByUserId(long userId)
throws SystemException
userId - the user id to search with
SystemException - if a system exception occurred
public static int countByG_S(long groupId,
int statusId)
throws SystemException
groupId - the group id to search withstatusId - the status id to search with
SystemException - if a system exception occurred
public static int countAll()
throws SystemException
SystemException - if a system exception occurredpublic static MembershipRequestPersistence getPersistence()
public void setPersistence(MembershipRequestPersistence persistence)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||