Class MBDiscussionUtil
com.liferay.message.boards.service.persistence.impl.MBDiscussionPersistenceImpl
and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cacheResult
(MBDiscussion mbDiscussion) Caches the message boards discussion in the entity cache if it is enabled.static void
cacheResult
(List<MBDiscussion> mbDiscussions) Caches the message boards discussions in the entity cache if it is enabled.static void
static void
clearCache
(MBDiscussion mbDiscussion) static int
countAll()
Returns the number of message boards discussions.static int
countByC_C
(long classNameId, long classPK) Returns the number of message boards discussions where classNameId = ? and classPK = ?.static int
countByThreadId
(long threadId) Returns the number of message boards discussions where threadId = ?.static int
countByUuid
(String uuid) Returns the number of message boards discussions where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of message boards discussions where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of message boards discussions where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static MBDiscussion
create
(long discussionId) Creates a new message boards discussion with the primary key.static MBDiscussion
fetchByC_C
(long classNameId, long classPK) Returns the message boards discussion where classNameId = ? and classPK = ? or returnsnull
if it could not be found.static MBDiscussion
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.static MBDiscussion
fetchByPrimaryKey
(long discussionId) Returns the message boards discussion with the primary key or returnsnull
if it could not be found.static Map<Serializable,
MBDiscussion> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) static MBDiscussion
fetchByThreadId
(long threadId) Returns the message boards discussion where threadId = ? or returnsnull
if it could not be found.static MBDiscussion
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.static 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 = ?.static 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 = ?.static 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 = ?.static MBDiscussion
fetchByUUID_G
(String uuid, long groupId) Returns the message boards discussion where uuid = ? and groupId = ? or returnsnull
if it could not be found.static MBDiscussion
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.static 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 = ?.static List<MBDiscussion>
findAll()
Returns all the message boards discussions.static List<MBDiscussion>
findAll
(int start, int end) Returns a range of all the message boards discussions.static 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.static 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.static MBDiscussion
findByC_C
(long classNameId, long classPK) Returns the message boards discussion where classNameId = ? and classPK = ? or throws aNoSuchDiscussionException
if it could not be found.static MBDiscussion
findByPrimaryKey
(long discussionId) Returns the message boards discussion with the primary key or throws aNoSuchDiscussionException
if it could not be found.static MBDiscussion
findByThreadId
(long threadId) Returns the message boards discussion where threadId = ? or throws aNoSuchDiscussionException
if it could not be found.static List<MBDiscussion>
findByUuid
(String uuid) Returns all the message boards discussions where uuid = ?.static List<MBDiscussion>
findByUuid
(String uuid, int start, int end) Returns a range of all the message boards discussions where uuid = ?.static 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 = ?.static 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 = ?.static List<MBDiscussion>
findByUuid_C
(String uuid, long companyId) Returns all the message boards discussions where uuid = ? and companyId = ?.static List<MBDiscussion>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the message boards discussions where uuid = ? and companyId = ?.static 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 = ?.static 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 = ?.static MBDiscussion
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 = ?.static MBDiscussion
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 = ?.static MBDiscussion[]
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 = ?.static MBDiscussion
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the first message boards discussion in the ordered set where uuid = ?.static MBDiscussion
findByUUID_G
(String uuid, long groupId) Returns the message boards discussion where uuid = ? and groupId = ? or throws aNoSuchDiscussionException
if it could not be found.static MBDiscussion
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) Returns the last message boards discussion in the ordered set where uuid = ?.static MBDiscussion[]
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 = ?.static List<MBDiscussion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<MBDiscussion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<MBDiscussion>
findWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) static MBDiscussionPersistence
static MBDiscussion
remove
(long discussionId) Removes the message boards discussion with the primary key from the database.static void
Removes all the message boards discussions from the database.static MBDiscussion
removeByC_C
(long classNameId, long classPK) Removes the message boards discussion where classNameId = ? and classPK = ? from the database.static MBDiscussion
removeByThreadId
(long threadId) Removes the message boards discussion where threadId = ? from the database.static void
removeByUuid
(String uuid) Removes all the message boards discussions where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the message boards discussions where uuid = ? and companyId = ? from the database.static MBDiscussion
removeByUUID_G
(String uuid, long groupId) Removes the message boards discussion where uuid = ? and groupId = ? from the database.static void
setPersistence
(MBDiscussionPersistence persistence) static MBDiscussion
update
(MBDiscussion mbDiscussion) static MBDiscussion
update
(MBDiscussion mbDiscussion, com.liferay.portal.kernel.service.ServiceContext serviceContext) static MBDiscussion
updateImpl
(MBDiscussion mbDiscussion)
-
Constructor Details
-
MBDiscussionUtil
public MBDiscussionUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
- See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<MBDiscussion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<MBDiscussion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
findWithDynamicQuery
public static List<MBDiscussion> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<MBDiscussion> orderByComparator) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static MBDiscussion update(MBDiscussion mbDiscussion, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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
public static 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
public static 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
public static 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 foundNoSuchDiscussionException
-
fetchByUuid_First
public static 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
public static 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 foundNoSuchDiscussionException
-
fetchByUuid_Last
public static 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
public static 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 foundNoSuchDiscussionException
-
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 foundNoSuchDiscussionException
-
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
public static MBDiscussion removeByUUID_G(String uuid, long groupId) throws NoSuchDiscussionException 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
public static 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
public static 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
public static 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 foundNoSuchDiscussionException
-
fetchByUuid_C_First
public static 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
public static 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 foundNoSuchDiscussionException
-
fetchByUuid_C_Last
public static 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
public static 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 foundNoSuchDiscussionException
-
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 foundNoSuchDiscussionException
-
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
public static 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
public static MBDiscussion findByC_C(long classNameId, long classPK) throws NoSuchDiscussionException 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 foundNoSuchDiscussionException
-
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
public static MBDiscussion removeByC_C(long classNameId, long classPK) throws NoSuchDiscussionException 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
public static 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 foundNoSuchDiscussionException
-
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 foundNoSuchDiscussionException
-
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
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
public static 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
public static 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
public static void removeAll()Removes all the message boards discussions from the database. -
countAll
public static int countAll()Returns the number of message boards discussions.- Returns:
- the number of message boards discussions
-
getPersistence
-
setPersistence
-