@Override
  public List<CalendarNotificationTemplate> fetchStagedModelsByUuidAndCompanyId(
      String uuid, long companyId) {

    return CalendarNotificationTemplateLocalServiceUtil
        .getCalendarNotificationTemplatesByUuidAndCompanyId(
            uuid,
            companyId,
            QueryUtil.ALL_POS,
            QueryUtil.ALL_POS,
            new StagedModelModifiedDateComparator<CalendarNotificationTemplate>());
  }