@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,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
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)
Deprecated.
As of 7.0.0, replaced by
addEntry(long, long, long,
String, String, String, String, Date, Date, int, boolean) |
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)
Deprecated.
As of 7.0.0, replaced by
updateEntry(long, String,
String, String, String, Date, Date, int) |
AnnouncementsEntry |
updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
public AnnouncementsEntryLocalServiceWrapper(AnnouncementsEntryLocalService announcementsEntryLocalService)
public AnnouncementsEntry addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
addAnnouncementsEntry
in interface AnnouncementsEntryLocalService
announcementsEntry
- the announcements entrypublic AnnouncementsEntry addEntry(long userId, long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) throws PortalException
addEntry
in interface AnnouncementsEntryLocalService
PortalException
@Deprecated public 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(long, long, long,
String, String, String, String, Date, Date, int, boolean)
addEntry
in interface AnnouncementsEntryLocalService
PortalException
public void checkEntries() throws PortalException
checkEntries
in interface AnnouncementsEntryLocalService
PortalException
public AnnouncementsEntry createAnnouncementsEntry(long entryId)
createAnnouncementsEntry
in interface AnnouncementsEntryLocalService
entryId
- the primary key for the new announcements entrypublic AnnouncementsEntry deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
deleteAnnouncementsEntry
in interface AnnouncementsEntryLocalService
announcementsEntry
- the announcements entrypublic AnnouncementsEntry deleteAnnouncementsEntry(long entryId) throws PortalException
deleteAnnouncementsEntry
in interface AnnouncementsEntryLocalService
entryId
- the primary key of the announcements entryPortalException
- if a announcements entry with the primary key could not be foundpublic void deleteEntries(long classNameId, long classPK) throws PortalException
deleteEntries
in interface AnnouncementsEntryLocalService
PortalException
public void deleteEntry(AnnouncementsEntry entry) throws PortalException
deleteEntry
in interface AnnouncementsEntryLocalService
PortalException
public void deleteEntry(long entryId) throws PortalException
deleteEntry
in interface AnnouncementsEntryLocalService
PortalException
public PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel
in interface AnnouncementsEntryLocalService
deletePersistedModel
in interface PersistedModelLocalService
PortalException
public DynamicQuery dynamicQuery()
dynamicQuery
in interface AnnouncementsEntryLocalService
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
in interface AnnouncementsEntryLocalService
dynamicQuery
- 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 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 AnnouncementsEntryLocalService
dynamicQuery
- 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 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 AnnouncementsEntryLocalService
dynamicQuery
- 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 long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount
in interface AnnouncementsEntryLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount
in interface AnnouncementsEntryLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic AnnouncementsEntry fetchAnnouncementsEntry(long entryId)
fetchAnnouncementsEntry
in interface AnnouncementsEntryLocalService
public AnnouncementsEntry fetchAnnouncementsEntryByUuidAndCompanyId(String uuid, long companyId)
fetchAnnouncementsEntryByUuidAndCompanyId
in interface AnnouncementsEntryLocalService
uuid
- the announcements entry's UUIDcompanyId
- the primary key of the companynull
if a matching announcements entry could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface AnnouncementsEntryLocalService
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 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 AnnouncementsEntryLocalService
start
- the lower bound of the range of announcements entriesend
- the upper bound of the range of announcements entries (not inclusive)public int getAnnouncementsEntriesCount()
getAnnouncementsEntriesCount
in interface AnnouncementsEntryLocalService
public AnnouncementsEntry getAnnouncementsEntry(long entryId) throws PortalException
getAnnouncementsEntry
in interface AnnouncementsEntryLocalService
entryId
- 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 AnnouncementsEntryLocalService
uuid
- the announcements entry's UUIDcompanyId
- the primary key of the companyPortalException
- if a matching announcements entry could not be foundpublic List<AnnouncementsEntry> getEntries(long userId, LinkedHashMap<Long,long[]> scopes, boolean alert, int flagValue, int start, int end)
getEntries
in interface AnnouncementsEntryLocalService
public 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 AnnouncementsEntryLocalService
public List<AnnouncementsEntry> getEntries(long classNameId, long classPK, boolean alert, int start, int end)
getEntries
in interface AnnouncementsEntryLocalService
public 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 AnnouncementsEntryLocalService
public int getEntriesCount(long userId, LinkedHashMap<Long,long[]> scopes, boolean alert, int flagValue)
getEntriesCount
in interface AnnouncementsEntryLocalService
public 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 AnnouncementsEntryLocalService
public int getEntriesCount(long classNameId, long classPK, boolean alert)
getEntriesCount
in interface AnnouncementsEntryLocalService
public int getEntriesCount(long userId, long classNameId, long[] classPKs, boolean alert, int flagValue)
getEntriesCount
in interface AnnouncementsEntryLocalService
public 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 AnnouncementsEntryLocalService
public AnnouncementsEntry getEntry(long entryId) throws PortalException
getEntry
in interface AnnouncementsEntryLocalService
PortalException
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface AnnouncementsEntryLocalService
public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface AnnouncementsEntryLocalService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AnnouncementsEntryLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel
in interface AnnouncementsEntryLocalService
getPersistedModel
in interface PersistedModelLocalService
PortalException
public List<AnnouncementsEntry> getUserEntries(long userId, int start, int end)
getUserEntries
in interface AnnouncementsEntryLocalService
public int getUserEntriesCount(long userId)
getUserEntriesCount
in interface AnnouncementsEntryLocalService
public AnnouncementsEntry updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
updateAnnouncementsEntry
in interface AnnouncementsEntryLocalService
announcementsEntry
- the announcements entry@Deprecated public 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(long, String,
String, String, String, Date, Date, int)
updateEntry
in interface AnnouncementsEntryLocalService
PortalException
public AnnouncementsEntry updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) throws PortalException
updateEntry
in interface AnnouncementsEntryLocalService
PortalException
public AnnouncementsEntryLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<AnnouncementsEntryLocalService>
public void setWrappedService(AnnouncementsEntryLocalService announcementsEntryLocalService)
setWrappedService
in interface ServiceWrapper<AnnouncementsEntryLocalService>