Interface MBDiscussionPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<MBDiscussion>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<MBDiscussion>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(MBDiscussion mbDiscussion) Caches the message boards discussion in the entity cache if it is enabled.void
cacheResult
(List<MBDiscussion> mbDiscussions) Caches the message boards discussions in the entity cache if it is enabled.int
countAll()
Returns the number of message boards discussions.int
countByC_C
(long classNameId, long classPK) Returns the number of message boards discussions where classNameId = ? and classPK = ?.int
countByThreadId
(long threadId) Returns the number of message boards discussions where threadId = ?.int
countByUuid
(String uuid) Returns the number of message boards discussions where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of message boards discussions where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of message boards discussions where uuid = ? and groupId = ?.create
(long discussionId) Creates a new message boards discussion with the primary key.fetchByC_C
(long classNameId, long classPK) Returns the message boards discussion where classNameId = ? and classPK = ? or returnsnull
if it could not be found.fetchByC_C
(long classNameId, long classPK, boolean useFinderCache) Returns the message boards discussion where classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long discussionId) Returns the message boards discussion with the primary key or returnsnull
if it could not be found.fetchByThreadId
(long threadId) Returns the message boards discussion where threadId = ? or returnsnull
if it could not be found.fetchByThreadId
(long threadId, boolean useFinderCache) Returns the message boards discussion where threadId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the first message boards discussion in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the message boards discussion where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the message boards discussion 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<MBDiscussion> orderByComparator) Returns the last message boards discussion in the ordered set where uuid = ?.findAll()
Returns all the message boards discussions.findAll
(int start, int end) Returns a range of all the message boards discussions.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns an ordered range of all the message boards discussions.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards discussions.findByC_C
(long classNameId, long classPK) Returns the message boards discussion where classNameId = ? and classPK = ? or throws aNoSuchDiscussionException
if it could not be found.findByPrimaryKey
(long discussionId) Returns the message boards discussion with the primary key or throws aNoSuchDiscussionException
if it could not be found.findByThreadId
(long threadId) Returns the message boards discussion where threadId = ? or throws aNoSuchDiscussionException
if it could not be found.findByUuid
(String uuid) Returns all the message boards discussions where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the message boards discussions where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns an ordered range of all the message boards discussions where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards discussions where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the message boards discussions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the message boards discussions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long discussionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the first message boards discussion in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the message boards discussion where uuid = ? and groupId = ? or throws aNoSuchDiscussionException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the last message boards discussion in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long discussionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.remove
(long discussionId) Removes the message boards discussion with the primary key from the database.void
Removes all the message boards discussions from the database.removeByC_C
(long classNameId, long classPK) Removes the message boards discussion where classNameId = ? and classPK = ? from the database.removeByThreadId
(long threadId) Removes the message boards discussion where threadId = ? from the database.void
removeByUuid
(String uuid) Removes all the message boards discussions where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the message boards discussions where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the message boards discussion where uuid = ? and groupId = ? from the database.updateImpl
(MBDiscussion mbDiscussion) 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 discussions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching message boards discussions
-
findByUuid
Returns a range of all the message boards discussions 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 fromMBDiscussionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (not inclusive)- Returns:
- the range of matching message boards discussions
-
findByUuid
List<MBDiscussion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns an ordered range of all the message boards discussions 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 fromMBDiscussionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards discussions
-
findByUuid
List<MBDiscussion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards discussions 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 fromMBDiscussionModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (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 discussions
-
findByUuid_First
MBDiscussion findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException Returns the first message boards discussion in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards discussion
- Throws:
NoSuchDiscussionException
- if a matching message boards discussion could not be found
-
fetchByUuid_First
MBDiscussion fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the first message boards discussion in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching message boards discussion, or
null
if a matching message boards discussion could not be found
-
findByUuid_Last
MBDiscussion findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException Returns the last message boards discussion in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards discussion
- Throws:
NoSuchDiscussionException
- if a matching message boards discussion could not be found
-
fetchByUuid_Last
MBDiscussion fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the last message boards discussion in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching message boards discussion, or
null
if a matching message boards discussion could not be found
-
findByUuid_PrevAndNext
MBDiscussion[] findByUuid_PrevAndNext(long discussionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.- Parameters:
discussionId
- the primary key of the current message boards discussionuuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards discussion
- Throws:
NoSuchDiscussionException
- if a message boards discussion with the primary key could not be found
-
removeByUuid
Removes all the message boards discussions where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of message boards discussions where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching message boards discussions
-
findByUUID_G
Returns the message boards discussion where uuid = ? and groupId = ? or throws aNoSuchDiscussionException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching message boards discussion
- Throws:
NoSuchDiscussionException
- if a matching message boards discussion could not be found
-
fetchByUUID_G
Returns the message boards discussion 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 discussion, or
null
if a matching message boards discussion could not be found
-
fetchByUUID_G
Returns the message boards discussion 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 discussion, or
null
if a matching message boards discussion could not be found
-
removeByUUID_G
Removes the message boards discussion where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the message boards discussion that was removed
- Throws:
NoSuchDiscussionException
-
countByUUID_G
Returns the number of message boards discussions where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching message boards discussions
-
findByUuid_C
Returns all the message boards discussions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching message boards discussions
-
findByUuid_C
Returns a range of all the message boards discussions 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 fromMBDiscussionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (not inclusive)- Returns:
- the range of matching message boards discussions
-
findByUuid_C
List<MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns an ordered range of all the message boards discussions 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 fromMBDiscussionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching message boards discussions
-
findByUuid_C
List<MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards discussions 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 fromMBDiscussionModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (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 discussions
-
findByUuid_C_First
MBDiscussion findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException Returns the first message boards discussion 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 discussion
- Throws:
NoSuchDiscussionException
- if a matching message boards discussion could not be found
-
fetchByUuid_C_First
MBDiscussion fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the first message boards discussion 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 discussion, or
null
if a matching message boards discussion could not be found
-
findByUuid_C_Last
MBDiscussion findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException Returns the last message boards discussion 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 discussion
- Throws:
NoSuchDiscussionException
- if a matching message boards discussion could not be found
-
fetchByUuid_C_Last
MBDiscussion fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the last message boards discussion 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 discussion, or
null
if a matching message boards discussion could not be found
-
findByUuid_C_PrevAndNext
MBDiscussion[] findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) throws NoSuchDiscussionException Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.- Parameters:
discussionId
- the primary key of the current message boards discussionuuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next message boards discussion
- Throws:
NoSuchDiscussionException
- if a message boards discussion with the primary key could not be found
-
removeByUuid_C
Removes all the message boards discussions where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of message boards discussions where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching message boards discussions
-
findByThreadId
Returns the message boards discussion where threadId = ? or throws aNoSuchDiscussionException
if it could not be found.- Parameters:
threadId
- the thread ID- Returns:
- the matching message boards discussion
- Throws:
NoSuchDiscussionException
- if a matching message boards discussion could not be found
-
fetchByThreadId
Returns the message boards discussion where threadId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
threadId
- the thread ID- Returns:
- the matching message boards discussion, or
null
if a matching message boards discussion could not be found
-
fetchByThreadId
Returns the message boards discussion where threadId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
threadId
- the thread IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching message boards discussion, or
null
if a matching message boards discussion could not be found
-
removeByThreadId
Removes the message boards discussion where threadId = ? from the database.- Parameters:
threadId
- the thread ID- Returns:
- the message boards discussion that was removed
- Throws:
NoSuchDiscussionException
-
countByThreadId
int countByThreadId(long threadId) Returns the number of message boards discussions where threadId = ?.- Parameters:
threadId
- the thread ID- Returns:
- the number of matching message boards discussions
-
findByC_C
Returns the message boards discussion where classNameId = ? and classPK = ? or throws aNoSuchDiscussionException
if it could not be found.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching message boards discussion
- Throws:
NoSuchDiscussionException
- if a matching message boards discussion could not be found
-
fetchByC_C
Returns the message boards discussion where classNameId = ? and classPK = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the matching message boards discussion, or
null
if a matching message boards discussion could not be found
-
fetchByC_C
Returns the message boards discussion where classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
classNameId
- the class name IDclassPK
- the class pkuseFinderCache
- whether to use the finder cache- Returns:
- the matching message boards discussion, or
null
if a matching message boards discussion could not be found
-
removeByC_C
Removes the message boards discussion where classNameId = ? and classPK = ? from the database.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the message boards discussion that was removed
- Throws:
NoSuchDiscussionException
-
countByC_C
int countByC_C(long classNameId, long classPK) Returns the number of message boards discussions where classNameId = ? and classPK = ?.- Parameters:
classNameId
- the class name IDclassPK
- the class pk- Returns:
- the number of matching message boards discussions
-
cacheResult
Caches the message boards discussion in the entity cache if it is enabled.- Parameters:
mbDiscussion
- the message boards discussion
-
cacheResult
Caches the message boards discussions in the entity cache if it is enabled.- Parameters:
mbDiscussions
- the message boards discussions
-
create
Creates a new message boards discussion with the primary key. Does not add the message boards discussion to the database.- Parameters:
discussionId
- the primary key for the new message boards discussion- Returns:
- the new message boards discussion
-
remove
Removes the message boards discussion with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
discussionId
- the primary key of the message boards discussion- Returns:
- the message boards discussion that was removed
- Throws:
NoSuchDiscussionException
- if a message boards discussion with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the message boards discussion with the primary key or throws aNoSuchDiscussionException
if it could not be found.- Parameters:
discussionId
- the primary key of the message boards discussion- Returns:
- the message boards discussion
- Throws:
NoSuchDiscussionException
- if a message boards discussion with the primary key could not be found
-
fetchByPrimaryKey
Returns the message boards discussion with the primary key or returnsnull
if it could not be found.- Parameters:
discussionId
- the primary key of the message boards discussion- Returns:
- the message boards discussion, or
null
if a message boards discussion with the primary key could not be found
-
findAll
List<MBDiscussion> findAll()Returns all the message boards discussions.- Returns:
- the message boards discussions
-
findAll
Returns a range of all the message boards discussions.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 fromMBDiscussionModelImpl
.- Parameters:
start
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (not inclusive)- Returns:
- the range of message boards discussions
-
findAll
List<MBDiscussion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns an ordered range of all the message boards discussions.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 fromMBDiscussionModelImpl
.- Parameters:
start
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of message boards discussions
-
findAll
List<MBDiscussion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator, boolean useFinderCache) Returns an ordered range of all the message boards discussions.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 fromMBDiscussionModelImpl
.- Parameters:
start
- the lower bound of the range of message boards discussionsend
- the upper bound of the range of message boards discussions (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 discussions
-
removeAll
void removeAll()Removes all the message boards discussions from the database. -
countAll
int countAll()Returns the number of message boards discussions.- Returns:
- the number of message boards discussions
-