Uses of Class
de.hybris.platform.hac.data.dto.TenantData
-
Packages that use TenantData Package Description de.hybris.platform.hac.controller de.hybris.platform.hac.facade -
-
Uses of TenantData in de.hybris.platform.hac.controller
Methods in de.hybris.platform.hac.controller that return TenantData Modifier and Type Method Description TenantDataTenantsController. getTenantDataForId(java.lang.String tenantID)Methods in de.hybris.platform.hac.controller with parameters of type TenantData Modifier and Type Method Description java.lang.StringTenantsController. edit(org.springframework.ui.Model model, TenantData formData, java.lang.String tenantID)java.lang.StringTenantsController. newTenant(org.springframework.ui.Model model, TenantData formData) -
Uses of TenantData in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade that return TenantData Modifier and Type Method Description TenantDataHacTenantsFacade. getMasterTenant()TenantDataHacTenantsFacade. getSlaveTenant(java.lang.String slaveTenantId)TenantDataHacTenantsFacade. getTenantDataById(java.lang.String tenantId)Methods in de.hybris.platform.hac.facade that return types with arguments of type TenantData Modifier and Type Method Description java.util.List<TenantData>HacTenantsFacade. getAllSlaveTenants()
-