return array;
}
public void createFixtures(PartakeConnection con, IPartakeDAOs daos) throws DAOException {
IUserNotificationAccess dao = daos.getUserNotificationAccess();
dao.truncate(con);
dao.put(con, new UserNotification(USER_NOTIFICATION_INQUEUE_ID, DEFAULT_EVENT_TICKET_ID, DEFAULT_USER_ID, NotificationType.EVENT_ONEDAY_BEFORE_REMINDER, MessageDelivery.INQUEUE, new DateTime(0), null));
}
}