|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MBBanPersistence
The persistence interface for the message boards ban service.
Caching information and settings can be found in portal.properties
MBBanPersistenceImpl,
MBBanUtil| Method Summary | |
|---|---|
void |
cacheResult(List<MBBan> mbBans)
Caches the message boards bans in the entity cache if it is enabled. |
void |
cacheResult(MBBan mbBan)
Caches the message boards ban in the entity cache if it is enabled. |
int |
countAll()
Returns the number of message boards bans. |
int |
countByBanUserId(long banUserId)
Returns the number of message boards bans where banUserId = ?. |
int |
countByG_B(long groupId,
long banUserId)
Returns the number of message boards bans where groupId = ? and banUserId = ?. |
int |
countByGroupId(long groupId)
Returns the number of message boards bans where groupId = ?. |
int |
countByUserId(long userId)
Returns the number of message boards bans where userId = ?. |
MBBan |
create(long banId)
Creates a new message boards ban with the primary key. |
MBBan |
fetchByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
MBBan |
fetchByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
MBBan |
fetchByG_B(long groupId,
long banUserId)
Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found. |
MBBan |
fetchByG_B(long groupId,
long banUserId,
boolean retrieveFromCache)
Returns the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache. |
MBBan |
fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
MBBan |
fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
MBBan |
fetchByPrimaryKey(long banId)
Returns the message boards ban with the primary key or returns null if it could not be found. |
MBBan |
fetchByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
MBBan |
fetchByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
List<MBBan> |
findAll()
Returns all the message boards bans. |
List<MBBan> |
findAll(int start,
int end)
Returns a range of all the message boards bans. |
List<MBBan> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans. |
MBBan |
findByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?. |
MBBan |
findByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?. |
MBBan[] |
findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?. |
List<MBBan> |
findByBanUserId(long banUserId)
Returns all the message boards bans where banUserId = ?. |
List<MBBan> |
findByBanUserId(long banUserId,
int start,
int end)
Returns a range of all the message boards bans where banUserId = ?. |
List<MBBan> |
findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?. |
MBBan |
findByG_B(long groupId,
long banUserId)
Returns the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found. |
MBBan |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?. |
MBBan |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?. |
MBBan[] |
findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?. |
List<MBBan> |
findByGroupId(long groupId)
Returns all the message boards bans where groupId = ?. |
List<MBBan> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the message boards bans where groupId = ?. |
List<MBBan> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?. |
MBBan |
findByPrimaryKey(long banId)
Returns the message boards ban with the primary key or throws a NoSuchBanException if it could not be found. |
MBBan |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?. |
MBBan |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?. |
MBBan[] |
findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?. |
List<MBBan> |
findByUserId(long userId)
Returns all the message boards bans where userId = ?. |
List<MBBan> |
findByUserId(long userId,
int start,
int end)
Returns a range of all the message boards bans where userId = ?. |
List<MBBan> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?. |
MBBan |
remove(long banId)
Removes the message boards ban with the primary key from the database. |
void |
removeAll()
Removes all the message boards bans from the database. |
void |
removeByBanUserId(long banUserId)
Removes all the message boards bans where banUserId = ? from the database. |
MBBan |
removeByG_B(long groupId,
long banUserId)
Removes the message boards ban where groupId = ? and banUserId = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the message boards bans where groupId = ? from the database. |
void |
removeByUserId(long userId)
Removes all the message boards bans where userId = ? from the database. |
MBBan |
updateImpl(MBBan mbBan,
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(MBBan mbBan)
mbBan - the message boards banvoid cacheResult(List<MBBan> mbBans)
mbBans - the message boards bansMBBan create(long banId)
banId - the primary key for the new message boards ban
MBBan remove(long banId)
throws SystemException,
NoSuchBanException
banId - the primary key of the message boards ban
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred
MBBan updateImpl(MBBan mbBan,
boolean merge)
throws SystemException
SystemException
MBBan findByPrimaryKey(long banId)
throws SystemException,
NoSuchBanException
NoSuchBanException if it could not be found.
banId - the primary key of the message boards ban
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred
MBBan fetchByPrimaryKey(long banId)
throws SystemException
null if it could not be found.
banId - the primary key of the message boards ban
null if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred
List<MBBan> findByGroupId(long groupId)
throws SystemException
groupId - the group ID
SystemException - if a system exception occurred
List<MBBan> 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 message boards bansend - the upper bound of the range of message boards bans (not inclusive)
SystemException - if a system exception occurred
List<MBBan> 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 message boards bansend - the upper bound of the range of message boards bans (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MBBan findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan 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 message boards ban could not be found
SystemException - if a system exception occurred
MBBan findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
groupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan 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 message boards ban could not be found
SystemException - if a system exception occurred
MBBan[] findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
banId - the primary key of the current message boards bangroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred
List<MBBan> findByUserId(long userId)
throws SystemException
userId - the user ID
SystemException - if a system exception occurred
List<MBBan> 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 message boards bansend - the upper bound of the range of message boards bans (not inclusive)
SystemException - if a system exception occurred
List<MBBan> 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 message boards bansend - the upper bound of the range of message boards bans (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MBBan findByUserId_First(long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
userId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan 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 message boards ban could not be found
SystemException - if a system exception occurred
MBBan findByUserId_Last(long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
userId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan 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 message boards ban could not be found
SystemException - if a system exception occurred
MBBan[] findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
banId - the primary key of the current message boards banuserId - the user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred
List<MBBan> findByBanUserId(long banUserId)
throws SystemException
banUserId - the ban user ID
SystemException - if a system exception occurred
List<MBBan> findByBanUserId(long banUserId,
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.
banUserId - the ban user IDstart - the lower bound of the range of message boards bansend - the upper bound of the range of message boards bans (not inclusive)
SystemException - if a system exception occurred
List<MBBan> findByBanUserId(long banUserId,
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.
banUserId - the ban user IDstart - the lower bound of the range of message boards bansend - the upper bound of the range of message boards bans (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
SystemException - if a system exception occurred
MBBan findByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
banUserId - the ban user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan fetchByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
throws SystemException
banUserId - the ban user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan findByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
banUserId - the ban user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan fetchByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
throws SystemException
banUserId - the ban user IDorderByComparator - the comparator to order the set by (optionally null)
null if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan[] findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchBanException
banId - the primary key of the current message boards banbanUserId - the ban user IDorderByComparator - the comparator to order the set by (optionally null)
NoSuchBanException - if a message boards ban with the primary key could not be found
SystemException - if a system exception occurred
MBBan findByG_B(long groupId,
long banUserId)
throws SystemException,
NoSuchBanException
NoSuchBanException if it could not be found.
groupId - the group IDbanUserId - the ban user ID
NoSuchBanException - if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan fetchByG_B(long groupId,
long banUserId)
throws SystemException
null if it could not be found. Uses the finder cache.
groupId - the group IDbanUserId - the ban user ID
null if a matching message boards ban could not be found
SystemException - if a system exception occurred
MBBan fetchByG_B(long groupId,
long banUserId,
boolean retrieveFromCache)
throws SystemException
null if it could not be found, optionally using the finder cache.
groupId - the group IDbanUserId - the ban user IDretrieveFromCache - whether to use the finder cache
null if a matching message boards ban could not be found
SystemException - if a system exception occurred
List<MBBan> findAll()
throws SystemException
SystemException - if a system exception occurred
List<MBBan> 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 message boards bansend - the upper bound of the range of message boards bans (not inclusive)
SystemException - if a system exception occurred
List<MBBan> 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 message boards bansend - the upper bound of the range of message boards bans (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 removeByBanUserId(long banUserId)
throws SystemException
banUserId - the ban user ID
SystemException - if a system exception occurred
MBBan removeByG_B(long groupId,
long banUserId)
throws SystemException,
NoSuchBanException
groupId - the group IDbanUserId - the ban user ID
SystemException - if a system exception occurred
NoSuchBanException
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 countByBanUserId(long banUserId)
throws SystemException
banUserId - the ban user ID
SystemException - if a system exception occurred
int countByG_B(long groupId,
long banUserId)
throws SystemException
groupId - the group IDbanUserId - the ban user ID
SystemException - if a system exception occurred
int countAll()
throws SystemException
SystemException - if a system exception occurred
|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||