Uses of Enum Class
africa.absa.inception.security.UserStatus
-
Uses of UserStatus in africa.absa.inception.security
Methods in africa.absa.inception.security that return UserStatusModifier and TypeMethodDescriptionUserStatusConverter.convertToEntityAttribute(Integer dbData) Converts the data stored in the database column into the value to be stored in the entity attribute.static UserStatusReturns the user status given by the specified code value.static UserStatusUserStatus.fromNumericCode(int numericCode) Returns the user status for the specified numeric code.User.getStatus()Returns the status for the user.static UserStatusReturns the enum constant of this class with the specified name.static UserStatus[]UserStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in africa.absa.inception.security with parameters of type UserStatusModifier and TypeMethodDescriptionUserStatusToStringConverter.convert(UserStatus source) UserStatusConverter.convertToDatabaseColumn(UserStatus attribute) Converts the value stored in the entity attribute into the data representation to be stored in the database.voidUser.setStatus(UserStatus status) Set the status for the user.static intUserStatus.toNumericCode(UserStatus userStatus) Returns the numeric code for the user status.