com.liferay.portlet.announcements.service.persistence
Class AnnouncementsEntryUtil
java.lang.Object
com.liferay.portlet.announcements.service.persistence.AnnouncementsEntryUtil
public class AnnouncementsEntryUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
static int |
countAll()
|
static int |
countByC_C_A(long classNameId,
long classPK,
boolean alert)
|
static int |
countByC_C(long classNameId,
long classPK)
|
static int |
countByUserId(long userId)
|
static int |
countByUuid(java.lang.String uuid)
|
static AnnouncementsEntry |
create(long entryId)
|
static AnnouncementsEntry |
fetchByPrimaryKey(long entryId)
|
static java.util.List<AnnouncementsEntry> |
findAll()
|
static java.util.List<AnnouncementsEntry> |
findAll(int start,
int end)
|
static java.util.List<AnnouncementsEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry |
findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry |
findByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry[] |
findByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<AnnouncementsEntry> |
findByC_C_A(long classNameId,
long classPK,
boolean alert)
|
static java.util.List<AnnouncementsEntry> |
findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end)
|
static java.util.List<AnnouncementsEntry> |
findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry[] |
findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<AnnouncementsEntry> |
findByC_C(long classNameId,
long classPK)
|
static java.util.List<AnnouncementsEntry> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
|
static java.util.List<AnnouncementsEntry> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry |
findByPrimaryKey(long entryId)
|
static AnnouncementsEntry |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry[] |
findByUserId_PrevAndNext(long entryId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<AnnouncementsEntry> |
findByUserId(long userId)
|
static java.util.List<AnnouncementsEntry> |
findByUserId(long userId,
int start,
int end)
|
static java.util.List<AnnouncementsEntry> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static AnnouncementsEntry[] |
findByUuid_PrevAndNext(long entryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<AnnouncementsEntry> |
findByUuid(java.lang.String uuid)
|
static java.util.List<AnnouncementsEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
static java.util.List<AnnouncementsEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static AnnouncementsEntryPersistence |
getPersistence()
|
static void |
registerListener(ModelListener listener)
|
static AnnouncementsEntry |
remove(AnnouncementsEntry announcementsEntry)
|
static AnnouncementsEntry |
remove(long entryId)
|
static void |
removeAll()
|
static void |
removeByC_C_A(long classNameId,
long classPK,
boolean alert)
|
static void |
removeByC_C(long classNameId,
long classPK)
|
static void |
removeByUserId(long userId)
|
static void |
removeByUuid(java.lang.String uuid)
|
void |
setPersistence(AnnouncementsEntryPersistence persistence)
|
static void |
unregisterListener(ModelListener listener)
|
static AnnouncementsEntry |
update(AnnouncementsEntry announcementsEntry)
Deprecated. Use update(AnnouncementsEntry announcementsEntry, boolean merge) . |
static AnnouncementsEntry |
update(AnnouncementsEntry announcementsEntry,
boolean merge)
Add, update, or merge, the entity. |
static AnnouncementsEntry |
updateImpl(AnnouncementsEntry announcementsEntry,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsEntryUtil
public AnnouncementsEntryUtil()
create
public static AnnouncementsEntry create(long entryId)
remove
public static AnnouncementsEntry remove(long entryId)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
remove
public static AnnouncementsEntry remove(AnnouncementsEntry announcementsEntry)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public static AnnouncementsEntry update(AnnouncementsEntry announcementsEntry)
throws com.liferay.portal.SystemException
- Deprecated. Use
update(AnnouncementsEntry announcementsEntry, boolean merge)
.
- Throws:
com.liferay.portal.SystemException
update
public static AnnouncementsEntry update(AnnouncementsEntry announcementsEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Add, update, or merge, the entity. This method also calls the model
listeners to trigger the proper events associated with adding, deleting,
or updating an entity.
- Parameters:
announcementsEntry
- 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 announcementsEntry is
transient. See LEP-5473 for a detailed discussion of this
method.
- Returns:
- true if the portlet can be displayed via Ajax
- Throws:
com.liferay.portal.SystemException
updateImpl
public static AnnouncementsEntry updateImpl(AnnouncementsEntry announcementsEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static AnnouncementsEntry findByPrimaryKey(long entryId)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
fetchByPrimaryKey
public static AnnouncementsEntry fetchByPrimaryKey(long entryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<AnnouncementsEntry> findByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<AnnouncementsEntry> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid
public static java.util.List<AnnouncementsEntry> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUuid_First
public static AnnouncementsEntry findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByUuid_Last
public static AnnouncementsEntry findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByUuid_PrevAndNext
public static AnnouncementsEntry[] findByUuid_PrevAndNext(long entryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByUserId
public static java.util.List<AnnouncementsEntry> findByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId
public static java.util.List<AnnouncementsEntry> findByUserId(long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId
public static java.util.List<AnnouncementsEntry> findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByUserId_First
public static AnnouncementsEntry findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByUserId_Last
public static AnnouncementsEntry findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByUserId_PrevAndNext
public static AnnouncementsEntry[] findByUserId_PrevAndNext(long entryId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByC_C
public static java.util.List<AnnouncementsEntry> findByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C
public static java.util.List<AnnouncementsEntry> findByC_C(long classNameId,
long classPK,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C
public static java.util.List<AnnouncementsEntry> findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C_First
public static AnnouncementsEntry findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByC_C_Last
public static AnnouncementsEntry findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByC_C_PrevAndNext
public static AnnouncementsEntry[] findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByC_C_A
public static java.util.List<AnnouncementsEntry> findByC_C_A(long classNameId,
long classPK,
boolean alert)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C_A
public static java.util.List<AnnouncementsEntry> findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C_A
public static java.util.List<AnnouncementsEntry> findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByC_C_A_First
public static AnnouncementsEntry findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByC_C_A_Last
public static AnnouncementsEntry findByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByC_C_A_PrevAndNext
public static AnnouncementsEntry[] findByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<AnnouncementsEntry> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<AnnouncementsEntry> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<AnnouncementsEntry> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUuid
public static void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByUserId
public static void removeByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByC_C
public static void removeByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByC_C_A
public static void removeByC_C_A(long classNameId,
long classPK,
boolean alert)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUuid
public static int countByUuid(java.lang.String uuid)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByUserId
public static int countByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_C
public static int countByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_C_A
public static int countByC_C_A(long classNameId,
long classPK,
boolean alert)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
registerListener
public static void registerListener(ModelListener listener)
unregisterListener
public static void unregisterListener(ModelListener listener)
getPersistence
public static AnnouncementsEntryPersistence getPersistence()
setPersistence
public void setPersistence(AnnouncementsEntryPersistence persistence)