Uses of Enum Class
com.serinity.accesscontrol.flag.MessageStatus
Packages that use MessageStatus
Package
Description
-
Uses of MessageStatus in com.serinity.accesscontrol.controller
Methods in com.serinity.accesscontrol.controller with parameters of type MessageStatusModifier and TypeMethodDescriptionvoidAdminDashboardController.showStatusMessage(String message, MessageStatus status) voidAdminUsersManagmentController.showStatusMessage(String message, MessageStatus status) voidLoginController.showStatusMessage(String message, MessageStatus status) voidResetPasswordController.showStatusMessage(String message, MessageStatus status) voidRootController.showStatusMessage(String message, MessageStatus status) voidUserDashboardController.showStatusMessage(String message, MessageStatus status) voidUserHomeController.showStatusMessage(String message, MessageStatus status) -
Uses of MessageStatus in com.serinity.accesscontrol.controller.base
Methods in com.serinity.accesscontrol.controller.base with parameters of type MessageStatusModifier and TypeMethodDescriptionvoidStatusMessageProvider.showStatusMessage(String message, MessageStatus status) Shows a status message on the UI. -
Uses of MessageStatus in com.serinity.accesscontrol.flag
Subclasses with type arguments of type MessageStatus in com.serinity.accesscontrol.flagMethods in com.serinity.accesscontrol.flag that return MessageStatusModifier and TypeMethodDescriptionstatic MessageStatusReturns the enum constant of this class with the specified name.static MessageStatus[]MessageStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.