Liferay 6.0.5

Uses of Interface
com.liferay.portlet.announcements.model.AnnouncementsFlag

Packages that use AnnouncementsFlag
com.liferay.portlet.announcements.model   
com.liferay.portlet.announcements.model.impl   
com.liferay.portlet.announcements.service   
com.liferay.portlet.announcements.service.base   
com.liferay.portlet.announcements.service.http   
com.liferay.portlet.announcements.service.impl   
com.liferay.portlet.announcements.service.persistence   
 

Uses of AnnouncementsFlag in com.liferay.portlet.announcements.model
 

Classes in com.liferay.portlet.announcements.model that implement AnnouncementsFlag
 class AnnouncementsFlagWrapper
           This class is a wrapper for AnnouncementsFlag.
 

Methods in com.liferay.portlet.announcements.model that return AnnouncementsFlag
 AnnouncementsFlag AnnouncementsFlagWrapper.getWrappedAnnouncementsFlag()
           
 AnnouncementsFlag AnnouncementsFlagWrapper.toEscapedModel()
           
 AnnouncementsFlag AnnouncementsFlagModel.toEscapedModel()
          Gets a copy of this announcements flag as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.announcements.model with parameters of type AnnouncementsFlag
 int AnnouncementsFlagWrapper.compareTo(AnnouncementsFlag announcementsFlag)
           
 int AnnouncementsFlagModel.compareTo(AnnouncementsFlag announcementsFlag)
           
static AnnouncementsFlagSoap AnnouncementsFlagSoap.toSoapModel(AnnouncementsFlag model)
           
static AnnouncementsFlagSoap[] AnnouncementsFlagSoap.toSoapModels(AnnouncementsFlag[] models)
           
static AnnouncementsFlagSoap[][] AnnouncementsFlagSoap.toSoapModels(AnnouncementsFlag[][] models)
           
 

Method parameters in com.liferay.portlet.announcements.model with type arguments of type AnnouncementsFlag
static AnnouncementsFlagSoap[] AnnouncementsFlagSoap.toSoapModels(List<AnnouncementsFlag> models)
           
 

Constructors in com.liferay.portlet.announcements.model with parameters of type AnnouncementsFlag
AnnouncementsFlagWrapper(AnnouncementsFlag announcementsFlag)
           
 

Uses of AnnouncementsFlag in com.liferay.portlet.announcements.model.impl
 

Classes in com.liferay.portlet.announcements.model.impl that implement AnnouncementsFlag
 class AnnouncementsFlagImpl
           
 

Methods in com.liferay.portlet.announcements.model.impl that return AnnouncementsFlag
 AnnouncementsFlag AnnouncementsFlagModelImpl.toEscapedModel()
           
