Liferay 7.0-ce-b8 portal-impl

com.liferay.portlet.messageboards.service.persistence.impl
Class MBDiscussionPersistenceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>
      extended by com.liferay.portlet.messageboards.service.persistence.impl.MBDiscussionPersistenceImpl
All Implemented Interfaces:
com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence, com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>

@ProviderType
public class MBDiscussionPersistenceImpl
extends com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>
implements com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence

The persistence implementation for the message boards discussion service.

Caching information and settings can be found in portal.properties

See Also:
MBDiscussionPersistence, MBDiscussionUtil
{$generated.description}

Field Summary
protected  com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider
           
protected  com.liferay.portal.kernel.dao.orm.EntityCache entityCache
           
static String FINDER_CLASS_NAME_ENTITY
           
static String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
           
static String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CLASSNAMEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_THREADID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_THREADID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_CLASSNAMEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CLASSNAMEID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
static com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
           
protected  com.liferay.portal.kernel.dao.orm.FinderCache finderCache
           
 
Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
 
Constructor Summary
MBDiscussionPersistenceImpl()
           
 
Method Summary
 void afterPropertiesSet()
          Initializes the message boards discussion persistence.
 void cacheResult(List<com.liferay.message.boards.kernel.model.MBDiscussion> mbDiscussions)
          Caches the message boards discussions in the entity cache if it is enabled.
 void cacheResult(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
          Caches the message boards discussion in the entity cache if it is enabled.
protected  void cacheUniqueFindersCache(MBDiscussionModelImpl mbDiscussionModelImpl, boolean isNew)
           
 void clearCache()
          Clears the cache for all message boards discussions.
 void clearCache(List<com.liferay.message.boards.kernel.model.MBDiscussion> mbDiscussions)
           
 void clearCache(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
          Clears the cache for the message boards discussion.
protected  void clearUniqueFindersCache(MBDiscussionModelImpl mbDiscussionModelImpl)
           
 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 countByClassNameId(long classNameId)
          Returns the number of message boards discussions where classNameId = ?.
 int countByThreadId(long threadId)
          Returns the number of message boards discussions where threadId = ?.
 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 = ?.
 int countByUuid(String uuid)
          Returns the number of message boards discussions where uuid = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion create(long discussionId)
          Creates a new message boards discussion with the primary key.
 void destroy()
           
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByC_C(long classNameId, long classPK)
          Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByClassNameId_First(long classNameId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByClassNameId_Last(long classNameId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or returns null if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByPrimaryKey(Serializable primaryKey)
          Returns the message boards discussion with the primary key or returns null if it could not be found.
 Map<Serializable,com.liferay.message.boards.kernel.model.MBDiscussion> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or returns null if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByThreadId(long threadId, boolean retrieveFromCache)
          Returns the message boards discussion where threadId = ? or returns null if it could not be found, optionally using the finder cache.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 com.liferay.message.boards.kernel.model.MBDiscussion fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findAll()
          Returns all the message boards discussions.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findAll(int start, int end)
          Returns a range of all the message boards discussions.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions.
 com.liferay.message.boards.kernel.model.MBDiscussion findByC_C(long classNameId, long classPK)
          Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion findByClassNameId_First(long classNameId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion findByClassNameId_Last(long classNameId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion[] findByClassNameId_PrevAndNext(long discussionId, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByClassNameId(long classNameId)
          Returns all the message boards discussions where classNameId = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the message boards discussions where classNameId = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByClassNameId(long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByClassNameId(long classNameId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion findByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion findByPrimaryKey(Serializable primaryKey)
          Returns the message boards discussion with the primary key or throws a NoSuchModelException if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion findByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion[] findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid_C(String uuid, long companyId)
          Returns all the message boards discussions where uuid = ? and companyId = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the message boards discussions where uuid = ? and companyId = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion findByUUID_G(String uuid, long groupId)
          Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.
 com.liferay.message.boards.kernel.model.MBDiscussion findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 com.liferay.message.boards.kernel.model.MBDiscussion[] findByUuid_PrevAndNext(long discussionId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid(String uuid)
          Returns all the message boards discussions where uuid = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards discussions where uuid = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 Set<String> getBadColumnNames()
           
protected  com.liferay.message.boards.kernel.model.MBDiscussion getByClassNameId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion, long classNameId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator, boolean previous)
           
protected  com.liferay.message.boards.kernel.model.MBDiscussion getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator, boolean previous)
           
protected  com.liferay.message.boards.kernel.model.MBDiscussion getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator, boolean previous)
           
protected  Map<String,Integer> getTableColumnsMap()
           
 com.liferay.message.boards.kernel.model.MBDiscussion remove(long discussionId)
          Removes the message boards discussion with the primary key from the database.
 com.liferay.message.boards.kernel.model.MBDiscussion remove(Serializable primaryKey)
          Removes the message boards discussion with the primary key from the database.
 void removeAll()
          Removes all the message boards discussions from the database.
 com.liferay.message.boards.kernel.model.MBDiscussion removeByC_C(long classNameId, long classPK)
          Removes the message boards discussion where classNameId = ? and classPK = ? from the database.
 void removeByClassNameId(long classNameId)
          Removes all the message boards discussions where classNameId = ? from the database.
 com.liferay.message.boards.kernel.model.MBDiscussion removeByThreadId(long threadId)
          Removes the message boards discussion where threadId = ? from the database.
 void removeByUuid_C(String uuid, long companyId)
          Removes all the message boards discussions where uuid = ? and companyId = ? from the database.
 com.liferay.message.boards.kernel.model.MBDiscussion removeByUUID_G(String uuid, long groupId)
          Removes the message boards discussion where uuid = ? and groupId = ? from the database.
 void removeByUuid(String uuid)
          Removes all the message boards discussions where uuid = ? from the database.
protected  com.liferay.message.boards.kernel.model.MBDiscussion removeImpl(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
           
protected  com.liferay.message.boards.kernel.model.MBDiscussion toUnwrappedModel(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
           
 com.liferay.message.boards.kernel.model.MBDiscussion updateImpl(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
           
 
Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeConjunction, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update, update, update
 

Field Detail

FINDER_CLASS_NAME_ENTITY

public static final String FINDER_CLASS_NAME_ENTITY

FINDER_CLASS_NAME_LIST_WITH_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITH_PAGINATION

FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

public static final String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION

FINDER_PATH_WITH_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_COUNT_BY_UUID_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_UUID_C

FINDER_PATH_WITH_PAGINATION_FIND_BY_CLASSNAMEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_CLASSNAMEID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CLASSNAMEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CLASSNAMEID

FINDER_PATH_COUNT_BY_CLASSNAMEID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_CLASSNAMEID

FINDER_PATH_FETCH_BY_THREADID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_THREADID

FINDER_PATH_COUNT_BY_THREADID

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_THREADID

FINDER_PATH_FETCH_BY_C_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_C_C

FINDER_PATH_COUNT_BY_C_C

public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_C

companyProvider

@BeanReference(type=com.liferay.portal.kernel.service.persistence.CompanyProviderWrapper.class)
protected com.liferay.portal.kernel.service.persistence.CompanyProvider companyProvider

entityCache

protected com.liferay.portal.kernel.dao.orm.EntityCache entityCache

finderCache

protected com.liferay.portal.kernel.dao.orm.FinderCache finderCache
Constructor Detail

MBDiscussionPersistenceImpl

public MBDiscussionPersistenceImpl()
Method Detail

findByUuid

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid(String uuid)
Returns all the message boards discussions where uuid = ?.

Specified by:
findByUuid in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
Returns:
the matching message boards discussions

findByUuid

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid(String uuid,
                                                                             int start,
                                                                             int end)
Returns a range of all the message boards discussions where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
Returns:
the range of matching message boards discussions

findByUuid

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid(String uuid,
                                                                             int start,
                                                                             int end,
                                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards discussions

findByUuid

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid(String uuid,
                                                                             int start,
                                                                             int end,
                                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator,
                                                                             boolean retrieveFromCache)
Returns an ordered range of all the message boards discussions where uuid = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching message boards discussions

findByUuid_First

public com.liferay.message.boards.kernel.model.MBDiscussion findByUuid_First(String uuid,
                                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                      throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the first message boards discussion in the ordered set where uuid = ?.

Specified by:
findByUuid_First in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByUuid_First

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByUuid_First(String uuid,
                                                                              com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ?.

Specified by:
fetchByUuid_First in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards discussion, or null if a matching message boards discussion could not be found

findByUuid_Last

public com.liferay.message.boards.kernel.model.MBDiscussion findByUuid_Last(String uuid,
                                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                     throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the last message boards discussion in the ordered set where uuid = ?.

Specified by:
findByUuid_Last in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByUuid_Last

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByUuid_Last(String uuid,
                                                                             com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ?.

Specified by:
fetchByUuid_Last in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards discussion, or null if a matching message boards discussion could not be found

findByUuid_PrevAndNext

public com.liferay.message.boards.kernel.model.MBDiscussion[] findByUuid_PrevAndNext(long discussionId,
                                                                                     String uuid,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                              throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.

Specified by:
findByUuid_PrevAndNext in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
discussionId - the primary key of the current message boards discussion
uuid - the uuid
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

getByUuid_PrevAndNext

protected com.liferay.message.boards.kernel.model.MBDiscussion getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                     com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion,
                                                                                     String uuid,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator,
                                                                                     boolean previous)

removeByUuid

public void removeByUuid(String uuid)
Removes all the message boards discussions where uuid = ? from the database.

Specified by:
removeByUuid in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid

countByUuid

public int countByUuid(String uuid)
Returns the number of message boards discussions where uuid = ?.

Specified by:
countByUuid in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
Returns:
the number of matching message boards discussions

findByUUID_G

public com.liferay.message.boards.kernel.model.MBDiscussion findByUUID_G(String uuid,
                                                                         long groupId)
                                                                  throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the message boards discussion where uuid = ? and groupId = ? or throws a NoSuchDiscussionException if it could not be found.

Specified by:
findByUUID_G in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByUUID_G

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByUUID_G(String uuid,
                                                                          long groupId)
Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByUUID_G in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching message boards discussion, or null if a matching message boards discussion could not be found

fetchByUUID_G

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByUUID_G(String uuid,
                                                                          long groupId,
                                                                          boolean retrieveFromCache)
Returns the message boards discussion where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByUUID_G in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
groupId - the group ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching message boards discussion, or null if a matching message boards discussion could not be found

removeByUUID_G

public com.liferay.message.boards.kernel.model.MBDiscussion removeByUUID_G(String uuid,
                                                                           long groupId)
                                                                    throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Removes the message boards discussion where uuid = ? and groupId = ? from the database.

Specified by:
removeByUUID_G in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the message boards discussion that was removed
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException

countByUUID_G

public int countByUUID_G(String uuid,
                         long groupId)
Returns the number of message boards discussions where uuid = ? and groupId = ?.

Specified by:
countByUUID_G in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching message boards discussions

findByUuid_C

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid_C(String uuid,
                                                                               long companyId)
Returns all the message boards discussions where uuid = ? and companyId = ?.

Specified by:
findByUuid_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching message boards discussions

findByUuid_C

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid_C(String uuid,
                                                                               long companyId,
                                                                               int start,
                                                                               int end)
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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
Returns:
the range of matching message boards discussions

findByUuid_C

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid_C(String uuid,
                                                                               long companyId,
                                                                               int start,
                                                                               int end,
                                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards discussions

findByUuid_C

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByUuid_C(String uuid,
                                                                               long companyId,
                                                                               int start,
                                                                               int end,
                                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator,
                                                                               boolean retrieveFromCache)
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 and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByUuid_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching message boards discussions

findByUuid_C_First

public com.liferay.message.boards.kernel.model.MBDiscussion findByUuid_C_First(String uuid,
                                                                               long companyId,
                                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                        throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_First in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByUuid_C_First

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByUuid_C_First(String uuid,
                                                                                long companyId,
                                                                                com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.

Specified by:
fetchByUuid_C_First in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards discussion, or null if a matching message boards discussion could not be found

findByUuid_C_Last

public com.liferay.message.boards.kernel.model.MBDiscussion findByUuid_C_Last(String uuid,
                                                                              long companyId,
                                                                              com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                       throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_Last in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByUuid_C_Last

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByUuid_C_Last(String uuid,
                                                                               long companyId,
                                                                               com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.

Specified by:
fetchByUuid_C_Last in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards discussion, or null if a matching message boards discussion could not be found

findByUuid_C_PrevAndNext

public com.liferay.message.boards.kernel.model.MBDiscussion[] findByUuid_C_PrevAndNext(long discussionId,
                                                                                       String uuid,
                                                                                       long companyId,
                                                                                       com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                                throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_PrevAndNext in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
discussionId - the primary key of the current message boards discussion
uuid - the uuid
companyId - the company ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

getByUuid_C_PrevAndNext

protected com.liferay.message.boards.kernel.model.MBDiscussion getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                       com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion,
                                                                                       String uuid,
                                                                                       long companyId,
                                                                                       com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator,
                                                                                       boolean previous)

removeByUuid_C

public void removeByUuid_C(String uuid,
                           long companyId)
Removes all the message boards discussions where uuid = ? and companyId = ? from the database.

Specified by:
removeByUuid_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID

countByUuid_C

public int countByUuid_C(String uuid,
                         long companyId)
Returns the number of message boards discussions where uuid = ? and companyId = ?.

Specified by:
countByUuid_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching message boards discussions

findByClassNameId

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByClassNameId(long classNameId)
Returns all the message boards discussions where classNameId = ?.

Specified by:
findByClassNameId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
Returns:
the matching message boards discussions

findByClassNameId

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByClassNameId(long classNameId,
                                                                                    int start,
                                                                                    int end)
Returns a range of all the message boards discussions where classNameId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByClassNameId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
Returns:
the range of matching message boards discussions

findByClassNameId

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByClassNameId(long classNameId,
                                                                                    int start,
                                                                                    int end,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions where classNameId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByClassNameId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching message boards discussions

findByClassNameId

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findByClassNameId(long classNameId,
                                                                                    int start,
                                                                                    int end,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator,
                                                                                    boolean retrieveFromCache)
Returns an ordered range of all the message boards discussions where classNameId = ?.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findByClassNameId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of matching message boards discussions

findByClassNameId_First

public com.liferay.message.boards.kernel.model.MBDiscussion findByClassNameId_First(long classNameId,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                             throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the first message boards discussion in the ordered set where classNameId = ?.

Specified by:
findByClassNameId_First in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByClassNameId_First

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByClassNameId_First(long classNameId,
                                                                                     com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
Returns the first message boards discussion in the ordered set where classNameId = ?.

Specified by:
fetchByClassNameId_First in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the first matching message boards discussion, or null if a matching message boards discussion could not be found

findByClassNameId_Last

public com.liferay.message.boards.kernel.model.MBDiscussion findByClassNameId_Last(long classNameId,
                                                                                   com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                            throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the last message boards discussion in the ordered set where classNameId = ?.

Specified by:
findByClassNameId_Last in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByClassNameId_Last

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByClassNameId_Last(long classNameId,
                                                                                    com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
Returns the last message boards discussion in the ordered set where classNameId = ?.

Specified by:
fetchByClassNameId_Last in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the last matching message boards discussion, or null if a matching message boards discussion could not be found

findByClassNameId_PrevAndNext

public com.liferay.message.boards.kernel.model.MBDiscussion[] findByClassNameId_PrevAndNext(long discussionId,
                                                                                            long classNameId,
                                                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
                                                                                     throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.

Specified by:
findByClassNameId_PrevAndNext in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
discussionId - the primary key of the current message boards discussion
classNameId - the class name ID
orderByComparator - the comparator to order the set by (optionally null)
Returns:
the previous, current, and next message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

getByClassNameId_PrevAndNext

protected com.liferay.message.boards.kernel.model.MBDiscussion getByClassNameId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
                                                                                            com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion,
                                                                                            long classNameId,
                                                                                            com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator,
                                                                                            boolean previous)

removeByClassNameId

public void removeByClassNameId(long classNameId)
Removes all the message boards discussions where classNameId = ? from the database.

Specified by:
removeByClassNameId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID

countByClassNameId

public int countByClassNameId(long classNameId)
Returns the number of message boards discussions where classNameId = ?.

Specified by:
countByClassNameId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
Returns:
the number of matching message boards discussions

findByThreadId

public com.liferay.message.boards.kernel.model.MBDiscussion findByThreadId(long threadId)
                                                                    throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.

Specified by:
findByThreadId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
threadId - the thread ID
Returns:
the matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByThreadId

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByThreadId(long threadId)
Returns the message boards discussion where threadId = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByThreadId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
threadId - the thread ID
Returns:
the matching message boards discussion, or null if a matching message boards discussion could not be found

fetchByThreadId

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByThreadId(long threadId,
                                                                            boolean retrieveFromCache)
Returns the message boards discussion where threadId = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByThreadId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
threadId - the thread ID
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching message boards discussion, or null if a matching message boards discussion could not be found

removeByThreadId

public com.liferay.message.boards.kernel.model.MBDiscussion removeByThreadId(long threadId)
                                                                      throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Removes the message boards discussion where threadId = ? from the database.

Specified by:
removeByThreadId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
threadId - the thread ID
Returns:
the message boards discussion that was removed
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException

countByThreadId

public int countByThreadId(long threadId)
Returns the number of message boards discussions where threadId = ?.

Specified by:
countByThreadId in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
threadId - the thread ID
Returns:
the number of matching message boards discussions

findByC_C

public com.liferay.message.boards.kernel.model.MBDiscussion findByC_C(long classNameId,
                                                                      long classPK)
                                                               throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the message boards discussion where classNameId = ? and classPK = ? or throws a NoSuchDiscussionException if it could not be found.

Specified by:
findByC_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByC_C

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByC_C(long classNameId,
                                                                       long classPK)
Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found. Uses the finder cache.

Specified by:
fetchByC_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching message boards discussion, or null if a matching message boards discussion could not be found

fetchByC_C

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByC_C(long classNameId,
                                                                       long classPK,
                                                                       boolean retrieveFromCache)
Returns the message boards discussion where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.

Specified by:
fetchByC_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the matching message boards discussion, or null if a matching message boards discussion could not be found

removeByC_C

public com.liferay.message.boards.kernel.model.MBDiscussion removeByC_C(long classNameId,
                                                                        long classPK)
                                                                 throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Removes the message boards discussion where classNameId = ? and classPK = ? from the database.

Specified by:
removeByC_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the message boards discussion that was removed
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException

countByC_C

public int countByC_C(long classNameId,
                      long classPK)
Returns the number of message boards discussions where classNameId = ? and classPK = ?.

Specified by:
countByC_C in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching message boards discussions

cacheResult

public void cacheResult(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
Caches the message boards discussion in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
mbDiscussion - the message boards discussion

cacheResult

public void cacheResult(List<com.liferay.message.boards.kernel.model.MBDiscussion> mbDiscussions)
Caches the message boards discussions in the entity cache if it is enabled.

Specified by:
cacheResult in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
mbDiscussions - the message boards discussions

clearCache

public void clearCache()
Clears the cache for all message boards discussions.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>

clearCache

public void clearCache(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
Clears the cache for the message boards discussion.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>

clearCache

public void clearCache(List<com.liferay.message.boards.kernel.model.MBDiscussion> mbDiscussions)
Specified by:
clearCache in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>
Overrides:
clearCache in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(MBDiscussionModelImpl mbDiscussionModelImpl,
                                       boolean isNew)

clearUniqueFindersCache

protected void clearUniqueFindersCache(MBDiscussionModelImpl mbDiscussionModelImpl)

create

public com.liferay.message.boards.kernel.model.MBDiscussion create(long discussionId)
Creates a new message boards discussion with the primary key. Does not add the message boards discussion to the database.

Specified by:
create in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
discussionId - the primary key for the new message boards discussion
Returns:
the new message boards discussion

remove

public com.liferay.message.boards.kernel.model.MBDiscussion remove(long discussionId)
                                                            throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Removes the message boards discussion with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
discussionId - the primary key of the message boards discussion
Returns:
the message boards discussion that was removed
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

remove

public com.liferay.message.boards.kernel.model.MBDiscussion remove(Serializable primaryKey)
                                                            throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Removes the message boards discussion with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
remove in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>
Overrides:
remove in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>
Parameters:
primaryKey - the primary key of the message boards discussion
Returns:
the message boards discussion that was removed
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

removeImpl

protected com.liferay.message.boards.kernel.model.MBDiscussion removeImpl(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
Overrides:
removeImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>

updateImpl

public com.liferay.message.boards.kernel.model.MBDiscussion updateImpl(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)
Specified by:
updateImpl in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Overrides:
updateImpl in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>

toUnwrappedModel

protected com.liferay.message.boards.kernel.model.MBDiscussion toUnwrappedModel(com.liferay.message.boards.kernel.model.MBDiscussion mbDiscussion)

findByPrimaryKey

public com.liferay.message.boards.kernel.model.MBDiscussion findByPrimaryKey(Serializable primaryKey)
                                                                      throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the message boards discussion with the primary key or throws a NoSuchModelException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>
Overrides:
findByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>
Parameters:
primaryKey - the primary key of the message boards discussion
Returns:
the message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

findByPrimaryKey

public com.liferay.message.boards.kernel.model.MBDiscussion findByPrimaryKey(long discussionId)
                                                                      throws com.liferay.message.boards.kernel.exception.NoSuchDiscussionException
Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.

Specified by:
findByPrimaryKey in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
discussionId - the primary key of the message boards discussion
Returns:
the message boards discussion
Throws:
com.liferay.message.boards.kernel.exception.NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

fetchByPrimaryKey

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByPrimaryKey(Serializable primaryKey)
Returns the message boards discussion with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>
Overrides:
fetchByPrimaryKey in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>
Parameters:
primaryKey - 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

fetchByPrimaryKey

public com.liferay.message.boards.kernel.model.MBDiscussion fetchByPrimaryKey(long discussionId)
Returns the message boards discussion with the primary key or returns null if it could not be found.

Specified by:
fetchByPrimaryKey in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
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

fetchByPrimaryKeys

public Map<Serializable,com.liferay.message.boards.kernel.model.MBDiscussion> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Specified by:
fetchByPrimaryKeys in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>
Overrides:
fetchByPrimaryKeys in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>

findAll

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findAll()
Returns all the message boards discussions.

Specified by:
findAll in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Returns:
the message boards discussions

findAll

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findAll(int start,
                                                                          int end)
Returns a range of all the message boards discussions.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findAll in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
Returns:
the range of message boards discussions

findAll

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findAll(int start,
                                                                          int end,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator)
Returns an ordered range of all the message boards discussions.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findAll in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of message boards discussions

findAll

public List<com.liferay.message.boards.kernel.model.MBDiscussion> findAll(int start,
                                                                          int end,
                                                                          com.liferay.portal.kernel.util.OrderByComparator<com.liferay.message.boards.kernel.model.MBDiscussion> orderByComparator,
                                                                          boolean retrieveFromCache)
Returns an ordered range of all the message boards discussions.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from MBDiscussionModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Specified by:
findAll in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Parameters:
start - the lower bound of the range of message boards discussions
end - the upper bound of the range of message boards discussions (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
retrieveFromCache - whether to retrieve from the finder cache
Returns:
the ordered range of message boards discussions

removeAll

public void removeAll()
Removes all the message boards discussions from the database.

Specified by:
removeAll in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence

countAll

public int countAll()
Returns the number of message boards discussions.

Specified by:
countAll in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Returns:
the number of message boards discussions

getBadColumnNames

public Set<String> getBadColumnNames()
Specified by:
getBadColumnNames in interface com.liferay.message.boards.kernel.service.persistence.MBDiscussionPersistence
Specified by:
getBadColumnNames in interface com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.message.boards.kernel.model.MBDiscussion>
Overrides:
getBadColumnNames in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>

getTableColumnsMap

protected Map<String,Integer> getTableColumnsMap()
Overrides:
getTableColumnsMap in class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.message.boards.kernel.model.MBDiscussion>

afterPropertiesSet

public void afterPropertiesSet()
Initializes the message boards discussion persistence.


destroy

public void destroy()

Liferay 7.0-ce-b8 portal-impl