Uses of Class
com.inesm.KeyManager.model.Log
Packages that use Log
Package
Description
-
Uses of Log in com.inesm.KeyManager.repositories
Methods in com.inesm.KeyManager.repositories that return LogModifier and TypeMethodDescriptionLogRepository.getLogByID(long id) Gets a log from the database.Methods in com.inesm.KeyManager.repositories that return types with arguments of type LogModifier and TypeMethodDescriptionLogRepository.getLogsByFilter(Log filter) Fetches all logs from the database that match the filter.Methods in com.inesm.KeyManager.repositories with parameters of type LogModifier and TypeMethodDescriptionLogRepository.getLogsByFilter(Log filter) Fetches all logs from the database that match the filter.longInserts a log in the database with the initial operation information.voidUpdates a existent log instance from the database with extra information. -
Uses of Log in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that return types with arguments of type LogModifier and TypeMethodDescriptionFetches all logs from the database that match the filter.Methods in com.inesm.KeyManager.services with parameters of type Log -
Uses of Log in com.inesm.KeyManager.ui
Methods in com.inesm.KeyManager.ui that return LogModifier and TypeMethodDescriptionAppInterface.inListLogs(javax.servlet.http.HttpServletRequest request) Method parameters in com.inesm.KeyManager.ui with type arguments of type Log