Uses of Enum Class
com.maplander.backend.enums.manage.LogTypeEnum
Packages that use LogTypeEnum
Package
Description
-
Uses of LogTypeEnum in com.maplander.backend.dao.manage
Methods in com.maplander.backend.dao.manage with parameters of type LogTypeEnumModifier and TypeMethodDescriptionstatic void
LogDAO.propertyLog
(Property property, Long userId, LogTypeEnum type) -
Uses of LogTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type LogTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return LogTypeEnumModifier and TypeMethodDescriptionstatic LogTypeEnum
Returns the enum constant of this class with the specified name.static LogTypeEnum[]
LogTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LogTypeEnum in com.maplander.backend.model.manage.notification.log
Methods in com.maplander.backend.model.manage.notification.log that return LogTypeEnumMethods in com.maplander.backend.model.manage.notification.log with parameters of type LogTypeEnumConstructors in com.maplander.backend.model.manage.notification.log with parameters of type LogTypeEnum