static AnnouncementsFlag AnnouncementsFlagModelImpl.toModel(AnnouncementsFlagSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.announcements.model.impl that return types with arguments of type AnnouncementsFlag
static List<AnnouncementsFlag> AnnouncementsFlagModelImpl.toModels(AnnouncementsFlagSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.announcements.model.impl with parameters of type AnnouncementsFlag
 int AnnouncementsFlagModelImpl.compareTo(AnnouncementsFlag announcementsFlag)
           
 

Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service
 

Methods in com.liferay.portlet.announcements.service that return AnnouncementsFlag
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.addFlag(long userId, long entryId, int value)
           
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.addFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalService.addFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.createAnnouncementsFlag(long flagId)
          Creates a new announcements flag with the primary key.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.createAnnouncementsFlag(long flagId)
          Creates a new announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalService.createAnnouncementsFlag(long flagId)
          Creates a new announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlag(long flagId)
          Gets the announcements flag with the primary key.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlag(long flagId)
          Gets the announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId)
          Gets the announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagServiceWrapper.getFlag(long entryId, int value)
           
static AnnouncementsFlag AnnouncementsFlagServiceUtil.getFlag(long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagService.getFlag(long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.getFlag(long userId, long entryId, int value)
           
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.getFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalService.getFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
          Updates the announcements flag in the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
          Updates the announcements flag in the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
          Updates the announcements flag in the database.
 

Methods in com.liferay.portlet.announcements.service that return types with arguments of type AnnouncementsFlag
 List<AnnouncementsFlag> AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlags(int start, int end)
          Gets a range of all the announcements flags.
static List<AnnouncementsFlag> AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlags(int start, int end)
          Gets a range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagLocalService.getAnnouncementsFlags(int start, int end)
          Gets a range of all the announcements flags.
 

Methods in com.liferay.portlet.announcements.service with parameters of type AnnouncementsFlag
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
 void AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
static void AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 void AnnouncementsFlagLocalService.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
          Updates the announcements flag in the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
          Updates the announcements flag in the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
          Updates the announcements flag in the database.
 

Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service.base
 

Methods in com.liferay.portlet.announcements.service.base that return AnnouncementsFlag
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.createAnnouncementsFlag(long flagId)
          Creates a new announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.getAnnouncementsFlag(long flagId)
          Gets the announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
          Updates the announcements flag in the database.
 

Methods in com.liferay.portlet.announcements.service.base that return types with arguments of type AnnouncementsFlag
 List<AnnouncementsFlag> AnnouncementsFlagLocalServiceBaseImpl.getAnnouncementsFlags(int start, int end)
          Gets a range of all the announcements flags.
 

Methods in com.liferay.portlet.announcements.service.base with parameters of type AnnouncementsFlag
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
 void AnnouncementsFlagLocalServiceBaseImpl.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceBaseImpl.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag, boolean merge)
          Updates the announcements flag in the database.
 

Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service.http
 

Methods in com.liferay.portlet.announcements.service.http that return AnnouncementsFlag
static AnnouncementsFlag AnnouncementsFlagServiceHttp.getFlag(HttpPrincipal httpPrincipal, long entryId, int value)
           
 

Methods in com.liferay.portlet.announcements.service.http with parameters of type AnnouncementsFlag
static JSONArray AnnouncementsFlagJSONSerializer.toJSONArray(AnnouncementsFlag[] models)
           
static JSONArray AnnouncementsFlagJSONSerializer.toJSONArray(AnnouncementsFlag[][] models)
           
static JSONObject AnnouncementsFlagJSONSerializer.toJSONObject(AnnouncementsFlag model)
           
 

Method parameters in com.liferay.portlet.announcements.service.http with type arguments of type AnnouncementsFlag
static JSONArray AnnouncementsFlagJSONSerializer.toJSONArray(List<AnnouncementsFlag> models)
           
 

Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service.impl
 

Methods in com.liferay.portlet.announcements.service.impl that return AnnouncementsFlag
 AnnouncementsFlag AnnouncementsFlagLocalServiceImpl.addFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagServiceImpl.getFlag(long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalServiceImpl.getFlag(long userId, long entryId, int value)
           
 

Uses of AnnouncementsFlag in com.liferay.portlet.announcements.service.persistence
 

Methods in com.liferay.portlet.announcements.service.persistence that return AnnouncementsFlag
static AnnouncementsFlag AnnouncementsFlagUtil.create(long flagId)
          Creates a new announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagPersistence.create(long flagId)
          Creates a new announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.create(long flagId)
          Creates a new announcements flag with the primary key.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByPrimaryKey(long flagId)
          Finds the announcements flag with the primary key or returns null if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByPrimaryKey(long flagId)
          Finds the announcements flag with the primary key or returns null if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.fetchByPrimaryKey(long flagId)
          Finds the announcements flag with the primary key or returns null if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the announcements flag with the primary key or returns null if it could not be found.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByU_E_V(long userId, long entryId, int value)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByU_E_V(long userId, long entryId, int value)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.fetchByU_E_V(long userId, long entryId, int value)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByU_E_V(long userId, long entryId, int value, boolean retrieveFromCache)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found, optionally using the finder cache.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByU_E_V(long userId, long entryId, int value, boolean retrieveFromCache)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found, optionally using the finder cache.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.fetchByU_E_V(long userId, long entryId, int value, boolean retrieveFromCache)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or returns null if it could not be found, optionally using the finder cache.
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Finds the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Finds the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Finds the first announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Finds the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Finds the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Finds the last announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag[] AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator orderByComparator)
          Finds the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag[] AnnouncementsFlagPersistence.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator orderByComparator)
          Finds the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag[] AnnouncementsFlagPersistenceImpl.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator orderByComparator)
          Finds the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByPrimaryKey(long flagId)
          Finds the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByPrimaryKey(long flagId)
          Finds the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByPrimaryKey(long flagId)
          Finds the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the announcements flag with the primary key or throws a NoSuchModelException if it could not be found.
static AnnouncementsFlag AnnouncementsFlagUtil.findByU_E_V(long userId, long entryId, int value)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByU_E_V(long userId, long entryId, int value)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.findByU_E_V(long userId, long entryId, int value)
          Finds the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found.
protected  AnnouncementsFlag AnnouncementsFlagPersistenceImpl.getByEntryId_PrevAndNext(Session session, AnnouncementsFlag announcementsFlag, long entryId, OrderByComparator orderByComparator, boolean previous)
           
static AnnouncementsFlag AnnouncementsFlagUtil.remove(AnnouncementsFlag announcementsFlag)
           
