Uses of Enum Class
africa.absa.inception.security.TenantStatus
-
Uses of TenantStatus in africa.absa.inception.security
Methods in africa.absa.inception.security that return TenantStatusModifier and TypeMethodDescriptionTenantStatusConverter.convertToEntityAttribute(Integer dbData) Converts the data stored in the database column into the value to be stored in the entity attribute.static TenantStatusReturns the tenant status given by the specified code value.static TenantStatusTenantStatus.fromNumericCode(int numericCode) Returns the tenant status for the specified numeric code.Tenant.getStatus()Returns the status for the tenant.static TenantStatusReturns the enum constant of this class with the specified name.static TenantStatus[]TenantStatus.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 TenantStatusModifier and TypeMethodDescriptionTenantStatusToStringConverter.convert(TenantStatus source) TenantStatusConverter.convertToDatabaseColumn(TenantStatus attribute) Converts the value stored in the entity attribute into the data representation to be stored in the database.voidTenant.setStatus(TenantStatus status) Set the status for the tenant.static intTenantStatus.toNumericCode(TenantStatus tenantStatus) Returns the numeric code for the tenant status.Constructors in africa.absa.inception.security with parameters of type TenantStatusModifierConstructorDescriptionTenant(String name, TenantStatus status) Constructs a new Tenant.Tenant(UUID id, String name, TenantStatus status) Constructs a new Tenant.