com.liferay.portlet.messageboards.service.persistence
Interface MBMailingListPersistence
- All Superinterfaces:
- BasePersistence<MBMailingList>
public interface MBMailingListPersistence
- extends BasePersistence<MBMailingList>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
MBMailingListPersistenceImpl
,
MBMailingListUtil
- Generated:
Method Summary |
void |
cacheResult(java.util.List<MBMailingList> mbMailingLists)
|
void |
cacheResult(MBMailingList mbMailingList)
|
int |
countAll()
|
int |
countByActive(boolean active)
|
int |
countByCategoryId(long categoryId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
MBMailingList |
create(long mailingListId)
|
MBMailingList |
fetchByCategoryId(long categoryId)
|
MBMailingList |
fetchByCategoryId(long categoryId,
boolean retrieveFromCache)
|
MBMailingList |
fetchByPrimaryKey(long mailingListId)
|
MBMailingList |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
MBMailingList |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<MBMailingList> |
findAll()
|
java.util.List<MBMailingList> |
findAll(int start,
int end)
|
java.util.List<MBMailingList> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
MBMailingList |
findByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
MBMailingList |
findByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
MBMailingList[] |
findByActive_PrevAndNext(long mailingListId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<MBMailingList> |
findByActive(boolean active)
|
java.util.List<MBMailingList> |
findByActive(boolean active,
int start,
int end)
|
java.util.List<MBMailingList> |
findByActive(boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
MBMailingList |
findByCategoryId(long categoryId)
|
MBMailingList |
findByPrimaryKey(long mailingListId)
|
MBMailingList |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
MBMailingList |
findByUUID_G(java.lang.String uuid,
long groupId)
|
MBMailingList |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
MBMailingList[] |
findByUuid_PrevAndNext(long mailingListId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
java.util.List<MBMailingList> |
findByUuid(java.lang.String uuid)
|
java.util.List<MBMailingList> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<MBMailingList> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
MBMailingList |
remove(long mailingListId)
|
void |
removeAll()
|
void |
removeByActive(boolean active)
|
void |
removeByCategoryId(long categoryId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
MBMailingList |
update(MBMailingList mbMailingList)
Deprecated. Use BasePersistence.update(com.liferay.portal.model.BaseModel, boolean) . |
MBMailingList |
updateImpl(MBMailingList mbMailingList,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update |
cacheResult
void cacheResult(MBMailingList mbMailingList)
cacheResult
void cacheResult(java.util.List<MBMailingList> mbMailingLists)
create
MBMailingList create(long mailingListId)
remove
MBMailingList remove(long mailingListId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
update
MBMailingList update(MBMailingList mbMailingList)
throws com.liferay.portal.SystemException
- Deprecated. Use
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
MBMailingList updateImpl(MBMailingList mbMailingList,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
MBMailingList findByPrimaryKey(long mailingListId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
fetchByPrimaryKey
MBMailingList fetchByPrimaryKey(long mailingListId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
java.util.List<MBMailingList> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
java.util.List<MBMailingList> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
java.util.List<MBMailingList> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid_First
MBMailingList findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
findByUuid_Last
MBMailingList findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
findByUuid_PrevAndNext
MBMailingList[] findByUuid_PrevAndNext(long mailingListId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
findByUUID_G
MBMailingList findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
fetchByUUID_G
MBMailingList fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByUUID_G
MBMailingList fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCategoryId
MBMailingList findByCategoryId(long categoryId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
fetchByCategoryId
MBMailingList fetchByCategoryId(long categoryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fetchByCategoryId
MBMailingList fetchByCategoryId(long categoryId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByActive
java.util.List<MBMailingList> findByActive(boolean active)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByActive
java.util.List<MBMailingList> findByActive(boolean active,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByActive
java.util.List<MBMailingList> findByActive(boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByActive_First
MBMailingList findByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
findByActive_Last
MBMailingList findByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
findByActive_PrevAndNext
MBMailingList[] findByActive_PrevAndNext(long mailingListId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
findAll
java.util.List<MBMailingList> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<MBMailingList> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
java.util.List<MBMailingList> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUuid
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUUID_G
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
removeByCategoryId
void removeByCategoryId(long categoryId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
- Throws:
com.liferay.portal.SystemException
NoSuchMailingListException
removeByActive
void removeByActive(boolean active)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUuid
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUUID_G
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByCategoryId
int countByCategoryId(long categoryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByActive
int countByActive(boolean active)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException