Uses of Class
de.fraunhofer.iese.mydata.client.SyncNotification
-
Packages that use SyncNotification Package Description de.fraunhofer.iese.mydata.client -
-
Uses of SyncNotification in de.fraunhofer.iese.mydata.client
Methods in de.fraunhofer.iese.mydata.client with parameters of type SyncNotification Modifier and Type Method Description void
ILibraryClientService. notifySync(SyncNotification syncNotification)
void
LibraryClient. removeLatestSyncNotification(@NonNull SyncNotification latest)
needed for JPA/Hibernate remove the SyncNotification if it matches the configured onvoid
LibraryClient. setLatestSyncNotification(@NonNull SyncNotification latestSyncNotification)
Sets the last time this client synchronised with the master pmp
-