Liferay 6.1.2-ce-ga3

com.liferay.portlet.announcements.service
Class AnnouncementsEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.announcements.service.AnnouncementsEntryServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<AnnouncementsEntryService>, AnnouncementsEntryService

public class AnnouncementsEntryServiceWrapper
extends Object
implements AnnouncementsEntryService, ServiceWrapper<AnnouncementsEntryService>

This class is a wrapper for AnnouncementsEntryService.

See Also:
AnnouncementsEntryService

Constructor Summary
AnnouncementsEntryServiceWrapper(AnnouncementsEntryService announcementsEntryService)
           
 
Method Summary
 AnnouncementsEntry 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 autoDisplayDate, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
           
 AnnouncementsEntry 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, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, int priority, boolean alert)
          Deprecated. As of 6.2.0, replaced by addEntry(long, long, long, String, String, String, String, int, int, int, int, int, boolean, int, int, int, int, int, int, boolean)
 void deleteEntry(long entryId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 AnnouncementsEntry getEntry(long entryId)
           
 AnnouncementsEntryService getWrappedAnnouncementsEntryService()
          Deprecated. Renamed to getWrappedService()
 AnnouncementsEntryService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedAnnouncementsEntryService(AnnouncementsEntryService announcementsEntryService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.announcements.service.AnnouncementsEntryService)
 void setWrappedService(AnnouncementsEntryService announcementsEntryService)
           
 AnnouncementsEntry updateEntry(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
 

Constructor Detail

AnnouncementsEntryServiceWrapper

public AnnouncementsEntryServiceWrapper(AnnouncementsEntryService announcementsEntryService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface AnnouncementsEntryService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface AnnouncementsEntryService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addEntry

public AnnouncementsEntry 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 autoDisplayDate,
                                   int expirationDateMonth,
                                   int expirationDateDay,
                                   int expirationDateYear,
                                   int expirationDateHour,
                                   int expirationDateMinute,
                                   int priority,
                                   boolean alert)
                            throws PortalException,
                                   SystemException
Specified by:
addEntry in interface AnnouncementsEntryService
Throws:
PortalException
SystemException

addEntry

public AnnouncementsEntry 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,
                                   int expirationDateMonth,
                                   int expirationDateDay,
                                   int expirationDateYear,
                                   int expirationDateHour,
                                   int expirationDateMinute,
                                   int priority,
                                   boolean alert)
                            throws PortalException,
                                   SystemException
Deprecated. As of 6.2.0, replaced by addEntry(long, long, long, String, String, String, String, int, int, int, int, int, boolean, int, int, int, int, int, int, boolean)

Specified by:
addEntry in interface AnnouncementsEntryService
Throws:
PortalException
SystemException

deleteEntry

public void deleteEntry(long entryId)
                 throws PortalException,
                        SystemException
Specified by:
deleteEntry in interface AnnouncementsEntryService
Throws:
PortalException
SystemException

getEntry

public AnnouncementsEntry getEntry(long entryId)
                            throws PortalException,
                                   SystemException
Specified by:
getEntry in interface AnnouncementsEntryService
Throws:
PortalException
SystemException

updateEntry

public AnnouncementsEntry updateEntry(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 AnnouncementsEntryService
Throws:
PortalException
SystemException

getWrappedAnnouncementsEntryService

public AnnouncementsEntryService getWrappedAnnouncementsEntryService()
Deprecated. Renamed to getWrappedService()


setWrappedAnnouncementsEntryService

public void setWrappedAnnouncementsEntryService(AnnouncementsEntryService announcementsEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.announcements.service.AnnouncementsEntryService)


getWrappedService

public AnnouncementsEntryService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<AnnouncementsEntryService>

setWrappedService

public void setWrappedService(AnnouncementsEntryService announcementsEntryService)
Specified by:
setWrappedService in interface ServiceWrapper<AnnouncementsEntryService>

Liferay 6.1.2-ce-ga3