public class AnnouncementsEntryServiceWrapper extends Object implements AnnouncementsEntryService, ServiceWrapper<AnnouncementsEntryService>
AnnouncementsEntryService.AnnouncementsEntryService| Constructor and Description |
|---|
AnnouncementsEntryServiceWrapper() |
AnnouncementsEntryServiceWrapper(AnnouncementsEntryService announcementsEntryService) |
| Modifier and Type | Method and Description |
|---|---|
AnnouncementsEntry |
addEntry(long classNameId,
long classPK,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority,
boolean alert) |
void |
deleteEntry(long entryId) |
AnnouncementsEntry |
getEntry(long entryId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AnnouncementsEntryService |
getWrappedService() |
void |
setWrappedService(AnnouncementsEntryService announcementsEntryService) |
AnnouncementsEntry |
updateEntry(long entryId,
String title,
String content,
String url,
String type,
Date displayDate,
Date expirationDate,
int priority) |
public AnnouncementsEntryServiceWrapper()
public AnnouncementsEntryServiceWrapper(AnnouncementsEntryService announcementsEntryService)
public AnnouncementsEntry addEntry(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 AnnouncementsEntryServicePortalExceptionpublic void deleteEntry(long entryId)
throws PortalException
deleteEntry in interface AnnouncementsEntryServicePortalExceptionpublic AnnouncementsEntry getEntry(long entryId) throws PortalException
getEntry in interface AnnouncementsEntryServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AnnouncementsEntryServicepublic AnnouncementsEntry updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) throws PortalException
updateEntry in interface AnnouncementsEntryServicePortalExceptionpublic AnnouncementsEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<AnnouncementsEntryService>public void setWrappedService(AnnouncementsEntryService announcementsEntryService)
setWrappedService in interface ServiceWrapper<AnnouncementsEntryService>