|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MBMailingListPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
MBMailingListPersistenceImpl,
MBMailingListUtil| Method Summary | |
|---|---|
void |
cacheResult(java.util.List<MBMailingList> mbMailingLists)
|
void |
cacheResult(MBMailingList mbMailingList)
|
void |
clearCache()
|
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 obc)
|
MBMailingList |
findByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMailingList |
findByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMailingList[] |
findByActive_PrevAndNext(long mailingListId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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 obc)
|
MBMailingList |
findByCategoryId(long categoryId)
|
MBMailingList |
findByPrimaryKey(long mailingListId)
|
MBMailingList |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMailingList |
findByUUID_G(java.lang.String uuid,
long groupId)
|
MBMailingList |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBMailingList[] |
findByUuid_PrevAndNext(long mailingListId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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 obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
MBMailingList |
remove(long mailingListId)
|
MBMailingList |
remove(MBMailingList mbMailingList)
|
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 update(MBMailingList, boolean merge). |
MBMailingList |
update(MBMailingList mbMailingList,
boolean merge)
Add, update, or merge, the entity. |
MBMailingList |
updateImpl(MBMailingList mbMailingList,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
getListeners, registerListener, unregisterListener |
| Method Detail |
|---|
void cacheResult(MBMailingList mbMailingList)
void cacheResult(java.util.List<MBMailingList> mbMailingLists)
void clearCache()
clearCache in interface BasePersistenceMBMailingList create(long mailingListId)
MBMailingList remove(long mailingListId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList remove(MBMailingList mbMailingList)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMailingList update(MBMailingList mbMailingList)
throws com.liferay.portal.SystemException
update(MBMailingList, boolean merge).
com.liferay.portal.SystemException
MBMailingList update(MBMailingList mbMailingList,
boolean merge)
throws com.liferay.portal.SystemException
mbMailingList - the entity to add, update, or mergemerge - boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when mbMailingList is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
MBMailingList updateImpl(MBMailingList mbMailingList,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMailingList findByPrimaryKey(long mailingListId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList fetchByPrimaryKey(long mailingListId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMailingList findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList[] findByUuid_PrevAndNext(long mailingListId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMailingList fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMailingList findByCategoryId(long categoryId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList fetchByCategoryId(long categoryId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMailingList fetchByCategoryId(long categoryId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findByActive(boolean active)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findByActive(boolean active,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findByActive(boolean active,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBMailingList findByActive_First(boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList findByActive_Last(boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
MBMailingList[] findByActive_PrevAndNext(long mailingListId,
boolean active,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBMailingList> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
void removeByCategoryId(long categoryId)
throws com.liferay.portal.SystemException,
NoSuchMailingListException
com.liferay.portal.SystemException
NoSuchMailingListException
void removeByActive(boolean active)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCategoryId(long categoryId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByActive(boolean active)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||