com.liferay.portlet.messageboards.service.persistence
Interface MBMailingListPersistence
- All Superinterfaces:
- BasePersistence<MBMailingList>
- All Known Implementing Classes:
- MBMailingListPersistenceImpl
public interface MBMailingListPersistence
- extends BasePersistence<MBMailingList>
- See Also:
MBMailingListPersistenceImpl,
MBMailingListUtil- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
void |
cacheResult(List<MBMailingList> mbMailingLists)
|
void |
cacheResult(MBMailingList mbMailingList)
|
int |
countAll()
|
int |
countByActive(boolean active)
|
int |
countByG_C(long groupId,
long categoryId)
|
int |
countByUUID_G(String uuid,
long groupId)
|
int |
countByUuid(String uuid)
|
MBMailingList |
create(long mailingListId)
|
MBMailingList |
fetchByG_C(long groupId,
long categoryId)
|
MBMailingList |
fetchByG_C(long groupId,
long categoryId,
boolean retrieveFromCache)
|
MBMailingList |
fetchByPrimaryKey(long mailingListId)
|
MBMailingList |
fetchByUUID_G(String uuid,
long groupId)
|
MBMailingList |
fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
|
List<MBMailingList> |
findAll()
|
List<MBMailingList> |
findAll(int start,
int end)
|
List<MBMailingList> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
MBMailingList |
findByActive_First(boolean active,
OrderByComparator orderByComparator)
|
MBMailingList |
findByActive_Last(boolean active,
OrderByComparator orderByComparator)
|
MBMailingList[] |
findByActive_PrevAndNext(long mailingListId,
boolean active,
OrderByComparator orderByComparator)
|
List<MBMailingList> |
findByActive(boolean active)
|
List<MBMailingList> |
findByActive(boolean active,
int start,
int end)
|
List<MBMailingList> |
findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMailingList |
findByG_C(long groupId,
long categoryId)
|
MBMailingList |
findByPrimaryKey(long mailingListId)
|
MBMailingList |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
|
MBMailingList |
findByUUID_G(String uuid,
long groupId)
|
MBMailingList |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
|
MBMailingList[] |
findByUuid_PrevAndNext(long mailingListId,
String uuid,
OrderByComparator orderByComparator)
|
List<MBMailingList> |
findByUuid(String uuid)
|
List<MBMailingList> |
findByUuid(String uuid,
int start,
int end)
|
List<MBMailingList> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
|
MBMailingList |
remove(long mailingListId)
|
void |
removeAll()
|
void |
removeByActive(boolean active)
|
void |
removeByG_C(long groupId,
long categoryId)
|
void |
removeByUUID_G(String uuid,
long groupId)
|
void |
removeByUuid(String uuid)
|
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, update |
cacheResult
void cacheResult(MBMailingList mbMailingList)
cacheResult
void cacheResult(List<MBMailingList> mbMailingLists)
create
MBMailingList create(long mailingListId)
remove
MBMailingList remove(long mailingListId)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
updateImpl
MBMailingList updateImpl(MBMailingList mbMailingList,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
MBMailingList findByPrimaryKey(long mailingListId)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
fetchByPrimaryKey
MBMailingList fetchByPrimaryKey(long mailingListId)
throws SystemException
- Throws:
SystemException
findByUuid
List<MBMailingList> findByUuid(String uuid)
throws SystemException
- Throws:
SystemException
findByUuid
List<MBMailingList> findByUuid(String uuid,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByUuid
List<MBMailingList> findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByUuid_First
MBMailingList findByUuid_First(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
findByUuid_Last
MBMailingList findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
findByUuid_PrevAndNext
MBMailingList[] findByUuid_PrevAndNext(long mailingListId,
String uuid,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
findByUUID_G
MBMailingList findByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
fetchByUUID_G
MBMailingList fetchByUUID_G(String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
fetchByUUID_G
MBMailingList fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findByActive
List<MBMailingList> findByActive(boolean active)
throws SystemException
- Throws:
SystemException
findByActive
List<MBMailingList> findByActive(boolean active,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByActive
List<MBMailingList> findByActive(boolean active,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByActive_First
MBMailingList findByActive_First(boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
findByActive_Last
MBMailingList findByActive_Last(boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
findByActive_PrevAndNext
MBMailingList[] findByActive_PrevAndNext(long mailingListId,
boolean active,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
findByG_C
MBMailingList findByG_C(long groupId,
long categoryId)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
fetchByG_C
MBMailingList fetchByG_C(long groupId,
long categoryId)
throws SystemException
- Throws:
SystemException
fetchByG_C
MBMailingList fetchByG_C(long groupId,
long categoryId,
boolean retrieveFromCache)
throws SystemException
- Throws:
SystemException
findAll
List<MBMailingList> findAll()
throws SystemException
- Throws:
SystemException
findAll
List<MBMailingList> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
List<MBMailingList> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByUuid
void removeByUuid(String uuid)
throws SystemException
- Throws:
SystemException
removeByUUID_G
void removeByUUID_G(String uuid,
long groupId)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
removeByActive
void removeByActive(boolean active)
throws SystemException
- Throws:
SystemException
removeByG_C
void removeByG_C(long groupId,
long categoryId)
throws SystemException,
NoSuchMailingListException
- Throws:
SystemException
NoSuchMailingListException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByUuid
int countByUuid(String uuid)
throws SystemException
- Throws:
SystemException
countByUUID_G
int countByUUID_G(String uuid,
long groupId)
throws SystemException
- Throws:
SystemException
countByActive
int countByActive(boolean active)
throws SystemException
- Throws:
SystemException
countByG_C
int countByG_C(long groupId,
long categoryId)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException