Interface I_TenantAccess
- All Known Implementing Classes:
TenantAccess
public interface I_TenantAccess
-
Method Summary
Modifier and TypeMethodDescriptioncommit()convert()static voiddeleteTenant(org.jooq.DSLContext ctx, String tenantId) static List<I_TenantAccess>getAll(org.jooq.DSLContext ctx) static I_TenantAccessgetNewInstance(org.jooq.DSLContext ctx, Tenant tenant) static booleanhasTenant(I_DomainAccess domainAccess, String tenantId) static I_TenantAccessretrieveInstanceBy(org.jooq.DSLContext ctx, String tenantId)