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 GWT services implementations. -
-
Uses of Tenant in com.logicaldoc.core.security
Constructors in com.logicaldoc.core.security with parameters of type Tenant Constructor Description Tenant(Tenant source) -
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 voidHibernateTenantDAO. 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)
-