|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.messageboards.service.persistence.MBBanUtil
public class MBBanUtil
The persistence utility for the message boards ban service. This utility wraps MBBanPersistenceImpl
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.
Never modify this class directly. Modify service.xml
and rerun ServiceBuilder to regenerate this class.
Caching information and settings can be found in portal.properties
MBBanPersistence
,
MBBanPersistenceImpl
Constructor Summary | |
---|---|
MBBanUtil()
|
Method Summary | |
---|---|
static void |
cacheResult(List<MBBan> mbBans)
Caches the message boards bans in the entity cache if it is enabled. |
static void |
cacheResult(MBBan mbBan)
Caches the message boards ban in the entity cache if it is enabled. |
static void |
clearCache()
|
static void |
clearCache(MBBan mbBan)
|
static int |
countAll()
Counts all the message boards bans. |
static int |
countByBanUserId(long banUserId)
Counts all the message boards bans where banUserId = ?. |
static int |
countByG_B(long groupId,
long banUserId)
Counts all the message boards bans where groupId = ? and banUserId = ?. |
static int |
countByGroupId(long groupId)
Counts all the message boards bans where groupId = ?. |
static int |
countByUserId(long userId)
Counts all the message boards bans where userId = ?. |
long |
countWithDynamicQuery(DynamicQuery dynamicQuery)
|
static MBBan |
create(long banId)
Creates a new message boards ban with the primary key. |
static MBBan |
fetchByG_B(long groupId,
long banUserId)
Finds the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found. |
static MBBan |
fetchByG_B(long groupId,
long banUserId,
boolean retrieveFromCache)
Finds the message boards ban where groupId = ? and banUserId = ? or returns null if it could not be found, optionally using the finder cache. |
static MBBan |
fetchByPrimaryKey(long banId)
Finds the message boards ban with the primary key or returns null if it could not be found. |
static List<MBBan> |
findAll()
Finds all the message boards bans. |
static List<MBBan> |
findAll(int start,
int end)
Finds a range of all the message boards bans. |
static List<MBBan> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards bans. |
static MBBan |
findByBanUserId_First(long banUserId,
OrderByComparator orderByComparator)
Finds the first message boards ban in the ordered set where banUserId = ?. |
static MBBan |
findByBanUserId_Last(long banUserId,
OrderByComparator orderByComparator)
Finds the last message boards ban in the ordered set where banUserId = ?. |
static MBBan[] |
findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator orderByComparator)
Finds the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?. |
static List<MBBan> |
findByBanUserId(long banUserId)
Finds all the message boards bans where banUserId = ?. |
static List<MBBan> |
findByBanUserId(long banUserId,
int start,
int end)
Finds a range of all the message boards bans where banUserId = ?. |
static List<MBBan> |
findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards bans where banUserId = ?. |
static MBBan |
findByG_B(long groupId,
long banUserId)
Finds the message boards ban where groupId = ? and banUserId = ? or throws a NoSuchBanException if it could not be found. |
static MBBan |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first message boards ban in the ordered set where groupId = ?. |
static MBBan |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last message boards ban in the ordered set where groupId = ?. |
static MBBan[] |
findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator orderByComparator)
Finds the message boards bans before and after the current message boards ban in the ordered set where groupId = ?. |
static List<MBBan> |
findByGroupId(long groupId)
Finds all the message boards bans where groupId = ?. |
static List<MBBan> |
findByGroupId(long groupId,
int start,
int end)
Finds a range of all the message boards bans where groupId = ?. |
static List<MBBan> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards bans where groupId = ?. |
static MBBan |
findByPrimaryKey(long banId)
Finds the message boards ban with the primary key or throws a NoSuchBanException if it could not be found. |
static MBBan |
findByUserId_First(long userId,
OrderByComparator orderByComparator)
Finds the first message boards ban in the ordered set where userId = ?. |
static MBBan |
findByUserId_Last(long userId,
OrderByComparator orderByComparator)
Finds the last message boards ban in the ordered set where userId = ?. |
static MBBan[] |
findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator orderByComparator)
Finds the message boards bans before and after the current message boards ban in the ordered set where userId = ?. |
static List<MBBan> |
findByUserId(long userId)
Finds all the message boards bans where userId = ?. |
static List<MBBan> |
findByUserId(long userId,
int start,
int end)
Finds a range of all the message boards bans where userId = ?. |
static List<MBBan> |
findByUserId(long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the message boards bans where userId = ?. |
static List<MBBan> |
findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<MBBan> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<MBBan> |
findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static MBBanPersistence |
getPersistence()
|
static MBBan |
remove(long banId)
Removes the message boards ban with the primary key from the database. |
static MBBan |
remove(MBBan mbBan)
|
static void |
removeAll()
Removes all the message boards bans from the database. |
static void |
removeByBanUserId(long banUserId)
Removes all the message boards bans where banUserId = ? from the database. |
static void |
removeByG_B(long groupId,
long banUserId)
Removes the message boards ban where groupId = ? and banUserId = ? from the database. |
static void |
removeByGroupId(long groupId)
Removes all the message boards bans where groupId = ? from the database. |
static void |
removeByUserId(long userId)
Removes all the message boards bans where userId = ? from the database. |
void |
setPersistence(MBBanPersistence persistence)
|
static MBBan |
update(MBBan mbBan,
boolean merge)
|
static MBBan |
update(MBBan mbBan,
boolean merge,
ServiceContext serviceContext)
|
static MBBan |
updateImpl(MBBan mbBan,
boolean merge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MBBanUtil()
Method Detail |
---|
public static void clearCache()
BasePersistence.clearCache()
public static void clearCache(MBBan mbBan)
BasePersistence.clearCache(com.liferay.portal.model.BaseModel)
public long countWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.countWithDynamicQuery(DynamicQuery)
public static List<MBBan> findWithDynamicQuery(DynamicQuery dynamicQuery) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery)
public static List<MBBan> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
public static List<MBBan> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
public static MBBan remove(MBBan mbBan) throws SystemException
SystemException
BasePersistence.remove(com.liferay.portal.model.BaseModel)
public static MBBan update(MBBan mbBan, boolean merge) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
public static MBBan update(MBBan mbBan, boolean merge, ServiceContext serviceContext) throws SystemException
SystemException
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean, ServiceContext)
public static void cacheResult(MBBan mbBan)
mbBan
- the message boards ban to cachepublic static void cacheResult(List<MBBan> mbBans)
mbBans
- the message boards bans to cachepublic static MBBan create(long banId)
banId
- the primary key for the new message boards ban
public static MBBan remove(long banId) throws SystemException, NoSuchBanException
banId
- the primary key of the message boards ban to remove
NoSuchBanException
- if a message boards ban with the primary key could not be found
SystemException
- if a system exception occurredpublic static MBBan updateImpl(MBBan mbBan, boolean merge) throws SystemException
SystemException
public static MBBan findByPrimaryKey(long banId) throws SystemException, NoSuchBanException
NoSuchBanException
if it could not be found.
banId
- the primary key of the message boards ban to find
NoSuchBanException
- if a message boards ban with the primary key could not be found
SystemException
- if a system exception occurredpublic static MBBan fetchByPrimaryKey(long banId) throws SystemException
null
if it could not be found.
banId
- the primary key of the message boards ban to find
null
if a message boards ban with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<MBBan> findByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static 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 id to search withstart
- the lower bound of the range of message boards bans to returnend
- the upper bound of the range of message boards bans to return (not inclusive)
SystemException
- if a system exception occurredpublic static 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 id to search withstart
- the lower bound of the range of message boards bans to returnend
- the upper bound of the range of message boards bans to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static MBBan findByGroupId_First(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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
NoSuchBanException
- if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static MBBan findByGroupId_Last(long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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
NoSuchBanException
- if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static MBBan[] findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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.
banId
- the primary key of the current message boards bangroupId
- the group id to search withorderByComparator
- the comparator to order the set by
NoSuchBanException
- if a message boards ban with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<MBBan> findByUserId(long userId) throws SystemException
userId
- the user id to search with
SystemException
- if a system exception occurredpublic static 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 id to search withstart
- the lower bound of the range of message boards bans to returnend
- the upper bound of the range of message boards bans to return (not inclusive)
SystemException
- if a system exception occurredpublic static 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 id to search withstart
- the lower bound of the range of message boards bans to returnend
- the upper bound of the range of message boards bans to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static MBBan findByUserId_First(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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
NoSuchBanException
- if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static MBBan findByUserId_Last(long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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
NoSuchBanException
- if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static MBBan[] findByUserId_PrevAndNext(long banId, long userId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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.
banId
- the primary key of the current message boards banuserId
- the user id to search withorderByComparator
- the comparator to order the set by
NoSuchBanException
- if a message boards ban with the primary key could not be found
SystemException
- if a system exception occurredpublic static List<MBBan> findByBanUserId(long banUserId) throws SystemException
banUserId
- the ban user id to search with
SystemException
- if a system exception occurredpublic static 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 id to search withstart
- the lower bound of the range of message boards bans to returnend
- the upper bound of the range of message boards bans to return (not inclusive)
SystemException
- if a system exception occurredpublic static 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 id to search withstart
- the lower bound of the range of message boards bans to returnend
- the upper bound of the range of message boards bans to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static MBBan findByBanUserId_First(long banUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchBanException
- if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static MBBan findByBanUserId_Last(long banUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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 id to search withorderByComparator
- the comparator to order the set by
NoSuchBanException
- if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static MBBan[] findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator orderByComparator) throws SystemException, NoSuchBanException
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.
banId
- the primary key of the current message boards banbanUserId
- the ban user id to search withorderByComparator
- the comparator to order the set by
NoSuchBanException
- if a message boards ban with the primary key could not be found
SystemException
- if a system exception occurredpublic static MBBan findByG_B(long groupId, long banUserId) throws SystemException, NoSuchBanException
NoSuchBanException
if it could not be found.
groupId
- the group id to search withbanUserId
- the ban user id to search with
NoSuchBanException
- if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static MBBan fetchByG_B(long groupId, long banUserId) throws SystemException
null
if it could not be found. Uses the finder cache.
groupId
- the group id to search withbanUserId
- the ban user id to search with
null
if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static 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 id to search withbanUserId
- the ban user id to search with
null
if a matching message boards ban could not be found
SystemException
- if a system exception occurredpublic static List<MBBan> findAll() throws SystemException
SystemException
- if a system exception occurredpublic static 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 bans to returnend
- the upper bound of the range of message boards bans to return (not inclusive)
SystemException
- if a system exception occurredpublic static 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 bans to returnend
- the upper bound of the range of message boards bans to return (not inclusive)orderByComparator
- the comparator to order the results by
SystemException
- if a system exception occurredpublic static void removeByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static void removeByUserId(long userId) throws SystemException
userId
- the user id to search with
SystemException
- if a system exception occurredpublic static void removeByBanUserId(long banUserId) throws SystemException
banUserId
- the ban user id to search with
SystemException
- if a system exception occurredpublic static void removeByG_B(long groupId, long banUserId) throws SystemException, NoSuchBanException
groupId
- the group id to search withbanUserId
- the ban user id to search with
SystemException
- if a system exception occurred
NoSuchBanException
public static void removeAll() throws SystemException
SystemException
- if a system exception occurredpublic static int countByGroupId(long groupId) throws SystemException
groupId
- the group id to search with
SystemException
- if a system exception occurredpublic static int countByUserId(long userId) throws SystemException
userId
- the user id to search with
SystemException
- if a system exception occurredpublic static int countByBanUserId(long banUserId) throws SystemException
banUserId
- the ban user id to search with
SystemException
- if a system exception occurredpublic static int countByG_B(long groupId, long banUserId) throws SystemException
groupId
- the group id to search withbanUserId
- the ban user id to search with
SystemException
- if a system exception occurredpublic static int countAll() throws SystemException
SystemException
- if a system exception occurredpublic static MBBanPersistence getPersistence()
public void setPersistence(MBBanPersistence persistence)
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |