Package | Description |
---|---|
com.liferay.announcements.kernel.model | |
com.liferay.announcements.kernel.service | |
com.liferay.announcements.kernel.service.persistence |
Modifier and Type | Class and Description |
---|---|
class |
AnnouncementsEntryWrapper
This class is a wrapper for
AnnouncementsEntry . |
Modifier and Type | Field and Description |
---|---|
static Accessor<AnnouncementsEntry,Long> |
AnnouncementsEntry.ENTRY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
AnnouncementsEntry |
AnnouncementsEntryWrapper.getWrappedModel() |
AnnouncementsEntry |
AnnouncementsEntryWrapper.toEscapedModel() |
AnnouncementsEntry |
AnnouncementsEntryModel.toEscapedModel() |
AnnouncementsEntry |
AnnouncementsEntryWrapper.toUnescapedModel() |
AnnouncementsEntry |
AnnouncementsEntryModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<AnnouncementsEntry> |
AnnouncementsEntryWrapper.toCacheModel() |
CacheModel<AnnouncementsEntry> |
AnnouncementsEntryModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
AnnouncementsEntryWrapper.compareTo(AnnouncementsEntry announcementsEntry) |
int |
AnnouncementsEntryModel.compareTo(AnnouncementsEntry announcementsEntry) |
static AnnouncementsEntrySoap |
AnnouncementsEntrySoap.toSoapModel(AnnouncementsEntry model) |
static AnnouncementsEntrySoap[] |
AnnouncementsEntrySoap.toSoapModels(AnnouncementsEntry[] models) |
static AnnouncementsEntrySoap[][] |
AnnouncementsEntrySoap.toSoapModels(AnnouncementsEntry[][] models) |
Modifier and Type | Method and Description |
---|---|
static AnnouncementsEntrySoap[] |
AnnouncementsEntrySoap.toSoapModels(List<AnnouncementsEntry> models) |
Constructor and Description |
---|
AnnouncementsEntryWrapper(AnnouncementsEntry announcementsEntry) |
Modifier and Type | Method and Description |
---|---|
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.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Adds the announcements entry to the database.
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.addEntry(long userId,
long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
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)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalServiceUtil.addEntry(long,
long, long, String, String, String, String, Date, Date, 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,
boolean displayImmediately,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalService.addEntry(long,
long, long, String, String, String, String, Date, Date, 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,
boolean displayImmediately,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryServiceUtil.addEntry(long,
long, String, String, String, String, Date, Date, 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,
boolean displayImmediately,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryServiceWrapper.addEntry(long,
long, String, String, String, String, Date, Date, 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,
boolean displayImmediately,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalServiceWrapper.addEntry(long,
long, long, String, String, String, String, Date, Date, int,
boolean) |
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)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryService.addEntry(long,
long, String, String, String, String, Date, Date, int,
boolean) |
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.addEntry(long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.addEntry(long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
AnnouncementsEntry |
AnnouncementsEntryService.addEntry(long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
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.createAnnouncementsEntry(long entryId)
Creates a new announcements entry with the primary key.
|
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(AnnouncementsEntry announcementsEntry)
Deletes the announcements entry 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.deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database.
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.fetchAnnouncementsEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.fetchAnnouncementsEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.fetchAnnouncementsEntry(long entryId) |
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.fetchAnnouncementsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
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.getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key.
|
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 |
AnnouncementsEntryLocalServiceWrapper.getAnnouncementsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.getEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.getEntry(long entryId) |
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.getEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.getEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.getEntry(long entryId) |
AnnouncementsEntry |
AnnouncementsEntryService.getEntry(long entryId) |
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.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Updates the announcements entry in the database or adds it if it does not yet exist.
|
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)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalServiceUtil.updateEntry(long,
String, String, String, String, Date, Date, int) |
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)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalService.updateEntry(long,
String, String, String, String, Date, Date, int) |
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)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalServiceWrapper.updateEntry(long,
String, String, String, String, Date, Date, int) |
static AnnouncementsEntry |
AnnouncementsEntryLocalServiceUtil.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
AnnouncementsEntry |
AnnouncementsEntryLocalService.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
static AnnouncementsEntry |
AnnouncementsEntryServiceUtil.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
AnnouncementsEntry |
AnnouncementsEntryServiceWrapper.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
AnnouncementsEntry |
AnnouncementsEntryLocalServiceWrapper.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
AnnouncementsEntry |
AnnouncementsEntryService.updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
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)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryServiceUtil.updateEntry(long,
String, String, String, String, Date, Date, int) |
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)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryServiceWrapper.updateEntry(long,
String, String, String, String, Date, Date, int) |
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)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryService.updateEntry(long,
String, String, String, String, Date, Date, int) |
Modifier and Type | Method and Description |
---|---|
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.getAnnouncementsEntries(int start,
int end)
Returns a range of all the announcements entries.
|
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,
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 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 classNameId,
long classPK,
boolean alert,
int start,
int end)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalServiceUtil.getEntries(long,
long, long, boolean, int, int) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long classNameId,
long classPK,
boolean alert,
int start,
int end)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalService.getEntries(long,
long, long, boolean, int, int) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getEntries(long classNameId,
long classPK,
boolean alert,
int start,
int end)
Deprecated.
As of Judson (7.1.x), replaced by
AnnouncementsEntryLocalServiceWrapper.getEntries(long,
long, long, boolean, int, int) |
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.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 companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalService.getEntries(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getEntries(long companyId,
long classNameId,
long classPK,
boolean alert,
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) |
List<AnnouncementsEntry> |
AnnouncementsEntryLocalServiceWrapper.getUserEntries(long userId,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
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.addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Adds the announcements entry to 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(AnnouncementsEntry announcementsEntry)
Deletes the announcements entry from the database.
|
static void |
AnnouncementsEntryLocalServiceUtil.deleteEntry(AnnouncementsEntry entry) |
void |
AnnouncementsEntryLocalService.deleteEntry(AnnouncementsEntry entry) |
void |
AnnouncementsEntryLocalServiceWrapper.deleteEntry(AnnouncementsEntry entry) |
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.updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Updates the announcements entry in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static AnnouncementsEntry |
AnnouncementsEntryUtil.create(long entryId)
Creates a new announcements entry with the primary key.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.create(long entryId)
Creates a new announcements entry with the primary key.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first 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<AnnouncementsEntry> orderByComparator)
Returns the last 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<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_C_A_First(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_C_A_First(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_C_A_Last(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_C_A_Last(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
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.fetchByPrimaryKey(long entryId)
Returns the announcements entry with the primary key or returns
null if it could not be found. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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_C_A_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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 companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByC_C_C_A_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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 companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_C_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> 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 companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByC_C_C_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> 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 companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> 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.filterFindByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> 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.filterFindByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> 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.filterFindByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> 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.filterFindByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> 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_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> 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_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> 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.filterFindByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> 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.findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first 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<AnnouncementsEntry> orderByComparator)
Returns the last 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<AnnouncementsEntry> orderByComparator)
Returns the last 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<AnnouncementsEntry> 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_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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_C_A_First(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_C_A_First(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_C_A_Last(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_C_A_Last(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_C_A_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_C_A_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_C_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_C_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
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.findByPrimaryKey(long entryId)
Returns the announcements entry with the primary key or throws a
NoSuchEntryException if it could not be found. |
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.remove(long entryId)
Removes the announcements entry with the primary key from the database.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.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) |
static AnnouncementsEntry |
AnnouncementsEntryUtil.updateImpl(AnnouncementsEntry announcementsEntry) |
AnnouncementsEntry |
AnnouncementsEntryPersistence.updateImpl(AnnouncementsEntry announcementsEntry) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,AnnouncementsEntry> |
AnnouncementsEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,AnnouncementsEntry> |
AnnouncementsEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
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)
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,
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)
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,
OrderByComparator<AnnouncementsEntry> 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_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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_C_A(long companyId,
long classNameId,
long classPK,
boolean alert)
Returns all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert)
Returns all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_C_A(long companyId,
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 companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_C_A(long companyId,
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 companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the announcements entries that the user has permission to view where companyId = ? and classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and 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)
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,
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)
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,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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.filterFindByUserId(long userId)
Returns all the announcements entries that the user has permission to view where userId = ?.
|
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,
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)
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,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.
|
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)
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,
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)
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,
OrderByComparator<AnnouncementsEntry> 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_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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(String uuid)
Returns all the announcements entries that the user has permission to view where uuid = ?.
|
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,
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)
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,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll()
Returns all the announcements entries.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll()
Returns 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)
Returns a range of all the announcements entries.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries.
|
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)
Returns 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)
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,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered 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<AnnouncementsEntry> 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<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert)
Returns all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert)
Returns all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end)
Returns a range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end)
Returns a range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where companyId = ? and 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)
Returns 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)
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,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
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.findByScope(long companyId,
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 companyId,
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> |
AnnouncementsEntryFinder.findByScopes(long companyId,
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 companyId,
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> |
AnnouncementsEntryUtil.findByUserId(long userId)
Returns all the announcements entries where userId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId)
Returns 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)
Returns a range of all the announcements entries where userId = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where userId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where userId = ?.
|
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)
Returns 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)
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,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid)
Returns all the announcements entries where uuid = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid)
Returns 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)
Returns a range of all the announcements entries where uuid = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where uuid = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
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<AnnouncementsEntry> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
AnnouncementsEntryUtil.cacheResult(AnnouncementsEntry announcementsEntry)
Caches the announcements entry in the entity cache if it is enabled.
|
void |
AnnouncementsEntryPersistence.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) |
static AnnouncementsEntry |
AnnouncementsEntryUtil.updateImpl(AnnouncementsEntry announcementsEntry) |
AnnouncementsEntry |
AnnouncementsEntryPersistence.updateImpl(AnnouncementsEntry announcementsEntry) |
Modifier and Type | Method and Description |
---|---|
static void |
AnnouncementsEntryUtil.cacheResult(List<AnnouncementsEntry> announcementsEntries)
Caches the announcements entries in the entity cache if it is enabled.
|
void |
AnnouncementsEntryPersistence.cacheResult(List<AnnouncementsEntry> announcementsEntries)
Caches the announcements entries in the entity cache if it is enabled.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first 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<AnnouncementsEntry> orderByComparator)
Returns the last 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<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_C_A_First(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_C_A_First(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_C_A_Last(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_C_A_Last(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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 List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_C_A_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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 companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByC_C_C_A_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> 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 companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_C_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> 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 companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.filterFindByC_C_C_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> 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 companyId = ? and classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> 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.filterFindByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> 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 List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> 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.filterFindByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> 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 List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where userId = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> 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_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> 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 List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ? and companyId = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.filterFindByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> 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.filterFindByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> 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 List<AnnouncementsEntry> |
AnnouncementsEntryUtil.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.filterFindByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries that the user has permissions to view where uuid = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findAll(int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_A_First(long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first 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<AnnouncementsEntry> orderByComparator)
Returns the last 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<AnnouncementsEntry> orderByComparator)
Returns the last 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<AnnouncementsEntry> 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_A_PrevAndNext(long entryId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_A(long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered 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<AnnouncementsEntry> 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<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered 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<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_C_A_First(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_C_A_First(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_C_A_Last(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_C_A_Last(long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_C_A_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_C_A_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
boolean alert,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C_A(long companyId,
long classNameId,
long classPK,
boolean alert,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ? and alert = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_C_First(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_C_Last(long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_C_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_C_PrevAndNext(long entryId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where companyId = ? and classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where companyId = ? and classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where classNameId = ? and classPK = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where classNameId = ? and classPK = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_First(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUserId_Last(long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where userId = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUserId_PrevAndNext(long entryId,
long userId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where userId = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where userId = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where userId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUserId(long userId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where userId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUuid_C_PrevAndNext(long entryId,
String uuid,
long companyId,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ? and companyId = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> 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<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where uuid = ? and companyId = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the first announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry |
AnnouncementsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry |
AnnouncementsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the last announcements entry in the ordered set where uuid = ?.
|
static AnnouncementsEntry[] |
AnnouncementsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
|
AnnouncementsEntry[] |
AnnouncementsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns the announcements entries before and after the current announcements entry in the ordered set where uuid = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator)
Returns an ordered range of all the announcements entries where uuid = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where uuid = ?.
|
List<AnnouncementsEntry> |
AnnouncementsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the announcements entries where uuid = ?.
|
static List<AnnouncementsEntry> |
AnnouncementsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<AnnouncementsEntry> orderByComparator) |