Class AnnouncementsEntryServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portlet.announcements.service.base.AnnouncementsEntryServiceBaseImpl
com.liferay.portlet.announcements.service.impl.AnnouncementsEntryServiceImpl
All Implemented Interfaces:
com.liferay.announcements.kernel.service.AnnouncementsEntryService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService

public class AnnouncementsEntryServiceImpl extends AnnouncementsEntryServiceBaseImpl
Author:
Brian Wing Shun Chan, Roberto Díaz
  • Constructor Details

    • AnnouncementsEntryServiceImpl

      public AnnouncementsEntryServiceImpl()
  • Method Details

    • addEntry

      public com.liferay.announcements.kernel.model.AnnouncementsEntry addEntry(long classNameId, long classPK, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority, boolean alert) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteEntry

      public void deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getEntry

      public com.liferay.announcements.kernel.model.AnnouncementsEntry getEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateEntry

      public com.liferay.announcements.kernel.model.AnnouncementsEntry updateEntry(long entryId, String title, String content, String url, String type, Date displayDate, Date expirationDate, int priority) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException