Liferay 6.2-ce-ga5

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

Packages that use AnnouncementsEntry
com.liferay.portlet.announcements.model   
com.liferay.portlet.announcements.service   
com.liferay.portlet.announcements.service.persistence   
 

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

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

Methods in com.liferay.portlet.announcements.model that return AnnouncementsEntry
 AnnouncementsEntry AnnouncementsEntryWrapper.getWrappedAnnouncementsEntry()
          Deprecated. As of 6.1.0, replaced by AnnouncementsEntryWrapper.getWrappedModel()
 AnnouncementsEntry AnnouncementsEntryWrapper.getWrappedModel()
           
 AnnouncementsEntry AnnouncementsEntryModel.toEscapedModel()
           
 AnnouncementsEntry AnnouncementsEntryWrapper.toEscapedModel()
           
 AnnouncementsEntry AnnouncementsEntryModel.toUnescapedModel()
           
 AnnouncementsEntry AnnouncementsEntryWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.announcements.model that return types with arguments of type AnnouncementsEntry
 CacheModel<AnnouncementsEntry> AnnouncementsEntryModel.toCacheModel()
           
 CacheModel<AnnouncementsEntry> AnnouncementsEntryWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.announcements.model with parameters of type AnnouncementsEntry
 int AnnouncementsEntryModel.compareTo(AnnouncementsEntry announcementsEntry)
           
 int AnnouncementsEntryWrapper.compareTo(AnnouncementsEntry announcementsEntry)
           
static AnnouncementsEntrySoap AnnouncementsEntrySoap.toSoapModel(AnnouncementsEntry model)
           
static AnnouncementsEntrySoap[] AnnouncementsEntrySoap.toSoapModels(AnnouncementsEntry[] models)
           
static AnnouncementsEntrySoap[][] AnnouncementsEntrySoap.toSoapModels(AnnouncementsEntry[][] models)
           
 

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

Constructors in com.liferay.portlet.announcements.model with parameters of type AnnouncementsEntry
AnnouncementsEntryWrapper(AnnouncementsEntry announcementsEntry)
           
 

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

Methods in com.liferay.portlet.announcements.service that return AnnouncementsEntry
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
 AnnouncementsEntry AnnouncementsEntryLocalService.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
 AnnouncementsEntry AnnouncementsEntryService.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 AnnouncementsEntry AnnouncementsEntryServiceWrapper.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 AnnouncementsEntry AnnouncementsEntryLocalService.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
static AnnouncementsEntry AnnouncementsEntryServiceUtil.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 AnnouncementsEntry AnnouncementsEntryService.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
          Deprecated. As of 6.2.0, replaced by AnnouncementsEntryService.addEntry(long, long, long, String, String, String, String, int, int, int, int, int, boolean, int, int, int, int, int, int, boolean)
 AnnouncementsEntry AnnouncementsEntryServiceWrapper.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
          Deprecated. As of 6.2.0, replaced by AnnouncementsEntryServiceWrapper.addEntry(long, long, long, String, String, String, String, int, int, int, int, int, boolean, int, int, int, int, int, int, boolean)
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
          Deprecated. As of 6.2.0, replaced by AnnouncementsEntryLocalServiceWrapper.addEntry(long, long, long, String, String, String, String, int, int, int, int, int, boolean, int, int, int, int, int, int, boolean)
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
          Deprecated. As of 6.2.0, replaced by AnnouncementsEntryLocalServiceUtil.addEntry(long, long, long, String, String, String, String, int, int, int, int, int, boolean, int, int, int, int, int, int, boolean)
 AnnouncementsEntry AnnouncementsEntryLocalService.addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
          Deprecated. As of 6.2.0, replaced by AnnouncementsEntryLocalService.addEntry(long, long, long, String, String, String, String, int, int, int, int, int, boolean, int, int, int, int, int, int, boolean)
