Liferay 7.0-ce-b4

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

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

@ProviderType
public class MBDiscussionPersistenceImpl
extends BasePersistenceImpl<MBDiscussion>
implements MBDiscussionPersistence

The persistence implementation for the message boards discussion service.

Caching information and settings can be found in portal.properties

See Also:
MBDiscussionPersistence, MBDiscussionUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
protected  CompanyProvider companyProvider
           
protected  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 FinderPath FINDER_PATH_COUNT_ALL
           
static FinderPath FINDER_PATH_COUNT_BY_C_C
           
static FinderPath FINDER_PATH_COUNT_BY_CLASSNAMEID
           
static FinderPath FINDER_PATH_COUNT_BY_THREADID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_C
           
static FinderPath FINDER_PATH_COUNT_BY_UUID_G
           
static FinderPath FINDER_PATH_FETCH_BY_C_C
           
static FinderPath FINDER_PATH_FETCH_BY_THREADID
           
static FinderPath FINDER_PATH_FETCH_BY_UUID_G
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_CLASSNAMEID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CLASSNAMEID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID
           
static FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C
           
protected  FinderCache finderCache
           
 
Fields inherited from class com.liferay.portal.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<MBDiscussion> mbDiscussions)
          Caches the message boards discussions in the entity cache if it is enabled.
 void cacheResult(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<MBDiscussion> mbDiscussions)
          Clears the cache for a List instances of this model.
 void clearCache(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 = ?.
 MBDiscussion create(long discussionId)
          Creates a new message boards discussion with the primary key.
 void destroy()
           
 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.
 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.
 MBDiscussion fetchByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion fetchByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion fetchByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or returns null if it could not be found.
 MBDiscussion fetchByPrimaryKey(Serializable primaryKey)
          Returns the message boards discussion with the primary key or returns null if it could not be found.
 Map<Serializable,MBDiscussion> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 MBDiscussion fetchByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or returns null if it could not be found.
 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.
 MBDiscussion fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion fetchByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 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.
 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.
 MBDiscussion fetchByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 List<MBDiscussion> findAll()
          Returns all the message boards discussions.
 List<MBDiscussion> findAll(int start, int end)
          Returns a range of all the message boards discussions.
 List<MBDiscussion> findAll(int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions.
 List<MBDiscussion> findAll(int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions.
 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.
 MBDiscussion findByClassNameId_First(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion findByClassNameId_Last(long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where classNameId = ?.
 MBDiscussion[] findByClassNameId_PrevAndNext(long discussionId, long classNameId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where classNameId = ?.
 List<MBDiscussion> findByClassNameId(long classNameId)
          Returns all the message boards discussions where classNameId = ?.
 List<MBDiscussion> findByClassNameId(long classNameId, int start, int end)
          Returns a range of all the message boards discussions where classNameId = ?.
 List<MBDiscussion> findByClassNameId(long classNameId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 List<MBDiscussion> findByClassNameId(long classNameId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where classNameId = ?.
 MBDiscussion findByPrimaryKey(long discussionId)
          Returns the message boards discussion with the primary key or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion findByPrimaryKey(Serializable primaryKey)
          Returns the message boards discussion with the primary key or throws a NoSuchModelException if it could not be found.
 MBDiscussion findByThreadId(long threadId)
          Returns the message boards discussion where threadId = ? or throws a NoSuchDiscussionException if it could not be found.
 MBDiscussion findByUuid_C_First(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion findByUuid_C_Last(String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.
 MBDiscussion[] findByUuid_C_PrevAndNext(long discussionId, String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ? and companyId = ?.
 List<MBDiscussion> findByUuid_C(String uuid, long companyId)
          Returns all the message boards discussions where uuid = ? and companyId = ?.
 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 = ?.
 List<MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 List<MBDiscussion> findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where uuid = ? and companyId = ?.
 MBDiscussion findByUuid_First(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the first message boards discussion in the ordered set where uuid = ?.
 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.
 MBDiscussion findByUuid_Last(String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the last message boards discussion in the ordered set where uuid = ?.
 MBDiscussion[] findByUuid_PrevAndNext(long discussionId, String uuid, OrderByComparator<MBDiscussion> orderByComparator)
          Returns the message boards discussions before and after the current message boards discussion in the ordered set where uuid = ?.
 List<MBDiscussion> findByUuid(String uuid)
          Returns all the message boards discussions where uuid = ?.
 List<MBDiscussion> findByUuid(String uuid, int start, int end)
          Returns a range of all the message boards discussions where uuid = ?.
 List<MBDiscussion> findByUuid(String uuid, int start, int end, OrderByComparator<MBDiscussion> orderByComparator)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 List<MBDiscussion> findByUuid(String uuid, int start, int end, OrderByComparator<MBDiscussion> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the message boards discussions where uuid = ?.
 Set<String> getBadColumnNames()
           
protected  MBDiscussion getByClassNameId_PrevAndNext(Session session, MBDiscussion mbDiscussion, long classNameId, OrderByComparator<MBDiscussion> orderByComparator, boolean previous)
           
protected  MBDiscussion getByUuid_C_PrevAndNext(Session session, MBDiscussion mbDiscussion, String uuid, long companyId, OrderByComparator<MBDiscussion> orderByComparator, boolean previous)
           
protected  MBDiscussion getByUuid_PrevAndNext(Session session, MBDiscussion mbDiscussion, String uuid, OrderByComparator<MBDiscussion> orderByComparator, boolean previous)
           
protected  Map<String,Integer> getTableColumnsMap()
           
 MBDiscussion remove(long discussionId)
          Removes the message boards discussion with the primary key from the database.
 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.
 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.
 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.
 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  MBDiscussion removeImpl(MBDiscussion mbDiscussion)
          Removes the model instance from the database.
protected  MBDiscussion toUnwrappedModel(MBDiscussion mbDiscussion)
           
 MBDiscussion updateImpl(MBDiscussion mbDiscussion)
          Updates the model instance in the database or adds it if it does not yet exist.
 
Methods inherited from class com.liferay.portal.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.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 FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL

FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL

FINDER_PATH_COUNT_ALL

public static final FinderPath FINDER_PATH_COUNT_ALL

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID

FINDER_PATH_COUNT_BY_UUID

public static final FinderPath FINDER_PATH_COUNT_BY_UUID

FINDER_PATH_FETCH_BY_UUID_G

public static final FinderPath FINDER_PATH_FETCH_BY_UUID_G

FINDER_PATH_COUNT_BY_UUID_G

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_G

FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_UUID_C

FINDER_PATH_COUNT_BY_UUID_C

public static final FinderPath FINDER_PATH_COUNT_BY_UUID_C

FINDER_PATH_WITH_PAGINATION_FIND_BY_CLASSNAMEID

public static final FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_CLASSNAMEID

FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CLASSNAMEID

public static final FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_CLASSNAMEID

FINDER_PATH_COUNT_BY_CLASSNAMEID

public static final FinderPath FINDER_PATH_COUNT_BY_CLASSNAMEID

FINDER_PATH_FETCH_BY_THREADID

public static final FinderPath FINDER_PATH_FETCH_BY_THREADID

FINDER_PATH_COUNT_BY_THREADID

public static final FinderPath FINDER_PATH_COUNT_BY_THREADID

FINDER_PATH_FETCH_BY_C_C

public static final FinderPath FINDER_PATH_FETCH_BY_C_C

FINDER_PATH_COUNT_BY_C_C

public static final FinderPath FINDER_PATH_COUNT_BY_C_C

companyProvider

@BeanReference(type=CompanyProviderWrapper.class)
protected CompanyProvider companyProvider

entityCache

protected EntityCache entityCache

finderCache

protected FinderCache finderCache
Constructor Detail

MBDiscussionPersistenceImpl

public MBDiscussionPersistenceImpl()
Method Detail

findByUuid

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

Specified by:
findByUuid in interface MBDiscussionPersistence
Parameters:
uuid - the uuid
Returns:
the matching message boards discussions

findByUuid

public List<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 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<MBDiscussion> findByUuid(String uuid,
                                     int start,
                                     int end,
                                     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 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 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<MBDiscussion> findByUuid(String uuid,
                                     int start,
                                     int end,
                                     OrderByComparator<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 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 MBDiscussion findByUuid_First(String uuid,
                                     OrderByComparator<MBDiscussion> orderByComparator)
                              throws NoSuchDiscussionException
Returns the first message boards discussion in the ordered set where uuid = ?.

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

fetchByUuid_First

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

Specified by:
fetchByUuid_First in interface 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 MBDiscussion findByUuid_Last(String uuid,
                                    OrderByComparator<MBDiscussion> orderByComparator)
                             throws NoSuchDiscussionException
Returns the last message boards discussion in the ordered set where uuid = ?.

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

fetchByUuid_Last

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

Specified by:
fetchByUuid_Last in interface 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 MBDiscussion[] findByUuid_PrevAndNext(long discussionId,
                                             String uuid,
                                             OrderByComparator<MBDiscussion> orderByComparator)
                                      throws 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 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:
NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

getByUuid_PrevAndNext

protected MBDiscussion getByUuid_PrevAndNext(Session session,
                                             MBDiscussion mbDiscussion,
                                             String uuid,
                                             OrderByComparator<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 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 MBDiscussionPersistence
Parameters:
uuid - the uuid
Returns:
the number of matching message boards discussions

findByUUID_G

public MBDiscussion findByUUID_G(String uuid,
                                 long groupId)
                          throws 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 MBDiscussionPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the matching message boards discussion
Throws:
NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByUUID_G

public 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 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 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 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 MBDiscussion removeByUUID_G(String uuid,
                                   long groupId)
                            throws NoSuchDiscussionException
Removes the message boards discussion where uuid = ? and groupId = ? from the database.

Specified by:
removeByUUID_G in interface MBDiscussionPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the message boards discussion that was removed
Throws:
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 MBDiscussionPersistence
Parameters:
uuid - the uuid
groupId - the group ID
Returns:
the number of matching message boards discussions

findByUuid_C

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

Specified by:
findByUuid_C in interface MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the matching message boards discussions

findByUuid_C

public 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 = ?.

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 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<MBDiscussion> findByUuid_C(String uuid,
                                       long companyId,
                                       int start,
                                       int end,
                                       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 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 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<MBDiscussion> findByUuid_C(String uuid,
                                       long companyId,
                                       int start,
                                       int end,
                                       OrderByComparator<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 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 MBDiscussion findByUuid_C_First(String uuid,
                                       long companyId,
                                       OrderByComparator<MBDiscussion> orderByComparator)
                                throws NoSuchDiscussionException
Returns the first message boards discussion in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_First in interface 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:
NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByUuid_C_First

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

Specified by:
fetchByUuid_C_First in interface 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 MBDiscussion findByUuid_C_Last(String uuid,
                                      long companyId,
                                      OrderByComparator<MBDiscussion> orderByComparator)
                               throws NoSuchDiscussionException
Returns the last message boards discussion in the ordered set where uuid = ? and companyId = ?.

Specified by:
findByUuid_C_Last in interface 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:
NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByUuid_C_Last

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

Specified by:
fetchByUuid_C_Last in interface 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 MBDiscussion[] findByUuid_C_PrevAndNext(long discussionId,
                                               String uuid,
                                               long companyId,
                                               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 = ?.

Specified by:
findByUuid_C_PrevAndNext in interface 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:
NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

getByUuid_C_PrevAndNext

protected MBDiscussion getByUuid_C_PrevAndNext(Session session,
                                               MBDiscussion mbDiscussion,
                                               String uuid,
                                               long companyId,
                                               OrderByComparator<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 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 MBDiscussionPersistence
Parameters:
uuid - the uuid
companyId - the company ID
Returns:
the number of matching message boards discussions

findByClassNameId

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

Specified by:
findByClassNameId in interface MBDiscussionPersistence
Parameters:
classNameId - the class name ID
Returns:
the matching message boards discussions

findByClassNameId

public List<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 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<MBDiscussion> findByClassNameId(long classNameId,
                                            int start,
                                            int end,
                                            OrderByComparator<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 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<MBDiscussion> findByClassNameId(long classNameId,
                                            int start,
                                            int end,
                                            OrderByComparator<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 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 MBDiscussion findByClassNameId_First(long classNameId,
                                            OrderByComparator<MBDiscussion> orderByComparator)
                                     throws NoSuchDiscussionException
Returns the first message boards discussion in the ordered set where classNameId = ?.

Specified by:
findByClassNameId_First in interface 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:
NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByClassNameId_First

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

Specified by:
fetchByClassNameId_First in interface 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 MBDiscussion findByClassNameId_Last(long classNameId,
                                           OrderByComparator<MBDiscussion> orderByComparator)
                                    throws NoSuchDiscussionException
Returns the last message boards discussion in the ordered set where classNameId = ?.

Specified by:
findByClassNameId_Last in interface 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:
NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByClassNameId_Last

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

Specified by:
fetchByClassNameId_Last in interface 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 MBDiscussion[] findByClassNameId_PrevAndNext(long discussionId,
                                                    long classNameId,
                                                    OrderByComparator<MBDiscussion> orderByComparator)
                                             throws 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 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:
NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

getByClassNameId_PrevAndNext

protected MBDiscussion getByClassNameId_PrevAndNext(Session session,
                                                    MBDiscussion mbDiscussion,
                                                    long classNameId,
                                                    OrderByComparator<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 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 MBDiscussionPersistence
Parameters:
classNameId - the class name ID
Returns:
the number of matching message boards discussions

findByThreadId

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

Specified by:
findByThreadId in interface MBDiscussionPersistence
Parameters:
threadId - the thread ID
Returns:
the matching message boards discussion
Throws:
NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByThreadId

public 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 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 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 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 MBDiscussion removeByThreadId(long threadId)
                              throws NoSuchDiscussionException
Removes the message boards discussion where threadId = ? from the database.

Specified by:
removeByThreadId in interface MBDiscussionPersistence
Parameters:
threadId - the thread ID
Returns:
the message boards discussion that was removed
Throws:
NoSuchDiscussionException

countByThreadId

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

Specified by:
countByThreadId in interface MBDiscussionPersistence
Parameters:
threadId - the thread ID
Returns:
the number of matching message boards discussions

findByC_C

public MBDiscussion findByC_C(long classNameId,
                              long classPK)
                       throws 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 MBDiscussionPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the matching message boards discussion
Throws:
NoSuchDiscussionException - if a matching message boards discussion could not be found

fetchByC_C

public 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 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 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 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 MBDiscussion removeByC_C(long classNameId,
                                long classPK)
                         throws NoSuchDiscussionException
Removes the message boards discussion where classNameId = ? and classPK = ? from the database.

Specified by:
removeByC_C in interface MBDiscussionPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the message boards discussion that was removed
Throws:
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 MBDiscussionPersistence
Parameters:
classNameId - the class name ID
classPK - the class p k
Returns:
the number of matching message boards discussions

cacheResult

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

Specified by:
cacheResult in interface MBDiscussionPersistence
Parameters:
mbDiscussion - the message boards discussion

cacheResult

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

Specified by:
cacheResult in interface 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 BasePersistence<MBDiscussion>
Overrides:
clearCache in class BasePersistenceImpl<MBDiscussion>

clearCache

public void clearCache(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 BasePersistence<MBDiscussion>
Overrides:
clearCache in class BasePersistenceImpl<MBDiscussion>
Parameters:
mbDiscussion - the instance of this model to clear the cache for

clearCache

public void clearCache(List<MBDiscussion> mbDiscussions)
Description copied from interface: BasePersistence
Clears the cache for a List instances of this model.

The EntityCache and FinderCache are both cleared by this method.

Specified by:
clearCache in interface BasePersistence<MBDiscussion>
Overrides:
clearCache in class BasePersistenceImpl<MBDiscussion>
Parameters:
mbDiscussions - the List instances of this model to clear the cache for

cacheUniqueFindersCache

protected void cacheUniqueFindersCache(MBDiscussionModelImpl mbDiscussionModelImpl,
                                       boolean isNew)

clearUniqueFindersCache

protected void clearUniqueFindersCache(MBDiscussionModelImpl mbDiscussionModelImpl)

create

public 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 MBDiscussionPersistence
Parameters:
discussionId - the primary key for the new message boards discussion
Returns:
the new message boards discussion

remove

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

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

remove

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

Specified by:
remove in interface BasePersistence<MBDiscussion>
Overrides:
remove in class BasePersistenceImpl<MBDiscussion>
Parameters:
primaryKey - the primary key of the message boards discussion
Returns:
the message boards discussion that was removed
Throws:
NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

removeImpl

protected MBDiscussion removeImpl(MBDiscussion mbDiscussion)
Description copied from class: BasePersistenceImpl
Removes the model instance from the database. BasePersistenceImpl.update(BaseModel, boolean) depends on this method to implement the remove operation; it only notifies the model listeners.

Overrides:
removeImpl in class BasePersistenceImpl<MBDiscussion>
Parameters:
mbDiscussion - the model instance to remove
Returns:
the model instance that was removed

updateImpl

public MBDiscussion updateImpl(MBDiscussion mbDiscussion)
Description copied from class: BasePersistenceImpl
Updates the model instance in the database or adds it if it does not yet exist. BasePersistenceImpl.remove(BaseModel) depends on this method to implement the update operation; it only notifies the model listeners.

Specified by:
updateImpl in interface MBDiscussionPersistence
Overrides:
updateImpl in class BasePersistenceImpl<MBDiscussion>
Parameters:
mbDiscussion - the model instance to update
Returns:
the model instance that was updated

toUnwrappedModel

protected MBDiscussion toUnwrappedModel(MBDiscussion mbDiscussion)

findByPrimaryKey

public MBDiscussion findByPrimaryKey(Serializable primaryKey)
                              throws 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 BasePersistence<MBDiscussion>
Overrides:
findByPrimaryKey in class BasePersistenceImpl<MBDiscussion>
Parameters:
primaryKey - the primary key of the message boards discussion
Returns:
the message boards discussion
Throws:
NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

findByPrimaryKey

public MBDiscussion findByPrimaryKey(long discussionId)
                              throws 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 MBDiscussionPersistence
Parameters:
discussionId - the primary key of the message boards discussion
Returns:
the message boards discussion
Throws:
NoSuchDiscussionException - if a message boards discussion with the primary key could not be found

fetchByPrimaryKey

public 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 BasePersistence<MBDiscussion>
Overrides:
fetchByPrimaryKey in class BasePersistenceImpl<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 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 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,MBDiscussion> fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Specified by:
fetchByPrimaryKeys in interface BasePersistence<MBDiscussion>
Specified by:
fetchByPrimaryKeys in interface MBDiscussionPersistence
Overrides:
fetchByPrimaryKeys in class BasePersistenceImpl<MBDiscussion>

findAll

public List<MBDiscussion> findAll()
Returns all the message boards discussions.

Specified by:
findAll in interface MBDiscussionPersistence
Returns:
the message boards discussions

findAll

public List<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 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<MBDiscussion> findAll(int start,
                                  int end,
                                  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 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 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<MBDiscussion> findAll(int start,
                                  int end,
                                  OrderByComparator<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 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 MBDiscussionPersistence

countAll

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

Specified by:
countAll in interface MBDiscussionPersistence
Returns:
the number of message boards discussions

getBadColumnNames

public Set<String> getBadColumnNames()
Specified by:
getBadColumnNames in interface BasePersistence<MBDiscussion>
Specified by:
getBadColumnNames in interface MBDiscussionPersistence
Overrides:
getBadColumnNames in class BasePersistenceImpl<MBDiscussion>

getTableColumnsMap

protected Map<String,Integer> getTableColumnsMap()
Overrides:
getTableColumnsMap in class BasePersistenceImpl<MBDiscussion>

afterPropertiesSet

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


destroy

public void destroy()

Liferay 7.0-ce-b4