static AnnouncementsFlag AnnouncementsFlagUtil.remove(long flagId)
          Removes the announcements flag with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagPersistence.remove(long flagId)
          Removes the announcements flag with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.remove(long flagId)
          Removes the announcements flag with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.remove(Serializable primaryKey)
          Removes the announcements flag with the primary key from the database.
protected  AnnouncementsFlag AnnouncementsFlagPersistenceImpl.removeImpl(AnnouncementsFlag announcementsFlag)
           
protected  AnnouncementsFlag AnnouncementsFlagPersistenceImpl.toUnwrappedModel(AnnouncementsFlag announcementsFlag)
           
static AnnouncementsFlag AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag, boolean merge)
           
static AnnouncementsFlag AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag, boolean merge, ServiceContext serviceContext)
           
static AnnouncementsFlag AnnouncementsFlagUtil.updateImpl(AnnouncementsFlag announcementsFlag, boolean merge)
           
 AnnouncementsFlag AnnouncementsFlagPersistence.updateImpl(AnnouncementsFlag announcementsFlag, boolean merge)
           
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.updateImpl(AnnouncementsFlag announcementsFlag, boolean merge)
           
 

Methods in com.liferay.portlet.announcements.service.persistence that return types with arguments of type AnnouncementsFlag
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findAll()
          Finds all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll()
          Finds all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findAll()
          Finds all the announcements flags.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findAll(int start, int end)
          Finds a range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll(int start, int end)
          Finds a range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findAll(int start, int end)
          Finds a range of all the announcements flags.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the announcements flags.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findByEntryId(long entryId)
          Finds all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findByEntryId(long entryId)
          Finds all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findByEntryId(long entryId)
          Finds all the announcements flags where entryId = ?.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findByEntryId(long entryId, int start, int end)
          Finds a range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findByEntryId(long entryId, int start, int end)
          Finds a range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findByEntryId(long entryId, int start, int end)
          Finds a range of all the announcements flags where entryId = ?.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistenceImpl.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the announcements flags where entryId = ?.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.announcements.service.persistence with parameters of type AnnouncementsFlag
static void AnnouncementsFlagUtil.cacheResult(AnnouncementsFlag announcementsFlag)
          Caches the announcements flag in the entity cache if it is enabled.
 void AnnouncementsFlagPersistence.cacheResult(AnnouncementsFlag announcementsFlag)
          Caches the announcements flag in the entity cache if it is enabled.
 void AnnouncementsFlagPersistenceImpl.cacheResult(AnnouncementsFlag announcementsFlag)
          Caches the announcements flag in the entity cache if it is enabled.
static void AnnouncementsFlagUtil.clearCache(AnnouncementsFlag announcementsFlag)
           
 void AnnouncementsFlagPersistenceImpl.clearCache(AnnouncementsFlag announcementsFlag)
          Clears the cache for the announcements flag.
protected  AnnouncementsFlag AnnouncementsFlagPersistenceImpl.getByEntryId_PrevAndNext(Session session, AnnouncementsFlag announcementsFlag, long entryId, OrderByComparator orderByComparator, boolean previous)
           
static AnnouncementsFlag AnnouncementsFlagUtil.remove(AnnouncementsFlag announcementsFlag)
           
protected  AnnouncementsFlag AnnouncementsFlagPersistenceImpl.removeImpl(AnnouncementsFlag announcementsFlag)
           
protected  AnnouncementsFlag AnnouncementsFlagPersistenceImpl.toUnwrappedModel(AnnouncementsFlag announcementsFlag)
           
static AnnouncementsFlag AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag, boolean merge)
           
static AnnouncementsFlag AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag, boolean merge, ServiceContext serviceContext)
           
static AnnouncementsFlag AnnouncementsFlagUtil.updateImpl(AnnouncementsFlag announcementsFlag, boolean merge)
           
 AnnouncementsFlag AnnouncementsFlagPersistence.updateImpl(AnnouncementsFlag announcementsFlag, boolean merge)
           
 AnnouncementsFlag AnnouncementsFlagPersistenceImpl.updateImpl(AnnouncementsFlag announcementsFlag, boolean merge)
           
 

Method parameters in com.liferay.portlet.announcements.service.persistence with type arguments of type AnnouncementsFlag
static void AnnouncementsFlagUtil.cacheResult(List<AnnouncementsFlag> announcementsFlags)
          Caches the announcements flags in the entity cache if it is enabled.
 void AnnouncementsFlagPersistence.cacheResult(List<AnnouncementsFlag> announcementsFlags)
          Caches the announcements flags in the entity cache if it is enabled.
 void AnnouncementsFlagPersistenceImpl.cacheResult(List<AnnouncementsFlag> announcementsFlags)
          Caches the announcements flags in the entity cache if it is enabled.
 


Liferay 6.0.5