Package br.com.davinti.vitruvio.batch
Interface UIService
- All Known Implementing Classes:
UINotificationsBatchServiceImpl
public interface UIService
-
Method Summary
Modifier and TypeMethodDescriptionlongList<ApplicationSession> List<ApplicationSession> booleanisRegistered(ApplicationSession application) voidregisterApplication(ApplicationSession application) booleanunregisterApplication(ApplicationSession application)
-
Method Details
-
registerApplication
void registerApplication(ApplicationSession application) -
unregisterApplication
boolean unregisterApplication(ApplicationSession application) -
isRegistered
boolean isRegistered(ApplicationSession application) -
getRegisteredApplications
List<ApplicationSession> getRegisteredApplications() -
getRegisteredApplicationsForUser
-
getLoggedUserCount
long getLoggedUserCount()
-