Class CalendarNotificationTemplateLocalServiceWrapper

java.lang.Object
com.liferay.calendar.service.CalendarNotificationTemplateLocalServiceWrapper
All Implemented Interfaces:
CalendarNotificationTemplateLocalService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>

public class CalendarNotificationTemplateLocalServiceWrapper extends Object implements CalendarNotificationTemplateLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>
See Also:
Generated:
  • Constructor Details

    • CalendarNotificationTemplateLocalServiceWrapper

      public CalendarNotificationTemplateLocalServiceWrapper()
    • CalendarNotificationTemplateLocalServiceWrapper

      public CalendarNotificationTemplateLocalServiceWrapper(CalendarNotificationTemplateLocalService calendarNotificationTemplateLocalService)
  • Method Details

    • addCalendarNotificationTemplate

      public CalendarNotificationTemplate addCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate)
      Adds the calendar notification template to the database. Also notifies the appropriate model listeners.

      Important: Inspect CalendarNotificationTemplateLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      addCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
      Parameters:
      calendarNotificationTemplate - the calendar notification template
      Returns:
      the calendar notification template that was added
    • addCalendarNotificationTemplate

      public CalendarNotificationTemplate addCalendarNotificationTemplate(long userId, long calendarId, NotificationType notificationType, String notificationTypeSettings, NotificationTemplateType notificationTemplateType, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createCalendarNotificationTemplate

      public CalendarNotificationTemplate createCalendarNotificationTemplate(long calendarNotificationTemplateId)
      Creates a new calendar notification template with the primary key. Does not add the calendar notification template to the database.
      Specified by:
      createCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
      Parameters:
      calendarNotificationTemplateId - the primary key for the new calendar notification template
      Returns:
      the new calendar notification template
    • createPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      createPersistedModel in interface CalendarNotificationTemplateLocalService
      Specified by:
      createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • deleteCalendarNotificationTemplate

      public CalendarNotificationTemplate deleteCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate)
      Deletes the calendar notification template from the database. Also notifies the appropriate model listeners.

      Important: Inspect CalendarNotificationTemplateLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
      Parameters:
      calendarNotificationTemplate - the calendar notification template
      Returns:
      the calendar notification template that was removed
    • deleteCalendarNotificationTemplate

      public CalendarNotificationTemplate deleteCalendarNotificationTemplate(long calendarNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException
      Deletes the calendar notification template with the primary key from the database. Also notifies the appropriate model listeners.

      Important: Inspect CalendarNotificationTemplateLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      deleteCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
      Parameters:
      calendarNotificationTemplateId - the primary key of the calendar notification template
      Returns:
      the calendar notification template that was removed
      Throws:
      PortalException - if a calendar notification template with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • deleteCalendarNotificationTemplates

      public void deleteCalendarNotificationTemplates(long calendarId)
      Specified by:
      deleteCalendarNotificationTemplates in interface CalendarNotificationTemplateLocalService
    • deletePersistedModel

      public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deletePersistedModel in interface CalendarNotificationTemplateLocalService
      Specified by:
      deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • dslQuery

      public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQuery in interface CalendarNotificationTemplateLocalService
      Specified by:
      dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dslQueryCount

      public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
      Specified by:
      dslQueryCount in interface CalendarNotificationTemplateLocalService
      Specified by:
      dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • dynamicQuery

      public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
      Specified by:
      dynamicQuery in interface CalendarNotificationTemplateLocalService
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Performs a dynamic query on the database and returns the matching rows.
      Specified by:
      dynamicQuery in interface CalendarNotificationTemplateLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
      Performs a dynamic query on the database and returns a range of the matching rows.

      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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.calendar.model.impl.CalendarNotificationTemplateModelImpl.

      Specified by:
      dynamicQuery in interface CalendarNotificationTemplateLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      Returns:
      the range of matching rows
    • dynamicQuery

      public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
      Performs a dynamic query on the database and returns an ordered range of the matching rows.

      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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.calendar.model.impl.CalendarNotificationTemplateModelImpl.

      Specified by:
      dynamicQuery in interface CalendarNotificationTemplateLocalService
      Parameters:
      dynamicQuery - the dynamic query
      start - the lower bound of the range of model instances
      end - the upper bound of the range of model instances (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the ordered range of matching rows
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface CalendarNotificationTemplateLocalService
      Parameters:
      dynamicQuery - the dynamic query
      Returns:
      the number of rows matching the dynamic query
    • dynamicQueryCount

      public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
      Returns the number of rows matching the dynamic query.
      Specified by:
      dynamicQueryCount in interface CalendarNotificationTemplateLocalService
      Parameters:
      dynamicQuery - the dynamic query
      projection - the projection to apply to the query
      Returns:
      the number of rows matching the dynamic query
    • fetchCalendarNotificationTemplate

      public CalendarNotificationTemplate fetchCalendarNotificationTemplate(long calendarNotificationTemplateId)
      Specified by:
      fetchCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
    • fetchCalendarNotificationTemplate

      public CalendarNotificationTemplate fetchCalendarNotificationTemplate(long calendarId, NotificationType notificationType, NotificationTemplateType notificationTemplateType)
      Specified by:
      fetchCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
    • fetchCalendarNotificationTemplateByUuidAndGroupId

      public CalendarNotificationTemplate fetchCalendarNotificationTemplateByUuidAndGroupId(String uuid, long groupId)
      Returns the calendar notification template matching the UUID and group.
      Specified by:
      fetchCalendarNotificationTemplateByUuidAndGroupId in interface CalendarNotificationTemplateLocalService
      Parameters:
      uuid - the calendar notification template's UUID
      groupId - the primary key of the group
      Returns:
      the matching calendar notification template, or null if a matching calendar notification template could not be found
    • getActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
      Specified by:
      getActionableDynamicQuery in interface CalendarNotificationTemplateLocalService
    • getCalendarNotificationTemplate

      public CalendarNotificationTemplate getCalendarNotificationTemplate(long calendarNotificationTemplateId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the calendar notification template with the primary key.
      Specified by:
      getCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
      Parameters:
      calendarNotificationTemplateId - the primary key of the calendar notification template
      Returns:
      the calendar notification template
      Throws:
      PortalException - if a calendar notification template with the primary key could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getCalendarNotificationTemplateByUuidAndGroupId

      public CalendarNotificationTemplate getCalendarNotificationTemplateByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Returns the calendar notification template matching the UUID and group.
      Specified by:
      getCalendarNotificationTemplateByUuidAndGroupId in interface CalendarNotificationTemplateLocalService
      Parameters:
      uuid - the calendar notification template's UUID
      groupId - the primary key of the group
      Returns:
      the matching calendar notification template
      Throws:
      PortalException - if a matching calendar notification template could not be found
      com.liferay.portal.kernel.exception.PortalException
    • getCalendarNotificationTemplates

      public List<CalendarNotificationTemplate> getCalendarNotificationTemplates(int start, int end)
      Returns a range of all the calendar notification templates.

      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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.calendar.model.impl.CalendarNotificationTemplateModelImpl.

      Specified by:
      getCalendarNotificationTemplates in interface CalendarNotificationTemplateLocalService
      Parameters:
      start - the lower bound of the range of calendar notification templates
      end - the upper bound of the range of calendar notification templates (not inclusive)
      Returns:
      the range of calendar notification templates
    • getCalendarNotificationTemplatesByUuidAndCompanyId

      public List<CalendarNotificationTemplate> getCalendarNotificationTemplatesByUuidAndCompanyId(String uuid, long companyId)
      Returns all the calendar notification templates matching the UUID and company.
      Specified by:
      getCalendarNotificationTemplatesByUuidAndCompanyId in interface CalendarNotificationTemplateLocalService
      Parameters:
      uuid - the UUID of the calendar notification templates
      companyId - the primary key of the company
      Returns:
      the matching calendar notification templates, or an empty list if no matches were found
    • getCalendarNotificationTemplatesByUuidAndCompanyId

      public List<CalendarNotificationTemplate> getCalendarNotificationTemplatesByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CalendarNotificationTemplate> orderByComparator)
      Returns a range of calendar notification templates matching the UUID and company.
      Specified by:
      getCalendarNotificationTemplatesByUuidAndCompanyId in interface CalendarNotificationTemplateLocalService
      Parameters:
      uuid - the UUID of the calendar notification templates
      companyId - the primary key of the company
      start - the lower bound of the range of calendar notification templates
      end - the upper bound of the range of calendar notification templates (not inclusive)
      orderByComparator - the comparator to order the results by (optionally null)
      Returns:
      the range of matching calendar notification templates, or an empty list if no matches were found
    • getCalendarNotificationTemplatesCount

      public int getCalendarNotificationTemplatesCount()
      Returns the number of calendar notification templates.
      Specified by:
      getCalendarNotificationTemplatesCount in interface CalendarNotificationTemplateLocalService
      Returns:
      the number of calendar notification templates
    • getExportActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
      Specified by:
      getExportActionableDynamicQuery in interface CalendarNotificationTemplateLocalService
    • getIndexableActionableDynamicQuery

      public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
      Specified by:
      getIndexableActionableDynamicQuery in interface CalendarNotificationTemplateLocalService
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface CalendarNotificationTemplateLocalService
      Returns:
      the OSGi service identifier
    • getPersistedModel

      public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getPersistedModel in interface CalendarNotificationTemplateLocalService
      Specified by:
      getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalService
      Throws:
      PortalException
      com.liferay.portal.kernel.exception.PortalException
    • updateCalendarNotificationTemplate

      public CalendarNotificationTemplate updateCalendarNotificationTemplate(CalendarNotificationTemplate calendarNotificationTemplate)
      Updates the calendar notification template in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

      Important: Inspect CalendarNotificationTemplateLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.

      Specified by:
      updateCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
      Parameters:
      calendarNotificationTemplate - the calendar notification template
      Returns:
      the calendar notification template that was updated
    • updateCalendarNotificationTemplate

      public CalendarNotificationTemplate updateCalendarNotificationTemplate(long calendarNotificationTemplateId, String notificationTypeSettings, String subject, String body, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateCalendarNotificationTemplate in interface CalendarNotificationTemplateLocalService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBasePersistence

      public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
      Specified by:
      getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalService
    • getCTPersistence

      public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CalendarNotificationTemplate> getCTPersistence()
      Specified by:
      getCTPersistence in interface CalendarNotificationTemplateLocalService
      Specified by:
      getCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>
    • getModelClass

      public Class<CalendarNotificationTemplate> getModelClass()
      Specified by:
      getModelClass in interface CalendarNotificationTemplateLocalService
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>
    • updateWithUnsafeFunction

      public <R, E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CalendarNotificationTemplate>,R,E> updateUnsafeFunction) throws E
      Specified by:
      updateWithUnsafeFunction in interface CalendarNotificationTemplateLocalService
      Specified by:
      updateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CalendarNotificationTemplate>
      Throws:
      E extends Throwable
    • getWrappedService

      public CalendarNotificationTemplateLocalService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>
    • setWrappedService

      public void setWrappedService(CalendarNotificationTemplateLocalService calendarNotificationTemplateLocalService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CalendarNotificationTemplateLocalService>