|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnouncementsFlagPersistence
Method Summary | |
---|---|
int |
countAll()
|
int |
countByEntryId(long entryId)
|
int |
countByU_E_V(long userId,
long entryId,
int value)
|
AnnouncementsFlag |
create(long flagId)
|
AnnouncementsFlag |
fetchByPrimaryKey(long flagId)
|
AnnouncementsFlag |
fetchByU_E_V(long userId,
long entryId,
int value)
|
java.util.List<AnnouncementsFlag> |
findAll()
|
java.util.List<AnnouncementsFlag> |
findAll(int start,
int end)
|
java.util.List<AnnouncementsFlag> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsFlag |
findByEntryId_First(long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsFlag |
findByEntryId_Last(long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsFlag[] |
findByEntryId_PrevAndNext(long flagId,
long entryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<AnnouncementsFlag> |
findByEntryId(long entryId)
|
java.util.List<AnnouncementsFlag> |
findByEntryId(long entryId,
int start,
int end)
|
java.util.List<AnnouncementsFlag> |
findByEntryId(long entryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
AnnouncementsFlag |
findByPrimaryKey(long flagId)
|
AnnouncementsFlag |
findByU_E_V(long userId,
long entryId,
int value)
|
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)
|
AnnouncementsFlag |
remove(AnnouncementsFlag announcementsFlag)
|
AnnouncementsFlag |
remove(long flagId)
|
void |
removeAll()
|
void |
removeByEntryId(long entryId)
|
void |
removeByU_E_V(long userId,
long entryId,
int value)
|
void |
unregisterListener(ModelListener listener)
|
AnnouncementsFlag |
update(AnnouncementsFlag announcementsFlag)
Deprecated. Use update(AnnouncementsFlag announcementsFlag, boolean merge) . |
AnnouncementsFlag |
update(AnnouncementsFlag announcementsFlag,
boolean merge)
Add, update, or merge, the entity. |
AnnouncementsFlag |
updateImpl(AnnouncementsFlag announcementsFlag,
boolean merge)
|
Method Detail |
---|
AnnouncementsFlag create(long flagId)
AnnouncementsFlag remove(long flagId) throws com.liferay.portal.SystemException, NoSuchFlagException
com.liferay.portal.SystemException
NoSuchFlagException
AnnouncementsFlag remove(AnnouncementsFlag announcementsFlag) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
AnnouncementsFlag update(AnnouncementsFlag announcementsFlag) throws com.liferay.portal.SystemException
update(AnnouncementsFlag announcementsFlag, boolean merge)
.
com.liferay.portal.SystemException
AnnouncementsFlag update(AnnouncementsFlag announcementsFlag, boolean merge) throws com.liferay.portal.SystemException
announcementsFlag
- 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 announcementsFlag is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
AnnouncementsFlag updateImpl(AnnouncementsFlag announcementsFlag, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
AnnouncementsFlag findByPrimaryKey(long flagId) throws com.liferay.portal.SystemException, NoSuchFlagException
com.liferay.portal.SystemException
NoSuchFlagException
AnnouncementsFlag fetchByPrimaryKey(long flagId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsFlag> findByEntryId(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsFlag> findByEntryId(long entryId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsFlag> findByEntryId(long entryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
AnnouncementsFlag findByEntryId_First(long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFlagException
com.liferay.portal.SystemException
NoSuchFlagException
AnnouncementsFlag findByEntryId_Last(long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFlagException
com.liferay.portal.SystemException
NoSuchFlagException
AnnouncementsFlag[] findByEntryId_PrevAndNext(long flagId, long entryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFlagException
com.liferay.portal.SystemException
NoSuchFlagException
AnnouncementsFlag findByU_E_V(long userId, long entryId, int value) throws com.liferay.portal.SystemException, NoSuchFlagException
com.liferay.portal.SystemException
NoSuchFlagException
AnnouncementsFlag fetchByU_E_V(long userId, long entryId, int value) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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<AnnouncementsFlag> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsFlag> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsFlag> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByEntryId(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByU_E_V(long userId, long entryId, int value) throws com.liferay.portal.SystemException, NoSuchFlagException
com.liferay.portal.SystemException
NoSuchFlagException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByEntryId(long entryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByU_E_V(long userId, long entryId, int value) 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 |