com.liferay.portlet.announcements.service
Class AnnouncementsEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.announcements.service.AnnouncementsEntryLocalServiceWrapper
- All Implemented Interfaces:
- AnnouncementsEntryLocalService
public class AnnouncementsEntryLocalServiceWrapper
- extends Object
- implements AnnouncementsEntryLocalService
This class is a wrapper for AnnouncementsEntryLocalService.
- See Also:
AnnouncementsEntryLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
AnnouncementsEntry |
addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
|
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,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
|
void |
checkEntries()
|
AnnouncementsEntry |
createAnnouncementsEntry(long entryId)
|
void |
deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
|
void |
deleteAnnouncementsEntry(long entryId)
|
void |
deleteEntry(AnnouncementsEntry entry)
|
void |
deleteEntry(long entryId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<AnnouncementsEntry> |
getAnnouncementsEntries(int start,
int end)
|
int |
getAnnouncementsEntriesCount()
|
AnnouncementsEntry |
getAnnouncementsEntry(long entryId)
|
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)
|
List<AnnouncementsEntry> |
getUserEntries(long userId,
int start,
int end)
|
int |
getUserEntriesCount(long userId)
|
AnnouncementsEntryLocalService |
getWrappedAnnouncementsEntryLocalService()
|
AnnouncementsEntry |
updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
|
AnnouncementsEntry |
updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry,
boolean merge)
|
AnnouncementsEntry |
updateEntry(long userId,
long entryId,
String title,
String content,
String url,
String type,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnouncementsEntryLocalServiceWrapper
public AnnouncementsEntryLocalServiceWrapper(AnnouncementsEntryLocalService announcementsEntryLocalService)
addAnnouncementsEntry
public AnnouncementsEntry addAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
throws SystemException
- Specified by:
addAnnouncementsEntry in interface AnnouncementsEntryLocalService
- Throws:
SystemException
createAnnouncementsEntry
public AnnouncementsEntry createAnnouncementsEntry(long entryId)
- Specified by:
createAnnouncementsEntry in interface AnnouncementsEntryLocalService
deleteAnnouncementsEntry
public void deleteAnnouncementsEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
deleteAnnouncementsEntry in interface AnnouncementsEntryLocalService
- Throws:
PortalException
SystemException
deleteAnnouncementsEntry
public void deleteAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
throws SystemException
- Specified by:
deleteAnnouncementsEntry in interface AnnouncementsEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AnnouncementsEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AnnouncementsEntryLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface AnnouncementsEntryLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getAnnouncementsEntry
public AnnouncementsEntry getAnnouncementsEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
getAnnouncementsEntry in interface AnnouncementsEntryLocalService
- Throws:
PortalException
SystemException
getAnnouncementsEntries
public List<AnnouncementsEntry> getAnnouncementsEntries(int start,
int end)
throws SystemException
- Specified by:
getAnnouncementsEntries in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getAnnouncementsEntriesCount
public int getAnnouncementsEntriesCount()
throws SystemException
- Specified by:
getAnnouncementsEntriesCount in interface AnnouncementsEntryLocalService
- Throws:
SystemException
updateAnnouncementsEntry
public AnnouncementsEntry updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry)
throws SystemException
- Specified by:
updateAnnouncementsEntry in interface AnnouncementsEntryLocalService
- Throws:
SystemException
updateAnnouncementsEntry
public AnnouncementsEntry updateAnnouncementsEntry(AnnouncementsEntry announcementsEntry,
boolean merge)
throws SystemException
- Specified by:
updateAnnouncementsEntry in interface AnnouncementsEntryLocalService
- Throws:
SystemException
addEntry
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,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority,
boolean alert)
throws PortalException,
SystemException
- Specified by:
addEntry in interface AnnouncementsEntryLocalService
- Throws:
PortalException
SystemException
checkEntries
public void checkEntries()
throws PortalException,
SystemException
- Specified by:
checkEntries in interface AnnouncementsEntryLocalService
- Throws:
PortalException
SystemException
deleteEntry
public void deleteEntry(AnnouncementsEntry entry)
throws PortalException,
SystemException
- Specified by:
deleteEntry in interface AnnouncementsEntryLocalService
- Throws:
PortalException
SystemException
deleteEntry
public void deleteEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
deleteEntry in interface AnnouncementsEntryLocalService
- Throws:
PortalException
SystemException
getEntries
public List<AnnouncementsEntry> getEntries(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue,
int start,
int end)
throws SystemException
- Specified by:
getEntries in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntries
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)
throws SystemException
- Specified by:
getEntries in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntries
public List<AnnouncementsEntry> getEntries(long classNameId,
long classPK,
boolean alert,
int start,
int end)
throws SystemException
- Specified by:
getEntries in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntries
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)
throws SystemException
- Specified by:
getEntries in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntriesCount
public int getEntriesCount(long userId,
LinkedHashMap<Long,long[]> scopes,
boolean alert,
int flagValue)
throws SystemException
- Specified by:
getEntriesCount in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntriesCount
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)
throws SystemException
- Specified by:
getEntriesCount in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntriesCount
public int getEntriesCount(long classNameId,
long classPK,
boolean alert)
throws SystemException
- Specified by:
getEntriesCount in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntriesCount
public int getEntriesCount(long userId,
long classNameId,
long[] classPKs,
boolean alert,
int flagValue)
throws SystemException
- Specified by:
getEntriesCount in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntriesCount
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)
throws SystemException
- Specified by:
getEntriesCount in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getEntry
public AnnouncementsEntry getEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
getEntry in interface AnnouncementsEntryLocalService
- Throws:
PortalException
SystemException
getUserEntries
public List<AnnouncementsEntry> getUserEntries(long userId,
int start,
int end)
throws SystemException
- Specified by:
getUserEntries in interface AnnouncementsEntryLocalService
- Throws:
SystemException
getUserEntriesCount
public int getUserEntriesCount(long userId)
throws SystemException
- Specified by:
getUserEntriesCount in interface AnnouncementsEntryLocalService
- Throws:
SystemException
updateEntry
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,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
int priority)
throws PortalException,
SystemException
- Specified by:
updateEntry in interface AnnouncementsEntryLocalService
- Throws:
PortalException
SystemException
getWrappedAnnouncementsEntryLocalService
public AnnouncementsEntryLocalService getWrappedAnnouncementsEntryLocalService()