@ProviderType public interface MBBanPersistence extends BasePersistence<MBBan>
Caching information and settings can be found in portal.properties
MBBanPersistenceImpl
,
MBBanUtil
Modifier and Type | Method and Description |
---|---|
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 = ?.
|
int |
countByUuid_C(String uuid,
long companyId)
Returns the number of message boards bans where uuid = ? and companyId = ?.
|
int |
countByUUID_G(String uuid,
long groupId)
Returns the number of message boards bans where uuid = ? and groupId = ?.
|
int |
countByUuid(String uuid)
Returns the number of message boards bans where uuid = ?.
|
MBBan |
create(long banId)
Creates a new message boards ban with the primary key.
|
MBBan |
fetchByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
MBBan |
fetchByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
MBBan |
fetchByGroupId_Last(long groupId,
OrderByComparator<MBBan> 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. |
Map<Serializable,MBBan> |
fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
MBBan |
fetchByUserId_First(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
MBBan |
fetchByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
MBBan |
fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
|
MBBan |
fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
|
MBBan |
fetchByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?.
|
MBBan |
fetchByUUID_G(String uuid,
long groupId)
Returns the message boards ban where uuid = ? and groupId = ? or returns
null if it could not be found. |
MBBan |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the message boards ban where uuid = ? and groupId = ? or returns
null if it could not be found, optionally using the finder cache. |
MBBan |
fetchByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
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<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans.
|
List<MBBan> |
findAll(int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans.
|
MBBan |
findByBanUserId_First(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where banUserId = ?.
|
MBBan |
findByBanUserId_Last(long banUserId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where banUserId = ?.
|
MBBan[] |
findByBanUserId_PrevAndNext(long banId,
long banUserId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where banUserId = ?.
|
List<MBBan> |
findByBanUserId(long banUserId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where groupId = ?.
|
MBBan |
findByGroupId_Last(long groupId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where groupId = ?.
|
MBBan[] |
findByGroupId_PrevAndNext(long banId,
long groupId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where groupId = ?.
|
List<MBBan> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
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<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where userId = ?.
|
MBBan |
findByUserId_Last(long userId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where userId = ?.
|
MBBan[] |
findByUserId_PrevAndNext(long banId,
long userId,
OrderByComparator<MBBan> 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<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where userId = ?.
|
List<MBBan> |
findByUserId(long userId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where userId = ?.
|
MBBan |
findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.
|
MBBan |
findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.
|
MBBan[] |
findByUuid_C_PrevAndNext(long banId,
String uuid,
long companyId,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.
|
List<MBBan> |
findByUuid_C(String uuid,
long companyId)
Returns all the message boards bans where uuid = ? and companyId = ?.
|
List<MBBan> |
findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the message boards bans where uuid = ? and companyId = ?.
|
List<MBBan> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
|
List<MBBan> |
findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.
|
MBBan |
findByUuid_First(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the first message boards ban in the ordered set where uuid = ?.
|
MBBan |
findByUUID_G(String uuid,
long groupId)
Returns the message boards ban where uuid = ? and groupId = ? or throws a
NoSuchBanException if it could not be found. |
MBBan |
findByUuid_Last(String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the last message boards ban in the ordered set where uuid = ?.
|
MBBan[] |
findByUuid_PrevAndNext(long banId,
String uuid,
OrderByComparator<MBBan> orderByComparator)
Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.
|
List<MBBan> |
findByUuid(String uuid)
Returns all the message boards bans where uuid = ?.
|
List<MBBan> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the message boards bans where uuid = ?.
|
List<MBBan> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator)
Returns an ordered range of all the message boards bans where uuid = ?.
|
List<MBBan> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator<MBBan> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the message boards bans where uuid = ?.
|
Set<String> |
getBadColumnNames() |
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.
|
void |
removeByUuid_C(String uuid,
long companyId)
Removes all the message boards bans where uuid = ? and companyId = ? from the database.
|
MBBan |
removeByUUID_G(String uuid,
long groupId)
Removes the message boards ban where uuid = ? and groupId = ? from the database.
|
void |
removeByUuid(String uuid)
Removes all the message boards bans where uuid = ? from the database.
|
MBBan |
updateImpl(MBBan mbBan) |
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update
List<MBBan> findByUuid(String uuid)
uuid
- the uuidList<MBBan> findByUuid(String uuid, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of message boards bansend
- the upper bound of the range of message boards bans (not inclusive)List<MBBan> findByUuid(String uuid, int start, int end, OrderByComparator<MBBan> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- 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
)List<MBBan> findByUuid(String uuid, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- 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
)retrieveFromCache
- whether to retrieve from the finder cacheMBBan findByUuid_First(String uuid, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByUuid_First(String uuid, OrderByComparator<MBBan> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan findByUuid_Last(String uuid, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByUuid_Last(String uuid, OrderByComparator<MBBan> orderByComparator)
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan[] findByUuid_PrevAndNext(long banId, String uuid, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
banId
- the primary key of the current message boards banuuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a message boards ban with the primary key could not be foundvoid removeByUuid(String uuid)
uuid
- the uuidint countByUuid(String uuid)
uuid
- the uuidMBBan findByUUID_G(String uuid, long groupId) throws NoSuchBanException
NoSuchBanException
if it could not be found.uuid
- the uuidgroupId
- the group IDNoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByUUID_G(String uuid, long groupId)
null
if it could not be found. Uses the finder cache.uuid
- the uuidgroupId
- the group IDnull
if a matching message boards ban could not be foundMBBan fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.uuid
- the uuidgroupId
- the group IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching message boards ban could not be foundMBBan removeByUUID_G(String uuid, long groupId) throws NoSuchBanException
uuid
- the uuidgroupId
- the group IDNoSuchBanException
int countByUUID_G(String uuid, long groupId)
uuid
- the uuidgroupId
- the group IDList<MBBan> findByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<MBBan> findByUuid_C(String uuid, long companyId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards bansend
- the upper bound of the range of message boards bans (not inclusive)List<MBBan> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company 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
)List<MBBan> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidcompanyId
- the company 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
)retrieveFromCache
- whether to retrieve from the finder cacheMBBan findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBBan> orderByComparator)
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan[] findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
banId
- the primary key of the current message boards banuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a message boards ban with the primary key could not be foundvoid removeByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDint countByUuid_C(String uuid, long companyId)
uuid
- the uuidcompanyId
- the company IDList<MBBan> findByGroupId(long groupId)
groupId
- the group IDList<MBBan> findByGroupId(long groupId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of message boards bansend
- the upper bound of the range of message boards bans (not inclusive)List<MBBan> findByGroupId(long groupId, int start, int end, OrderByComparator<MBBan> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of 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
)List<MBBan> findByGroupId(long groupId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
groupId
- the group IDstart
- the lower bound of the range of 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
)retrieveFromCache
- whether to retrieve from the finder cacheMBBan findByGroupId_First(long groupId, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByGroupId_First(long groupId, OrderByComparator<MBBan> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan findByGroupId_Last(long groupId, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByGroupId_Last(long groupId, OrderByComparator<MBBan> orderByComparator)
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan[] findByGroupId_PrevAndNext(long banId, long groupId, OrderByComparator<MBBan> orderByComparator) throws 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 foundvoid removeByGroupId(long groupId)
groupId
- the group IDint countByGroupId(long groupId)
groupId
- the group IDList<MBBan> findByUserId(long userId)
userId
- the user IDList<MBBan> findByUserId(long userId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDstart
- the lower bound of the range of message boards bansend
- the upper bound of the range of message boards bans (not inclusive)List<MBBan> findByUserId(long userId, int start, int end, OrderByComparator<MBBan> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDstart
- the lower bound of the range of 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
)List<MBBan> findByUserId(long userId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
userId
- the user IDstart
- the lower bound of the range of 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
)retrieveFromCache
- whether to retrieve from the finder cacheMBBan findByUserId_First(long userId, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByUserId_First(long userId, OrderByComparator<MBBan> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan findByUserId_Last(long userId, OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)NoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByUserId_Last(long userId, OrderByComparator<MBBan> orderByComparator)
userId
- the user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan[] findByUserId_PrevAndNext(long banId, long userId, OrderByComparator<MBBan> orderByComparator) throws 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 foundvoid removeByUserId(long userId)
userId
- the user IDint countByUserId(long userId)
userId
- the user IDList<MBBan> findByBanUserId(long banUserId)
banUserId
- the ban user IDList<MBBan> findByBanUserId(long banUserId, int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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)List<MBBan> findByBanUserId(long banUserId, int start, int end, OrderByComparator<MBBan> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)List<MBBan> findByBanUserId(long banUserId, int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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
)retrieveFromCache
- whether to retrieve from the finder cacheMBBan findByBanUserId_First(long banUserId, OrderByComparator<MBBan> orderByComparator) throws 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 foundMBBan fetchByBanUserId_First(long banUserId, OrderByComparator<MBBan> orderByComparator)
banUserId
- the ban user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan findByBanUserId_Last(long banUserId, OrderByComparator<MBBan> orderByComparator) throws 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 foundMBBan fetchByBanUserId_Last(long banUserId, OrderByComparator<MBBan> orderByComparator)
banUserId
- the ban user IDorderByComparator
- the comparator to order the set by (optionally null
)null
if a matching message boards ban could not be foundMBBan[] findByBanUserId_PrevAndNext(long banId, long banUserId, OrderByComparator<MBBan> orderByComparator) throws 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 foundvoid removeByBanUserId(long banUserId)
banUserId
- the ban user IDint countByBanUserId(long banUserId)
banUserId
- the ban user IDMBBan findByG_B(long groupId, long banUserId) throws NoSuchBanException
NoSuchBanException
if it could not be found.groupId
- the group IDbanUserId
- the ban user IDNoSuchBanException
- if a matching message boards ban could not be foundMBBan fetchByG_B(long groupId, long banUserId)
null
if it could not be found. Uses the finder cache.groupId
- the group IDbanUserId
- the ban user IDnull
if a matching message boards ban could not be foundMBBan fetchByG_B(long groupId, long banUserId, boolean retrieveFromCache)
null
if it could not be found, optionally using the finder cache.groupId
- the group IDbanUserId
- the ban user IDretrieveFromCache
- whether to retrieve from the finder cachenull
if a matching message boards ban could not be foundMBBan removeByG_B(long groupId, long banUserId) throws NoSuchBanException
groupId
- the group IDbanUserId
- the ban user IDNoSuchBanException
int countByG_B(long groupId, long banUserId)
groupId
- the group IDbanUserId
- the ban user IDvoid 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 banMBBan remove(long banId) throws NoSuchBanException
banId
- the primary key of the message boards banNoSuchBanException
- if a message boards ban with the primary key could not be foundMBBan findByPrimaryKey(long banId) throws NoSuchBanException
NoSuchBanException
if it could not be found.banId
- the primary key of the message boards banNoSuchBanException
- if a message boards ban with the primary key could not be foundMBBan fetchByPrimaryKey(long banId)
null
if it could not be found.banId
- the primary key of the message boards bannull
if a message boards ban with the primary key could not be foundMap<Serializable,MBBan> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
fetchByPrimaryKeys
in interface BasePersistence<MBBan>
List<MBBan> findAll()
List<MBBan> findAll(int start, int end)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of message boards bansend
- the upper bound of the range of message boards bans (not inclusive)List<MBBan> findAll(int start, int end, OrderByComparator<MBBan> orderByComparator)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of 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
)List<MBBan> findAll(int start, int end, OrderByComparator<MBBan> orderByComparator, boolean retrieveFromCache)
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil#ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil#ALL_POS
), then the query will include the default ORDER BY logic from MBBanModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of 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
)retrieveFromCache
- whether to retrieve from the finder cachevoid removeAll()
int countAll()
Set<String> getBadColumnNames()
getBadColumnNames
in interface BasePersistence<MBBan>