Uses of Class
com.broadleafcommerce.tenant.domain.ApplicationAsset
Packages that use ApplicationAsset
-
Uses of ApplicationAsset in com.broadleafcommerce.tenant.domain
Methods in com.broadleafcommerce.tenant.domain that return ApplicationAssetModifier and TypeMethodDescriptionApplication.getLogoAsset()
The asset information for the application's logo.Application.getPortraitAsset()
The asset information for the application's portrait.Methods in com.broadleafcommerce.tenant.domain with parameters of type ApplicationAssetModifier and TypeMethodDescriptionvoid
Application.setLogoAsset
(ApplicationAsset logoAsset) The asset information for the application's logo.void
Application.setPortraitAsset
(ApplicationAsset portraitAsset) The asset information for the application's portrait.Constructors in com.broadleafcommerce.tenant.domain with parameters of type ApplicationAssetModifierConstructorDescriptionApplication
(String id, String name, String token, String identifierType, String identifierValue, String customerContextId, boolean deactivated, Locale defaultLocale, List<Locale> allowedLocales, Currency defaultCurrency, List<Currency> allowedCurrencies, ApplicationAsset portraitAsset, ApplicationAsset logoAsset, Map<String, Object> attributes, List<ApplicationCatalogRef> isolatedCatalogs, boolean isMarketplace, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState, String robots)