| Package | Description |
|---|---|
| org.craftercms.social.repositories.system | |
| org.craftercms.social.repositories.system.impl | |
| org.craftercms.social.services.notification.impl |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLog> |
AuditRepository.getByDate(Date from,
Date to) |
List<AuditLog> |
AuditRepository.getByDate(String context,
Date from,
Date to) |
Iterable<AuditLog> |
AuditRepository.getNotificationsToSend(String threadId,
Date from,
Date to) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLog> |
AuditRepositoryImpl.getByDate(Date from,
Date to) |
List<AuditLog> |
AuditRepositoryImpl.getByDate(String context,
Date from,
Date to) |
Iterable<AuditLog> |
AuditRepositoryImpl.getNotificationsToSend(String threadId,
Date from,
Date to) |
| Modifier and Type | Method and Description |
|---|---|
AuditLog |
AuditServiceImpl.getAuditLog(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLog> |
AuditServiceImpl.getAuditLogs(Date from) |
List<AuditLog> |
AuditServiceImpl.getAuditLogs(Date from,
Date to) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AuditServiceImpl.persistAudit(AuditLog auditModel) |
Copyright © 2015 CrafterCMS. All Rights Reserved.