Interface MBBanPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<MBBan>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<MBBan>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(MBBan mbBan) Caches the message boards ban in the entity cache if it is enabled.void
cacheResult
(List<MBBan> mbBans) Caches the message boards bans 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
(String uuid) Returns the number of message boards bans where uuid = ?.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 = ?.create
(long banId) Creates a new message boards ban with the primary key.fetchByBanUserId_First
(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where banUserId = ?.fetchByBanUserId_Last
(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where banUserId = ?.fetchByG_B
(long groupId, long banUserId) Returns the message boards ban where groupId = ? and banUserId = ? or returnsnull
if it could not be found.fetchByG_B
(long groupId, long banUserId, boolean useFinderCache) Returns the message boards ban where groupId = ? and banUserId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where groupId = ?.fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where groupId = ?.fetchByPrimaryKey
(long banId) Returns the message boards ban with the primary key or returnsnull
if it could not be found.fetchByUserId_First
(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where userId = ?.fetchByUserId_Last
(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where userId = ?.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the message boards ban where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the message boards ban where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where uuid = ?.findAll()
Returns all the message boards bans.findAll
(int start, int end) Returns a range of all the message boards bans.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans.findByBanUserId
(long banUserId) Returns all the message boards bans where banUserId = ?.findByBanUserId
(long banUserId, int start, int end) Returns a range of all the message boards bans where banUserId = ?.findByBanUserId
(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where banUserId = ?.findByBanUserId
(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where banUserId = ?.findByBanUserId_First
(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where banUserId = ?.findByBanUserId_Last
(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where banUserId = ?.MBBan[]
findByBanUserId_PrevAndNext
(long banId, long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.findByG_B
(long groupId, long banUserId) Returns the message boards ban where groupId = ? and banUserId = ? or throws aNoSuchBanException
if it could not be found.findByGroupId
(long groupId) Returns all the message boards bans where groupId = ?.findByGroupId
(long groupId, int start, int end) Returns a range of all the message boards bans where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where groupId = ?.findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where groupId = ?.findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where groupId = ?.findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where groupId = ?.MBBan[]
findByGroupId_PrevAndNext
(long banId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.findByPrimaryKey
(long banId) Returns the message boards ban with the primary key or throws aNoSuchBanException
if it could not be found.findByUserId
(long userId) Returns all the message boards bans where userId = ?.findByUserId
(long userId, int start, int end) Returns a range of all the message boards bans where userId = ?.findByUserId
(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where userId = ?.findByUserId
(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where userId = ?.findByUserId_First
(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where userId = ?.findByUserId_Last
(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where userId = ?.MBBan[]
findByUserId_PrevAndNext
(long banId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.findByUuid
(String uuid) Returns all the message boards bans where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the message boards bans where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the message boards bans where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the message boards bans where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.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, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the message boards ban where uuid = ? and groupId = ? or throws aNoSuchBanException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where uuid = ?.MBBan[]
findByUuid_PrevAndNext
(long banId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.remove
(long banId) Removes the message boards ban with the primary key from the database.void
Removes all the message boards bans from the database.void
removeByBanUserId
(long banUserId) Removes all the message boards bans where banUserId = ? from the database.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
(String uuid) Removes all the message boards bans where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the message boards bans where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the message boards ban where uuid = ? and groupId = ? from the database.updateImpl
(MBBan mbBan) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the message boards bans where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching message boards bans
-
findByUuid
Returns a range of all the message boards bans where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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)- Returns:
- the range of matching message boards bans
-
findByUuid
List<MBBan> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching message boards bans
-
findByUuid
List<MBBan> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where uuid = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching message boards bans
-
findByUuid_First
MBBan findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the first message boards ban in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByUuid_First
MBBan fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByUuid_Last
MBBan findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the last message boards ban in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByUuid_Last
MBBan fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByUuid_PrevAndNext
MBBan[] findByUuid_PrevAndNext(long banId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ?.- Parameters:
banId
- the primary key of the current message boards banuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards ban
- Throws:
NoSuchBanException
- if a message boards ban with the primary key could not be found
-
removeByUuid
Removes all the message boards bans where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of message boards bans where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching message boards bans
-
findByUUID_G
Returns the message boards ban where uuid = ? and groupId = ? or throws aNoSuchBanException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByUUID_G
Returns the message boards ban where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching message boards ban, or
null
if a matching message boards ban could not be found
-
fetchByUUID_G
Returns the message boards ban where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching message boards ban, or
null
if a matching message boards ban could not be found
-
removeByUUID_G
Removes the message boards ban where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the message boards ban that was removed
- Throws:
NoSuchBanException
-
countByUUID_G
Returns the number of message boards bans where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching message boards bans
-
findByUuid_C
Returns all the message boards bans where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching message boards bans
-
findByUuid_C
Returns a range of all the message boards bans where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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)- Returns:
- the range of matching message boards bans
-
findByUuid_C
List<MBBan> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching message boards bans
-
findByUuid_C
List<MBBan> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching message boards bans
-
findByUuid_C_First
MBBan findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByUuid_C_First
MBBan fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByUuid_C_Last
MBBan findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByUuid_C_Last
MBBan fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByUuid_C_PrevAndNext
MBBan[] findByUuid_C_PrevAndNext(long banId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the message boards bans before and after the current message boards ban in the ordered set where uuid = ? and companyId = ?.- Parameters:
banId
- the primary key of the current message boards banuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards ban
- Throws:
NoSuchBanException
- if a message boards ban with the primary key could not be found
-
removeByUuid_C
Removes all the message boards bans where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of message boards bans where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching message boards bans
-
findByGroupId
Returns all the message boards bans where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the matching message boards bans
-
findByGroupId
Returns a range of all the message boards bans where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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)- Returns:
- the range of matching message boards bans
-
findByGroupId
List<MBBan> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching message boards bans
-
findByGroupId
List<MBBan> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where groupId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching message boards bans
-
findByGroupId_First
MBBan findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the first message boards ban in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByGroupId_First
MBBan fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByGroupId_Last
MBBan findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the last message boards ban in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByGroupId_Last
MBBan fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where groupId = ?.- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByGroupId_PrevAndNext
MBBan[] findByGroupId_PrevAndNext(long banId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the message boards bans before and after the current message boards ban in the ordered set where groupId = ?.- Parameters:
banId
- the primary key of the current message boards bangroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards ban
- Throws:
NoSuchBanException
- if a message boards ban with the primary key could not be found
-
removeByGroupId
void removeByGroupId(long groupId) Removes all the message boards bans where groupId = ? from the database.- Parameters:
groupId
- the group ID
-
countByGroupId
int countByGroupId(long groupId) Returns the number of message boards bans where groupId = ?.- Parameters:
groupId
- the group ID- Returns:
- the number of matching message boards bans
-
findByUserId
Returns all the message boards bans where userId = ?.- Parameters:
userId
- the user ID- Returns:
- the matching message boards bans
-
findByUserId
Returns a range of all the message boards bans where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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)- Returns:
- the range of matching message boards bans
-
findByUserId
List<MBBan> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching message boards bans
-
findByUserId
List<MBBan> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where userId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching message boards bans
-
findByUserId_First
MBBan findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the first message boards ban in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByUserId_First
MBBan fetchByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByUserId_Last
MBBan findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the last message boards ban in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByUserId_Last
MBBan fetchByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where userId = ?.- Parameters:
userId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByUserId_PrevAndNext
MBBan[] findByUserId_PrevAndNext(long banId, long userId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the message boards bans before and after the current message boards ban in the ordered set where userId = ?.- Parameters:
banId
- the primary key of the current message boards banuserId
- the user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards ban
- Throws:
NoSuchBanException
- if a message boards ban with the primary key could not be found
-
removeByUserId
void removeByUserId(long userId) Removes all the message boards bans where userId = ? from the database.- Parameters:
userId
- the user ID
-
countByUserId
int countByUserId(long userId) Returns the number of message boards bans where userId = ?.- Parameters:
userId
- the user ID- Returns:
- the number of matching message boards bans
-
findByBanUserId
Returns all the message boards bans where banUserId = ?.- Parameters:
banUserId
- the ban user ID- Returns:
- the matching message boards bans
-
findByBanUserId
Returns a range of all the message boards bans where banUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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)- Returns:
- the range of matching message boards bans
-
findByBanUserId
List<MBBan> findByBanUserId(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans where banUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching message boards bans
-
findByBanUserId
List<MBBan> findByBanUserId(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans where banUserId = ?.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching message boards bans
-
findByBanUserId_First
MBBan findByBanUserId_First(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the first message boards ban in the ordered set where banUserId = ?.- Parameters:
banUserId
- the ban user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByBanUserId_First
MBBan fetchByBanUserId_First(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the first message boards ban in the ordered set where banUserId = ?.- Parameters:
banUserId
- the ban user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByBanUserId_Last
MBBan findByBanUserId_Last(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the last message boards ban in the ordered set where banUserId = ?.- Parameters:
banUserId
- the ban user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByBanUserId_Last
MBBan fetchByBanUserId_Last(long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns the last message boards ban in the ordered set where banUserId = ?.- Parameters:
banUserId
- the ban user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards ban, or
null
if a matching message boards ban could not be found
-
findByBanUserId_PrevAndNext
MBBan[] findByBanUserId_PrevAndNext(long banId, long banUserId, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) throws NoSuchBanException Returns the message boards bans before and after the current message boards ban in the ordered set where banUserId = ?.- Parameters:
banId
- the primary key of the current message boards banbanUserId
- the ban user IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards ban
- Throws:
NoSuchBanException
- if a message boards ban with the primary key could not be found
-
removeByBanUserId
void removeByBanUserId(long banUserId) Removes all the message boards bans where banUserId = ? from the database.- Parameters:
banUserId
- the ban user ID
-
countByBanUserId
int countByBanUserId(long banUserId) Returns the number of message boards bans where banUserId = ?.- Parameters:
banUserId
- the ban user ID- Returns:
- the number of matching message boards bans
-
findByG_B
Returns the message boards ban where groupId = ? and banUserId = ? or throws aNoSuchBanException
if it could not be found.- Parameters:
groupId
- the group IDbanUserId
- the ban user ID- Returns:
- the matching message boards ban
- Throws:
NoSuchBanException
- if a matching message boards ban could not be found
-
fetchByG_B
Returns the message boards ban where groupId = ? and banUserId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
groupId
- the group IDbanUserId
- the ban user ID- Returns:
- the matching message boards ban, or
null
if a matching message boards ban could not be found
-
fetchByG_B
Returns the message boards ban where groupId = ? and banUserId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
groupId
- the group IDbanUserId
- the ban user IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching message boards ban, or
null
if a matching message boards ban could not be found
-
removeByG_B
Removes the message boards ban where groupId = ? and banUserId = ? from the database.- Parameters:
groupId
- the group IDbanUserId
- the ban user ID- Returns:
- the message boards ban that was removed
- Throws:
NoSuchBanException
-
countByG_B
int countByG_B(long groupId, long banUserId) Returns the number of message boards bans where groupId = ? and banUserId = ?.- Parameters:
groupId
- the group IDbanUserId
- the ban user ID- Returns:
- the number of matching message boards bans
-
cacheResult
Caches the message boards ban in the entity cache if it is enabled.- Parameters:
mbBan
- the message boards ban
-
cacheResult
Caches the message boards bans in the entity cache if it is enabled.- Parameters:
mbBans
- the message boards bans
-
create
Creates a new message boards ban with the primary key. Does not add the message boards ban to the database.- Parameters:
banId
- the primary key for the new message boards ban- Returns:
- the new message boards ban
-
remove
Removes the message boards ban with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
banId
- the primary key of the message boards ban- Returns:
- the message boards ban that was removed
- Throws:
NoSuchBanException
- if a message boards ban with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the message boards ban with the primary key or throws aNoSuchBanException
if it could not be found.- Parameters:
banId
- the primary key of the message boards ban- Returns:
- the message boards ban
- Throws:
NoSuchBanException
- if a message boards ban with the primary key could not be found
-
fetchByPrimaryKey
Returns the message boards ban with the primary key or returnsnull
if it could not be found.- Parameters:
banId
- the primary key of the message boards ban- Returns:
- the message boards ban, or
null
if a message boards ban with the primary key could not be found
-
findAll
Returns all the message boards bans.- Returns:
- the message boards bans
-
findAll
Returns a range of all the message boards bans.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
start
- the lower bound of the range of message boards bansend
- the upper bound of the range of message boards bans (not inclusive)- Returns:
- the range of message boards bans
-
findAll
List<MBBan> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator) Returns an ordered range of all the message boards bans.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of message boards bans
-
findAll
List<MBBan> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBBan> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards bans.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
toQueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromMBBanModelImpl
.- Parameters:
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 (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of message boards bans
-
removeAll
void removeAll()Removes all the message boards bans from the database. -
countAll
int countAll()Returns the number of message boards bans.- Returns:
- the number of message boards bans
-