This is the complete list of members for NotificationRepository, including all inherited members.
create(const NotificationDTO &object) -> bool override | NotificationRepository | virtual |
get(size_t id) -> NotificationDTO override | NotificationRepository | virtual |
getAll() -> std::vector< NotificationDTO > | NotificationRepository | |
remove(size_t id) -> bool override | NotificationRepository | virtual |
update(const NotificationDTO &object) -> bool override | NotificationRepository | virtual |