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 Tenant
Tenant. 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 Tenant
HibernateTenantDAO. findByName(String name)
Tenant
TenantDAO. findByName(String name)
Finds a tenant by nameMethods in com.logicaldoc.core.security.dao with parameters of type Tenant Modifier and Type Method Description boolean
HibernateTenantDAO. 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 GUITenant
SecurityServiceImpl. fromTenant(Tenant tenant)
-