static AnnouncementsEntry AnnouncementsEntryServiceUtil.addEntry(long plid, long classNameId, long classPK, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
          Deprecated. As of 6.2.0, replaced by AnnouncementsEntryServiceUtil.addEntry(long, long, long, String, String, String, String, int, int, int, int, int, boolean, int, int, int, int, int, int, boolean)
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.createAnnouncementsEntry(long entryId)
          Creates a new announcements entry with the primary key.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.createAnnouncementsEntry(long entryId)
          Creates a new announcements entry with the primary key.
 AnnouncementsEntry AnnouncementsEntryLocalService.createAnnouncementsEntry(long entryId)
          Creates a new announcements entry with the primary key.
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
 AnnouncementsEntry AnnouncementsEntryLocalService.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
 AnnouncementsEntry AnnouncementsEntryLocalService.deleteAnnouncementsEntry(long entryId)
          Deletes the announcements entry with the primary key from the database.
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.fetchAnnouncementsEntry(long entryId)
           
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.fetchAnnouncementsEntry(long entryId)
           
 AnnouncementsEntry AnnouncementsEntryLocalService.fetchAnnouncementsEntry(long entryId)
           
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.fetchAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the announcements entry with the matching UUID and company.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.fetchAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the announcements entry with the matching UUID and company.
 AnnouncementsEntry AnnouncementsEntryLocalService.fetchAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the announcements entry with the matching UUID and company.
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntry(long entryId)
          Returns the announcements entry with the primary key.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntry(long entryId)
          Returns the announcements entry with the primary key.
 AnnouncementsEntry AnnouncementsEntryLocalService.getAnnouncementsEntry(long entryId)
          Returns the announcements entry with the primary key.
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the announcements entry with the matching UUID and company.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the announcements entry with the matching UUID and company.
 AnnouncementsEntry AnnouncementsEntryLocalService.getAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId)
          Returns the announcements entry with the matching UUID and company.
 AnnouncementsEntry AnnouncementsEntryService.getEntry(long entryId)
           
 AnnouncementsEntry AnnouncementsEntryServiceWrapper.getEntry(long entryId)
           
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.getEntry(long entryId)
           
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.getEntry(long entryId)
           
 AnnouncementsEntry AnnouncementsEntryLocalService.getEntry(long entryId)
           
