Uses of Class
com.broadleafcommerce.tenant.provider.jpa.domain.JpaTenantApplicationAsset
Package
Description
-
Uses of JpaTenantApplicationAsset in com.broadleafcommerce.tenant.provider.jpa.domain
Modifier and TypeMethodDescriptionJpaTenantApplication.getLogoAsset()
JpaTenantApplication.getPortraitAsset()
Modifier and TypeMethodDescriptionvoid
JpaTenantApplication.setLogoAsset
(JpaTenantApplicationAsset logoAsset) void
JpaTenantApplication.setPortraitAsset
(JpaTenantApplicationAsset portraitAsset) -
Uses of JpaTenantApplicationAsset in com.broadleafcommerce.tenant.provider.jpa.domain.support
Modifier and TypeMethodDescriptionTenantApplicationAssetConverter.convertToEntityAttribute
(String dbData) Modifier and TypeMethodDescriptionTenantApplicationAssetConverter.convertToDatabaseColumn
(JpaTenantApplicationAsset attribute)