|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnouncementsFlagPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
AnnouncementsFlagPersistenceImpl
,
AnnouncementsFlagUtil
Method Summary | |
---|---|
void |
cacheResult(AnnouncementsFlag announcementsFlag)
|
void |
cacheResult(java.util.List<AnnouncementsFlag> announcementsFlags)
|
void |
clearCache()
|
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)
|
AnnouncementsFlag |
fetchByU_E_V(long userId,
long entryId,
int value,
boolean retrieveFromCache)
|
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)
|
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, boolean merge) . |
AnnouncementsFlag |
update(AnnouncementsFlag announcementsFlag,
boolean merge)
Add, update, or merge, the entity. |
AnnouncementsFlag |
updateImpl(AnnouncementsFlag announcementsFlag,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(AnnouncementsFlag announcementsFlag)
void cacheResult(java.util.List<AnnouncementsFlag> announcementsFlags)
void clearCache()
clearCache
in interface BasePersistence
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, 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
AnnouncementsFlag fetchByU_E_V(long userId, long entryId, int value, boolean retrieveFromCache) 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |