|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
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 begin,
int end)
|
java.util.List<AnnouncementsFlag> |
findAll(int begin,
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 begin,
int end)
|
java.util.List<AnnouncementsFlag> |
findByEntryId(long entryId,
int begin,
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<AnnouncementsFlag> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<AnnouncementsFlag> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
AnnouncementsFlag |
remove(AnnouncementsFlag announcementsFlag)
|
AnnouncementsFlag |
remove(long flagId)
|
void |
removeAll()
|
void |
removeByEntryId(long entryId)
|
void |
removeByU_E_V(long userId,
long entryId,
int value)
|
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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsFlag> findByEntryId(long entryId, int begin, 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<AnnouncementsFlag> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsFlag> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, 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 begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<AnnouncementsFlag> findAll(int begin, 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |