Uses of Class
africa.absa.inception.security.UserStatus
-
-
Uses of UserStatus in africa.absa.inception.security
Methods in africa.absa.inception.security that return UserStatus Modifier and Type Method Description UserStatusStringToUserStatusConverter. convert(String source)UserStatusUserStatusConverter. convertToEntityAttribute(Integer dbData)Converts the data stored in the database column into the value to be stored in the entity attribute.static UserStatusUserStatus. fromCode(String code)Returns the user status given by the specified code value.static UserStatusUserStatus. fromNumericCode(int numericCode)Returns the user status for the specified numeric code.UserStatusUser. getStatus()Returns the status for the user.static UserStatusUserStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static UserStatus[]UserStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in africa.absa.inception.security with parameters of type UserStatus Modifier and Type Method Description StringUserStatusToStringConverter. convert(UserStatus source)IntegerUserStatusConverter. 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.
-