Uses of Class
com.logicaldoc.core.security.Tenant
-
Packages that use Tenant Package Description com.logicaldoc.core.security com.logicaldoc.core.security.dao com.logicaldoc.web.service -
-
Uses of Tenant in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security that return Tenant Modifier and Type Method Description TenantTenant. clone() -
Uses of Tenant in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao that return Tenant Modifier and Type Method Description TenantHibernateTenantDAO. findByName(String name)TenantTenantDAO. findByName(String name)Finds a tenant by nameMethods in com.logicaldoc.core.security.dao with parameters of type Tenant Modifier and Type Method Description booleanHibernateTenantDAO. store(Tenant entity) -
Uses of Tenant in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service with parameters of type Tenant Modifier and Type Method Description static GUITenantSecurityServiceImpl. fromTenant(Tenant tenant)
-