@ProviderType public class AnnouncementsEntryLocalServiceWrapper extends Object implements AnnouncementsEntryLocalService, ServiceWrapper<AnnouncementsEntryLocalService>
AnnouncementsEntryLocalService.AnnouncementsEntryLocalService| Constructor and Description |
|---|
AnnouncementsEntryLocalServiceWrapper(AnnouncementsEntryLocalService announcementsEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
AnnouncementsEntry |
addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Adds the announcements entry to the database.
|
AnnouncementsEntry |
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) |
void |
checkEntries() |
AnnouncementsEntry |
createAnnouncementsEntry(long entryId)
Creates a new announcements entry with the primary key.
|
AnnouncementsEntry |
deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Deletes the announcements entry from the database.
|
AnnouncementsEntry |
deleteAnnouncementsEntry(long entryId)
Deletes the announcements entry with the primary key from the database.
|
void |
deleteEntries(long classNameId,
long classPK) |
void |
deleteEntry(AnnouncementsEntry entry) |
void |
deleteEntry(long entryId) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query.
|
AnnouncementsEntry |
fetchAnnouncementsEntry(long entryId) |
AnnouncementsEntry |
fetchAnnouncementsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
ActionableDynamicQuery |
getActionableDynamicQuery() |
List<AnnouncementsEntry> |
getAnnouncementsEntries(int start,
int end)
Returns a range of all the announcements entries.
|
int |
getAnnouncementsEntriesCount()
Returns the number of announcements entries.
|
AnnouncementsEntry |
getAnnouncementsEntry(long entryId)
Returns the announcements entry with the primary key.
|
AnnouncementsEntry |
getAnnouncementsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the announcements entry with the matching UUID and company.
|
List<AnnouncementsEntry> |
getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue,
int start,
int end) |
List<AnnouncementsEntry> |
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> |
getEntries(long classNameId,
long classPK,
boolean alert,
int start,
int end) |
List<AnnouncementsEntry> |
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) |
int |
getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue) |
int |
getEntriesCount(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 |
getEntriesCount(long classNameId,
long classPK,
boolean alert) |
int |
getEntriesCount(long userId,
long classNameId,
long[] classPKs,
boolean alert,
int flagValue) |
int |
getEntriesCount(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) |
AnnouncementsEntry |
getEntry(long entryId) |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
List<AnnouncementsEntry> |
getUserEntries(long userId,
int start,
int end) |
int |
getUserEntriesCount(long userId) |
AnnouncementsEntryLocalService |
getWrappedService() |
void |
setWrappedService(AnnouncementsEntryLocalService announcementsEntryLocalService) |
AnnouncementsEntry |
updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
Updates the announcements entry in the database or adds it if it does not yet exist.
|
AnnouncementsEntry |
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) |
public AnnouncementsEntryLocalServiceWrapper(AnnouncementsEntryLocalService announcementsEntryLocalService)
public AnnouncementsEntry addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
addAnnouncementsEntry in interface AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entrypublic AnnouncementsEntry 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) throws PortalException
addEntry in interface AnnouncementsEntryLocalServicePortalExceptionpublic AnnouncementsEntry createAnnouncementsEntry(long entryId)
createAnnouncementsEntry in interface AnnouncementsEntryLocalServiceentryId - the primary key for the new announcements entrypublic AnnouncementsEntry deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
deleteAnnouncementsEntry in interface AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entrypublic AnnouncementsEntry deleteAnnouncementsEntry(long entryId) throws PortalException
deleteAnnouncementsEntry in interface AnnouncementsEntryLocalServiceentryId - the primary key of the announcements entryPortalException - if a announcements entry with the primary key could not be foundpublic AnnouncementsEntry fetchAnnouncementsEntry(long entryId)
fetchAnnouncementsEntry in interface AnnouncementsEntryLocalServicepublic AnnouncementsEntry fetchAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId)
fetchAnnouncementsEntryByUuidAndCompanyId in interface AnnouncementsEntryLocalServiceuuid - the announcements entry's UUIDcompanyId - the primary key of the companynull if a matching announcements entry could not be foundpublic AnnouncementsEntry getAnnouncementsEntry(long entryId) throws PortalException
getAnnouncementsEntry in interface AnnouncementsEntryLocalServiceentryId - the primary key of the announcements entryPortalException - if a announcements entry with the primary key could not be foundpublic AnnouncementsEntry getAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId) throws PortalException
getAnnouncementsEntryByUuidAndCompanyId in interface AnnouncementsEntryLocalServiceuuid - the announcements entry's UUIDcompanyId - the primary key of the companyPortalException - if a matching announcements entry could not be foundpublic AnnouncementsEntry getEntry(long entryId) throws PortalException
getEntry in interface AnnouncementsEntryLocalServicePortalExceptionpublic AnnouncementsEntry updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
updateAnnouncementsEntry in interface AnnouncementsEntryLocalServiceannouncementsEntry - the announcements entrypublic AnnouncementsEntry 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) throws PortalException
updateEntry in interface AnnouncementsEntryLocalServicePortalExceptionpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AnnouncementsEntryLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface AnnouncementsEntryLocalServicepublic ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AnnouncementsEntryLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AnnouncementsEntryLocalServicepublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface AnnouncementsEntryLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface AnnouncementsEntryLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic int getAnnouncementsEntriesCount()
getAnnouncementsEntriesCount in interface AnnouncementsEntryLocalServicepublic int getEntriesCount(long classNameId,
long classPK,
boolean alert)
getEntriesCount in interface AnnouncementsEntryLocalServicepublic int getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue)
getEntriesCount in interface AnnouncementsEntryLocalServicepublic int getEntriesCount(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)
getEntriesCount in interface AnnouncementsEntryLocalServicepublic int getEntriesCount(long userId,
long classNameId,
long[] classPKs,
boolean alert,
int flagValue)
getEntriesCount in interface AnnouncementsEntryLocalServicepublic int getEntriesCount(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)
getEntriesCount in interface AnnouncementsEntryLocalServicepublic int getUserEntriesCount(long userId)
getUserEntriesCount in interface AnnouncementsEntryLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AnnouncementsEntryLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic querypublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public List<AnnouncementsEntry> getAnnouncementsEntries(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAnnouncementsEntries in interface AnnouncementsEntryLocalServicestart - the lower bound of the range of announcements entriesend - the upper bound of the range of announcements entries (not inclusive)public List<AnnouncementsEntry> getEntries(long classNameId, long classPK, boolean alert, int start, int end)
getEntries in interface AnnouncementsEntryLocalServicepublic List<AnnouncementsEntry> getEntries(long userId, LinkedHashMap<Long,long[]> scopes, boolean alert, int flagValue, int start, int end)
getEntries in interface AnnouncementsEntryLocalServicepublic List<AnnouncementsEntry> 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)
getEntries in interface AnnouncementsEntryLocalServicepublic List<AnnouncementsEntry> 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)
getEntries in interface AnnouncementsEntryLocalServicepublic List<AnnouncementsEntry> getUserEntries(long userId, int start, int end)
getUserEntries in interface AnnouncementsEntryLocalServicepublic long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount in interface AnnouncementsEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic void checkEntries()
throws PortalException
checkEntries in interface AnnouncementsEntryLocalServicePortalExceptionpublic void deleteEntries(long classNameId,
long classPK)
throws PortalException
deleteEntries in interface AnnouncementsEntryLocalServicePortalExceptionpublic void deleteEntry(AnnouncementsEntry entry) throws PortalException
deleteEntry in interface AnnouncementsEntryLocalServicePortalExceptionpublic void deleteEntry(long entryId)
throws PortalException
deleteEntry in interface AnnouncementsEntryLocalServicePortalExceptionpublic AnnouncementsEntryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<AnnouncementsEntryLocalService>public void setWrappedService(AnnouncementsEntryLocalService announcementsEntryLocalService)
setWrappedService in interface ServiceWrapper<AnnouncementsEntryLocalService>