|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MembershipRequestPersistence
The persistence interface for the membership request service.
Caching information and settings can be found in portal.properties
MembershipRequestPersistenceImpl,
MembershipRequestUtil| Method Summary | |
|---|---|
void |
cacheResult(List<MembershipRequest> membershipRequests)
Caches the membership requests in the entity cache if it is enabled. |
void |
cacheResult(MembershipRequest membershipRequest)
Caches the membership request in the entity cache if it is enabled. |
int |
countAll()
Returns the number of membership requests. |
int |
countByG_S(long groupId,
int statusId)
Returns the number of membership requests where groupId = ? and statusId = ?. |
int |
countByG_U_S(long groupId,
long userId,
int statusId)
Returns the number of membership requests where groupId = ? and userId = ? and statusId = ?. |
int |
countByGroupId(long groupId)
Returns the number of membership requests where groupId = ?. |
int |
countByUserId(long userId)
Returns the number of membership requests where userId = ?. |
MembershipRequest |
create(long membershipRequestId)
Creates a new membership request with the primary key. |
MembershipRequest |
fetchByPrimaryKey(long membershipRequestId)
Returns the membership request with the primary key or returns null if it could not be found. |
List<MembershipRequest> |
findAll()
Returns all the membership requests. |
List<MembershipRequest> |
findAll(int start,
int end)
Returns a range of all the membership requests. |
List<MembershipRequest> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests. |
MembershipRequest |
findByG_S_First(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ? and statusId = ?. |
MembershipRequest |
findByG_S_Last(long groupId,
int statusId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ? and statusId = ?. |
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 = ?. |
List<MembershipRequest> |
findByG_S(long groupId,
int statusId)
Returns all the membership requests where groupId = ? and statusId = ?. |
List<MembershipRequest> |
findByG_S(long groupId,
int statusId,
int start,
int end)
Returns a range of all the membership requests where groupId = ? and statusId = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
List<MembershipRequest> |
findByG_U_S(long groupId,
long userId,
int statusId)
Returns all the membership requests where groupId = ? and userId = ? and statusId = ?. |
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 = ?. |
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 = ?. |
MembershipRequest |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where groupId = ?. |
MembershipRequest |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where groupId = ?. |
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 = ?. |
List<MembershipRequest> |
findByGroupId(long groupId)
Returns all the membership requests where groupId = ?. |
List<MembershipRequest> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the membership requests where groupId = ?. |
List<MembershipRequest> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where groupId = ?. |
MembershipRequest |
findByPrimaryKey(long membershipRequestId)
Returns the membership request with the primary key or throws a NoSuchMembershipRequestException if it could not be found. |
MembershipRequest |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first membership request in the ordered set where userId = ?. |
MembershipRequest |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last membership request in the ordered set where userId = ?. |
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 = ?. |
List<MembershipRequest> |
findByUserId(long userId)
Returns all the membership requests where userId = ?. |
List<MembershipRequest> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the membership requests where userId = ?. |
List<MembershipRequest> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the membership requests where userId = ?. |
MembershipRequest |
remove(long membershipRequestId)
Removes the membership request with the primary key from the database. |
void |
removeAll()
Removes all the membership requests from the database. |
void |
removeByG_S(long groupId,
int statusId)
Removes all the membership requests where groupId = ? and statusId = ? from the database. |
void |
removeByG_U_S(long groupId,
long userId,
int statusId)
Removes all the membership requests where groupId = ? and userId = ? and statusId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the membership requests where groupId = ? from the database. |
void |
removeByUserId(long userId)
Removes all the membership requests where userId = ? from the database. |
MembershipRequest |
updateImpl(MembershipRequest membershipRequest,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update |
| Method Detail |
|---|
void cacheResult(MembershipRequest membershipRequest)
membershipRequest - the membership requestvoid cacheResult(List<MembershipRequest> membershipRequests)
membershipRequests - the membership requestsMembershipRequest create(long membershipRequestId)
membershipRequestId - the primary key for the new membership request
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 occurred
MembershipRequest updateImpl(MembershipRequest membershipRequest,
boolean merge)
throws SystemException
SystemException
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 occurred
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 occurred
List<MembershipRequest> findByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
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 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 occurred
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 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 occurred
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 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 occurred
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 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 occurred
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 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 occurred
List<MembershipRequest> findByUserId(long userId)
throws SystemException
userId - the user ID
SystemException - if a system exception occurred
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 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 occurred
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 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 occurred
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 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 occurred
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 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 occurred
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 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 occurred
List<MembershipRequest> findByG_S(long groupId,
int statusId)
throws SystemException
groupId - the group IDstatusId - the status ID
SystemException - if a system exception occurred
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 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 occurred
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 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 occurred
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 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 occurred
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 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 occurred
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 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 occurred
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 occurred
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.
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 occurred
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.
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 occurred
MembershipRequest findByG_U_S_First(long groupId,
long userId,
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 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 occurred
MembershipRequest findByG_U_S_Last(long groupId,
long userId,
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 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 occurred
MembershipRequest[] findByG_U_S_PrevAndNext(long membershipRequestId,
long groupId,
long userId,
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 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 occurred
List<MembershipRequest> findAll()
throws SystemException
SystemException - if a system exception occurred
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 requestsend - the upper bound of the range of membership requests (not inclusive)
SystemException - if a system exception occurred
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 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 occurred
void removeByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
void removeByUserId(long userId)
throws SystemException
userId - the user ID
SystemException - if a system exception occurred
void removeByG_S(long groupId,
int statusId)
throws SystemException
groupId - the group IDstatusId - the status ID
SystemException - if a system exception occurred
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 occurred
void removeAll()
throws SystemException
SystemException - if a system exception occurred
int countByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
int countByUserId(long userId)
throws SystemException
userId - the user ID
SystemException - if a system exception occurred
int countByG_S(long groupId,
int statusId)
throws SystemException
groupId - the group IDstatusId - the status ID
SystemException - if a system exception occurred
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 occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.1.0-ce-ga1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||