|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnouncementsEntryPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByC_C_A(long classNameId,
long classPK,
boolean alert)
|
int |
countByC_C(long classNameId,
long classPK)
|
int |
countByUserId(long userId)
|
int |
countByUuid(java.lang.String uuid)
|
AnnouncementsEntry |
create(long entryId)
|
AnnouncementsEntry |
fetchByPrimaryKey(long entryId)
|
java.util.List<AnnouncementsEntry> |
findAll()
|
java.util.List<AnnouncementsEntry> |
findAll(int start,
int end)
|
java.util.List<AnnouncementsEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry |
findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry |
findByC_C_A_Last(long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry[] |
findByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AnnouncementsEntry> |
findByC_C_A(long classNameId,
long classPK,
boolean alert)
|
java.util.List<AnnouncementsEntry> |
findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end)
|
java.util.List<AnnouncementsEntry> |
findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry |
findByC_C_First(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry |
findByC_C_Last(long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry[] |
findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AnnouncementsEntry> |
findByC_C(long classNameId,
long classPK)
|
java.util.List<AnnouncementsEntry> |
findByC_C(long classNameId,
long classPK,
int start,
int end)
|
java.util.List<AnnouncementsEntry> |
findByC_C(long classNameId,
long classPK,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry |
findByPrimaryKey(long entryId)
|
AnnouncementsEntry |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry[] |
findByUserId_PrevAndNext(long entryId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AnnouncementsEntry> |
findByUserId(long userId)
|
java.util.List<AnnouncementsEntry> |
findByUserId(long userId,
int start,
int end)
|
java.util.List<AnnouncementsEntry> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsEntry[] |
findByUuid_PrevAndNext(long entryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AnnouncementsEntry> |
findByUuid(java.lang.String uuid)
|
java.util.List<AnnouncementsEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<AnnouncementsEntry> |
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)
|
void |
registerListener(ModelListener listener)
|
AnnouncementsEntry |
remove(AnnouncementsEntry announcementsEntry)
|
AnnouncementsEntry |
remove(long entryId)
|
void |
removeAll()
|
void |
removeByC_C_A(long classNameId,
long classPK,
boolean alert)
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
removeByUserId(long userId)
|
void |
removeByUuid(java.lang.String uuid)
|
void |
unregisterListener(ModelListener listener)
|
AnnouncementsEntry |
update(AnnouncementsEntry announcementsEntry)
Deprecated. Use update(AnnouncementsEntry announcementsEntry, boolean merge) . |
AnnouncementsEntry |
update(AnnouncementsEntry announcementsEntry,
boolean merge)
Add, update, or merge, the entity. |
AnnouncementsEntry |
updateImpl(AnnouncementsEntry announcementsEntry,
boolean merge)
|
Method Detail |
---|
AnnouncementsEntry create(long entryId)
AnnouncementsEntry remove(long entryId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry remove(AnnouncementsEntry announcementsEntry) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
AnnouncementsEntry update(AnnouncementsEntry announcementsEntry) throws com.liferay.portal.SystemException
update(AnnouncementsEntry announcementsEntry, boolean merge)
.
com.liferay.portal.SystemException
AnnouncementsEntry update(AnnouncementsEntry announcementsEntry, boolean merge) throws com.liferay.portal.SystemException
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.
com.liferay.portal.SystemException
AnnouncementsEntry updateImpl(AnnouncementsEntry announcementsEntry, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
AnnouncementsEntry findByPrimaryKey(long entryId) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry fetchByPrimaryKey(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsEntry> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsEntry> findByUuid(java.lang.String uuid, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
com.liferay.portal.SystemException
AnnouncementsEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry[] findByUuid_PrevAndNext(long entryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<AnnouncementsEntry> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsEntry> findByUserId(long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsEntry> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
AnnouncementsEntry findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry[] findByUserId_PrevAndNext(long entryId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<AnnouncementsEntry> findByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsEntry> findByC_C(long classNameId, long classPK, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
com.liferay.portal.SystemException
AnnouncementsEntry findByC_C_First(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry findByC_C_Last(long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry[] findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<AnnouncementsEntry> findByC_C_A(long classNameId, long classPK, boolean alert) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsEntry> findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
com.liferay.portal.SystemException
AnnouncementsEntry findByC_C_A_First(long classNameId, long classPK, boolean alert, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
AnnouncementsEntry findByC_C_A_Last(long classNameId, long classPK, boolean alert, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
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
com.liferay.portal.SystemException
NoSuchEntryException
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<AnnouncementsEntry> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsEntry> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsEntry> 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 removeByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C_A(long classNameId, long classPK, boolean alert) 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 countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C_A(long classNameId, long classPK, boolean alert) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |