Liferay 6.2-ce-ga5

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

Packages that use AnnouncementsFlag
com.liferay.portlet.announcements.model   
com.liferay.portlet.announcements.service   
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()
          Deprecated. As of 6.1.0, replaced by AnnouncementsFlagWrapper.getWrappedModel()
 AnnouncementsFlag AnnouncementsFlagWrapper.getWrappedModel()
           
 AnnouncementsFlag AnnouncementsFlagModel.toEscapedModel()
           
 AnnouncementsFlag AnnouncementsFlagWrapper.toEscapedModel()
           
 AnnouncementsFlag AnnouncementsFlagModel.toUnescapedModel()
           
 AnnouncementsFlag AnnouncementsFlagWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.announcements.model that return types with arguments of type AnnouncementsFlag
 CacheModel<AnnouncementsFlag> AnnouncementsFlagModel.toCacheModel()
           
 CacheModel<AnnouncementsFlag> AnnouncementsFlagWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.announcements.model with parameters of type AnnouncementsFlag
 int AnnouncementsFlagModel.compareTo(AnnouncementsFlag announcementsFlag)
           
 int AnnouncementsFlagWrapper.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.service
 

Methods in com.liferay.portlet.announcements.service that return AnnouncementsFlag
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.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.addFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalService.addFlag(long userId, long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.addFlag(long userId, long entryId, int value)
           
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.createAnnouncementsFlag(long flagId)
          Creates a new announcements flag with the primary key.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(long flagId)
          Deletes the announcements flag with the primary key from the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.fetchAnnouncementsFlag(long flagId)
           
 AnnouncementsFlag AnnouncementsFlagLocalService.fetchAnnouncementsFlag(long flagId)
           
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.fetchAnnouncementsFlag(long flagId)
           
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.getAnnouncementsFlag(long flagId)
          Returns the announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalService.getAnnouncementsFlag(long flagId)
          Returns the announcements flag with the primary key.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.getAnnouncementsFlag(long flagId)
          Returns the announcements flag with the primary key.
static AnnouncementsFlag AnnouncementsFlagServiceUtil.getFlag(long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagServiceWrapper.getFlag(long entryId, int value)
           
 AnnouncementsFlag AnnouncementsFlagService.getFlag(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.getFlag(long userId, long entryId, int value)
           
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database or adds it if it does not yet exist.
 AnnouncementsFlag AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database or adds it if it does not yet exist.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.announcements.service with parameters of type AnnouncementsFlag
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.addAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Adds the announcements flag to the database.
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 AnnouncementsFlag AnnouncementsFlagLocalService.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.deleteAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Deletes the announcements flag from the database.
static void AnnouncementsFlagLocalServiceUtil.deleteFlag(AnnouncementsFlag flag)
           
 void AnnouncementsFlagLocalService.deleteFlag(AnnouncementsFlag flag)
           
 void AnnouncementsFlagLocalServiceWrapper.deleteFlag(AnnouncementsFlag flag)
           
static AnnouncementsFlag AnnouncementsFlagLocalServiceUtil.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database or adds it if it does not yet exist.
 AnnouncementsFlag AnnouncementsFlagLocalService.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database or adds it if it does not yet exist.
 AnnouncementsFlag AnnouncementsFlagLocalServiceWrapper.updateAnnouncementsFlag(AnnouncementsFlag announcementsFlag)
          Updates the announcements flag in the database or adds it if it does not yet exist.
 

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.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.fetchByPrimaryKey(long flagId)
          Returns the announcements flag with the primary key or returns null if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistence.fetchByPrimaryKey(long flagId)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns 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)
          Returns the first announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_First(long entryId, OrderByComparator orderByComparator)
          Returns the first announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByEntryId_Last(long entryId, OrderByComparator orderByComparator)
          Returns the last announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag[] AnnouncementsFlagUtil.findByEntryId_PrevAndNext(long flagId, long entryId, OrderByComparator orderByComparator)
          Returns 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)
          Returns the announcements flags before and after the current announcements flag in the ordered set where entryId = ?.
static AnnouncementsFlag AnnouncementsFlagUtil.findByPrimaryKey(long flagId)
          Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found.
 AnnouncementsFlag AnnouncementsFlagPersistence.findByPrimaryKey(long flagId)
          Returns the announcements flag with the primary key or throws a NoSuchFlagException if it could not be found.
static AnnouncementsFlag AnnouncementsFlagUtil.findByU_E_V(long userId, long entryId, int value)
          Returns 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)
          Returns the announcements flag where userId = ? and entryId = ? and value = ? or throws a NoSuchFlagException if it could not be found.
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.
static AnnouncementsFlag AnnouncementsFlagUtil.removeByU_E_V(long userId, long entryId, int value)
          Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database.
 AnnouncementsFlag AnnouncementsFlagPersistence.removeByU_E_V(long userId, long entryId, int value)
          Removes the announcements flag where userId = ? and entryId = ? and value = ? from the database.
static AnnouncementsFlag AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag)
           
static AnnouncementsFlag AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag, ServiceContext serviceContext)
           
static AnnouncementsFlag AnnouncementsFlagUtil.updateImpl(AnnouncementsFlag announcementsFlag)
           
 AnnouncementsFlag AnnouncementsFlagPersistence.updateImpl(AnnouncementsFlag announcementsFlag)
           
 

Methods in com.liferay.portlet.announcements.service.persistence that return types with arguments of type AnnouncementsFlag
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findAll()
          Returns all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll()
          Returns all the announcements flags.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findAll(int start, int end)
          Returns a range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll(int start, int end)
          Returns a range of all the announcements flags.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements flags.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements flags.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findByEntryId(long entryId)
          Returns all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findByEntryId(long entryId)
          Returns all the announcements flags where entryId = ?.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findByEntryId(long entryId, int start, int end)
          Returns a range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findByEntryId(long entryId, int start, int end)
          Returns a range of all the announcements flags where entryId = ?.
static List<AnnouncementsFlag> AnnouncementsFlagUtil.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements flags where entryId = ?.
 List<AnnouncementsFlag> AnnouncementsFlagPersistence.findByEntryId(long entryId, int start, int end, OrderByComparator orderByComparator)
          Returns 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.
static void AnnouncementsFlagUtil.clearCache(AnnouncementsFlag announcementsFlag)
           
static AnnouncementsFlag AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag)
           
static AnnouncementsFlag AnnouncementsFlagUtil.update(AnnouncementsFlag announcementsFlag, ServiceContext serviceContext)
           
static AnnouncementsFlag AnnouncementsFlagUtil.updateImpl(AnnouncementsFlag announcementsFlag)
           
 AnnouncementsFlag AnnouncementsFlagPersistence.updateImpl(AnnouncementsFlag announcementsFlag)
           
 

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.
 


Liferay 6.2-ce-ga5