public class TimesheetsApiImpl extends java.lang.Object implements TimesheetsApi
| Constructor and Description |
|---|
TimesheetsApiImpl(TimeEntryService timeEntryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(long projectId,
long taskId,
java.time.LocalDate spentDate) |
void |
create(long projectId,
long taskId,
java.time.LocalDate spentDate,
long userId) |
void |
delete(long timeEntryId) |
TimeEntry |
get(long timeEntryId) |
java.util.List<TimeEntry> |
list() |
public TimesheetsApiImpl(TimeEntryService timeEntryService)
public java.util.List<TimeEntry> list()
list in interface TimesheetsApipublic TimeEntry get(long timeEntryId)
get in interface TimesheetsApipublic void create(long projectId,
long taskId,
java.time.LocalDate spentDate)
create in interface TimesheetsApipublic void create(long projectId,
long taskId,
java.time.LocalDate spentDate,
long userId)
create in interface TimesheetsApipublic void delete(long timeEntryId)
delete in interface TimesheetsApi