Uses of Class
com.broadleafcommerce.tenant.domain.TenantAsset
Packages that use TenantAsset
-
Uses of TenantAsset in com.broadleafcommerce.tenant.domain
Methods in com.broadleafcommerce.tenant.domain that return TenantAssetModifier and TypeMethodDescriptionTenant.getLogoAsset()The asset information for the tenant's logo.Methods in com.broadleafcommerce.tenant.domain with parameters of type TenantAssetModifier and TypeMethodDescriptionvoidTenant.setLogoAsset(TenantAsset logoAsset) The asset information for the tenant's logo.Constructors in com.broadleafcommerce.tenant.domain with parameters of type TenantAssetModifierConstructorDescriptionTenant(String id, String name, String identifierType, String identifierValue, Locale defaultLocale, List<Locale> allowedLocales, Currency defaultCurrency, String defaultApplicationId, List<Currency> allowedCurrencies, TenantAsset logoAsset, Map<String, Object> attributes)