static AnnouncementsEntry AnnouncementsEntryServiceUtil.getEntry(long entryId)
           
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
 AnnouncementsEntry AnnouncementsEntryLocalService.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.updateEntry(long userId, long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.updateEntry(long userId, long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
 AnnouncementsEntry AnnouncementsEntryLocalService.updateEntry(long userId, long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
 AnnouncementsEntry AnnouncementsEntryService.updateEntry(long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
 AnnouncementsEntry AnnouncementsEntryServiceWrapper.updateEntry(long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
static AnnouncementsEntry AnnouncementsEntryServiceUtil.updateEntry(long entryId, String title, String content, String url, String type, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean displayImmediately, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority)
           
 

Methods in com.liferay.portlet.announcements.service that return types with arguments of type AnnouncementsEntry
 List<AnnouncementsEntry> AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntries(int start, int end)
          Returns a range of all the announcements entries.
static List<AnnouncementsEntry> AnnouncementsEntryLocalServiceUtil.getAnnouncementsEntries(int start, int end)
          Returns a range of all the announcements entries.
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getAnnouncementsEntries(int start, int end)
          Returns a range of all the announcements entries.
 List<AnnouncementsEntry> AnnouncementsEntryLocalServiceWrapper.getEntries(long userId, LinkedHashMap<Long,long[]> scopes, boolean alert, int flagValue, int start, int end)
           
static List<AnnouncementsEntry> AnnouncementsEntryLocalServiceUtil.getEntries(long userId, LinkedHashMap<Long,long[]> scopes, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getEntries(long userId, LinkedHashMap<Long,long[]> scopes, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalServiceWrapper.getEntries(long userId, LinkedHashMap<Long,long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
static List<AnnouncementsEntry> AnnouncementsEntryLocalServiceUtil.getEntries(long userId, LinkedHashMap<Long,long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getEntries(long userId, LinkedHashMap<Long,long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalServiceWrapper.getEntries(long classNameId, long classPK, boolean alert, int start, int end)
           
static List<AnnouncementsEntry> AnnouncementsEntryLocalServiceUtil.getEntries(long classNameId, long classPK, boolean alert, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getEntries(long classNameId, long classPK, boolean alert, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalServiceWrapper.getEntries(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
static List<AnnouncementsEntry> AnnouncementsEntryLocalServiceUtil.getEntries(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getEntries(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalServiceWrapper.getUserEntries(long userId, int start, int end)
           
static List<AnnouncementsEntry> AnnouncementsEntryLocalServiceUtil.getUserEntries(long userId, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryLocalService.getUserEntries(long userId, int start, int end)
           
 

Methods in com.liferay.portlet.announcements.service with parameters of type AnnouncementsEntry
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
 AnnouncementsEntry AnnouncementsEntryLocalService.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Adds the announcements entry to the database.
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
 AnnouncementsEntry AnnouncementsEntryLocalService.deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Deletes the announcements entry from the database.
 void AnnouncementsEntryLocalServiceWrapper.deleteEntry(AnnouncementsEntry entry)
           
static void AnnouncementsEntryLocalServiceUtil.deleteEntry(AnnouncementsEntry entry)
           
 void AnnouncementsEntryLocalService.deleteEntry(AnnouncementsEntry entry)
           
 AnnouncementsEntry AnnouncementsEntryLocalServiceWrapper.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
static AnnouncementsEntry AnnouncementsEntryLocalServiceUtil.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
 AnnouncementsEntry AnnouncementsEntryLocalService.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
          Updates the announcements entry in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.announcements.service.persistence that return AnnouncementsEntry
 AnnouncementsEntry AnnouncementsEntryPersistence.create(long entryId)
          Creates a new announcements entry with the primary key.
static AnnouncementsEntry AnnouncementsEntryUtil.create(long entryId)
          Creates a new announcements entry with the primary key.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByPrimaryKey(long entryId)
          Returns the announcements entry with the primary key or returns null if it could not be found.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByPrimaryKey(long entryId)
          Returns the announcements entry with the primary key or returns null if it could not be found.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where classNameId = ? and classPK = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where userId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ? and companyId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.filterFindByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.filterFindByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set of announcements entries that the user has permission to view where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_A_First(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_A_Last(long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByC_C_A_PrevAndNext(long entryId, long classNameId, long classPK, boolean alert, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByPrimaryKey(long entryId)
          Returns the announcements entry with the primary key or throws a NoSuchEntryException if it could not be found.
static AnnouncementsEntry AnnouncementsEntryUtil.findByPrimaryKey(long entryId)
          Returns the announcements entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUserId_First(long userId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUserId_Last(long userId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByUserId_PrevAndNext(long entryId, long userId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry AnnouncementsEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry[] AnnouncementsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
static AnnouncementsEntry[] AnnouncementsEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
 AnnouncementsEntry AnnouncementsEntryPersistence.remove(long entryId)
          Removes the announcements entry with the primary key from the database.
static AnnouncementsEntry AnnouncementsEntryUtil.remove(long entryId)
          Removes the announcements entry with the primary key from the database.
static AnnouncementsEntry AnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry)
           
static AnnouncementsEntry AnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry, ServiceContext serviceContext)
           
 AnnouncementsEntry AnnouncementsEntryPersistence.updateImpl(AnnouncementsEntry announcementsEntry)
           
static AnnouncementsEntry AnnouncementsEntryUtil.updateImpl(AnnouncementsEntry announcementsEntry)
           
 

Methods in com.liferay.portlet.announcements.service.persistence that return types with arguments of type AnnouncementsEntry
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByC_C_A(long classNameId, long classPK, boolean alert)
          Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId, long classPK, boolean alert)
          Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByC_C_A(long classNameId, long classPK, boolean alert, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId, long classPK, boolean alert, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ? and alert = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByC_C(long classNameId, long classPK)
          Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByC_C(long classNameId, long classPK)
          Returns all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where classNameId = ? and classPK = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUserId(long userId)
          Returns all the announcements entries that the user has permission to view where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUserId(long userId)
          Returns all the announcements entries that the user has permission to view where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUserId(long userId, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUserId(long userId, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUuid_C(String uuid, long companyId)
          Returns all the announcements entries that the user has permission to view where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUuid_C(String uuid, long companyId)
          Returns all the announcements entries that the user has permission to view where uuid = ? and companyId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where uuid = ? and companyId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUuid(String uuid)
          Returns all the announcements entries that the user has permission to view where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUuid(String uuid)
          Returns all the announcements entries that the user has permission to view where uuid = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUuid(String uuid, int start, int end)
          Returns a range of all the announcements entries that the user has permission to view where uuid = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.filterFindByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findAll()
          Returns all the announcements entries.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findAll()
          Returns all the announcements entries.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findAll(int start, int end)
          Returns a range of all the announcements entries.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findAll(int start, int end)
          Returns a range of all the announcements entries.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByC_C_A(long classNameId, long classPK, boolean alert)
          Returns all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C_A(long classNameId, long classPK, boolean alert)
          Returns all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end)
          Returns a range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end)
          Returns a range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C_A(long classNameId, long classPK, boolean alert, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByC_C(long classNameId, long classPK)
          Returns all the announcements entries where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C(long classNameId, long classPK)
          Returns all the announcements entries where classNameId = ? and classPK = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the announcements entries where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end)
          Returns a range of all the announcements entries where classNameId = ? and classPK = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByC_C(long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
 List<AnnouncementsEntry> AnnouncementsEntryFinder.findByDisplayDate(Date displayDateLT, Date displayDateGT)
           
static List<AnnouncementsEntry> AnnouncementsEntryFinderUtil.findByDisplayDate(Date displayDateLT, Date displayDateGT)
           
 List<AnnouncementsEntry> AnnouncementsEntryFinder.findByScope(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
static List<AnnouncementsEntry> AnnouncementsEntryFinderUtil.findByScope(long userId, long classNameId, long[] classPKs, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryFinder.findByScopes(long userId, LinkedHashMap<Long,long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
static List<AnnouncementsEntry> AnnouncementsEntryFinderUtil.findByScopes(long userId, LinkedHashMap<Long,long[]> scopes, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean alert, int flagValue, int start, int end)
           
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUserId(long userId)
          Returns all the announcements entries where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUserId(long userId)
          Returns all the announcements entries where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUserId(long userId, int start, int end)
          Returns a range of all the announcements entries where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUserId(long userId, int start, int end)
          Returns a range of all the announcements entries where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where userId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUserId(long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where userId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the announcements entries where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid_C(String uuid, long companyId)
          Returns all the announcements entries where uuid = ? and companyId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the announcements entries where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the announcements entries where uuid = ? and companyId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUuid(String uuid)
          Returns all the announcements entries where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid(String uuid)
          Returns all the announcements entries where uuid = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the announcements entries where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the announcements entries where uuid = ?.
 List<AnnouncementsEntry> AnnouncementsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the announcements entries where uuid = ?.
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AnnouncementsEntry> AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.announcements.service.persistence with parameters of type AnnouncementsEntry
 void AnnouncementsEntryPersistence.cacheResult(AnnouncementsEntry announcementsEntry)
          Caches the announcements entry in the entity cache if it is enabled.
static void AnnouncementsEntryUtil.cacheResult(AnnouncementsEntry announcementsEntry)
          Caches the announcements entry in the entity cache if it is enabled.
static void AnnouncementsEntryUtil.clearCache(AnnouncementsEntry announcementsEntry)
           
static AnnouncementsEntry AnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry)
           
static AnnouncementsEntry AnnouncementsEntryUtil.update(AnnouncementsEntry announcementsEntry, ServiceContext serviceContext)
           
 AnnouncementsEntry AnnouncementsEntryPersistence.updateImpl(AnnouncementsEntry announcementsEntry)
           
static AnnouncementsEntry AnnouncementsEntryUtil.updateImpl(AnnouncementsEntry announcementsEntry)
           
 

Method parameters in com.liferay.portlet.announcements.service.persistence with type arguments of type AnnouncementsEntry
 void AnnouncementsEntryPersistence.cacheResult(List<AnnouncementsEntry> announcementsEntries)
          Caches the announcements entries in the entity cache if it is enabled.
static void AnnouncementsEntryUtil.cacheResult(List<AnnouncementsEntry> announcementsEntries)
          Caches the announcements entries in the entity cache if it is enabled.
 


Liferay 6.2-ce-ga5