Uses of Class
africa.absa.inception.security.TenantStatus
-
-
Uses of TenantStatus in africa.absa.inception.security
Methods in africa.absa.inception.security that return TenantStatus Modifier and Type Method Description TenantStatusStringToTenantStatusConverter. convert(String source)TenantStatusTenantStatusConverter. convertToEntityAttribute(Integer dbData)Converts the data stored in the database column into the value to be stored in the entity attribute.static TenantStatusTenantStatus. fromCode(String code)Returns the tenant status given by the specified code value.static TenantStatusTenantStatus. fromNumericCode(int numericCode)Returns the tenant status for the specified numeric code.TenantStatusTenant. getStatus()Returns the status for the tenant.static TenantStatusTenantStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantStatus[]TenantStatus. 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 TenantStatus Modifier and Type Method Description StringTenantStatusToStringConverter. convert(TenantStatus source)IntegerTenantStatusConverter. 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 TenantStatus Constructor Description Tenant(String name, TenantStatus status)Constructs a new Tenant.Tenant(UUID id, String name, TenantStatus status)Constructs a new Tenant.
-