added links to documents to time track list
This commit is contained in:
@@ -4,7 +4,10 @@ package de.srsoftware.umbrella.core.api;
|
||||
import de.srsoftware.umbrella.core.exceptions.UmbrellaException;
|
||||
import de.srsoftware.umbrella.core.model.Document;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
public interface DocumentService {
|
||||
Map<Long, Map<Long, String>> docsReferencedByTimes(Set<Long> timeIds) throws UmbrellaException;
|
||||
|
||||
Map<Long, Document> list(long companyId) throws UmbrellaException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user