public interface LastModificationDateDao
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
getAttachmentLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
<T> List<T> |
getNoteLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
<T> List<T> |
getTopicLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory) |
<T> List<T> getAttachmentLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory)
T - the type of object to be returned that holds the informationlastModificationDateFactory - factory that creates objects that holds the last modification date information and
will return it as list<T> List<T> getNoteLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory)
T - the type of object to be returned that holds the informationlastModificationDateFactory - factory that creates objects that holds the last modification date information and
will return it as list<T> List<T> getTopicLastModificationDates(LastModificationDateFactory<T> lastModificationDateFactory)
T - the type of object to be returned that holds the informationlastModificationDateFactory - factory that creates objects that holds the last modification date information and
will return it as listCopyright © 2019 Communote team. All rights reserved.