Uses of Class
com.broadleafcommerce.catalog.domain.asset.CategoryAsset
Packages that use CategoryAsset
Package
Description
-
Uses of CategoryAsset in com.broadleafcommerce.catalog.clone.category.autoconfigure
Method parameters in com.broadleafcommerce.catalog.clone.category.autoconfigure with type arguments of type CategoryAssetModifier and TypeMethodDescriptionCloneCategoryAutoConfiguration.cloneCategoryAssetsService(CategoryAssetService<CategoryAsset> categoryAssetService) -
Uses of CategoryAsset in com.broadleafcommerce.catalog.clone.category.service
Methods in com.broadleafcommerce.catalog.clone.category.service that return types with arguments of type CategoryAssetModifier and TypeMethodDescriptionprotected CategoryAssetService<CategoryAsset>CloneCategoryAssetsService.getCategoryAssetService()Constructor parameters in com.broadleafcommerce.catalog.clone.category.service with type arguments of type CategoryAssetModifierConstructorDescriptionCloneCategoryAssetsService(CategoryAssetService<CategoryAsset> categoryAssetService) -
Uses of CategoryAsset in com.broadleafcommerce.catalog.domain.category.commerce
Methods in com.broadleafcommerce.catalog.domain.category.commerce that return types with arguments of type CategoryAssetModifier and TypeMethodDescriptionCategoryDetails.getAssets()All of the category'sassets.CategoryDetailsContext.getRelatedCategoryAssets()An aggregation of all of theCategoryAssetsrelated to theCategoryDetailsContext.resolvedCategory.Method parameters in com.broadleafcommerce.catalog.domain.category.commerce with type arguments of type CategoryAssetModifier and TypeMethodDescriptionvoidCategoryDetails.setAssets(List<CategoryAsset> assets) All of the category'sassets.voidCategoryDetailsContext.setRelatedCategoryAssets(Map<String, List<CategoryAsset>> relatedCategoryAssets) An aggregation of all of theCategoryAssetsrelated to theCategoryDetailsContext.resolvedCategory.Constructor parameters in com.broadleafcommerce.catalog.domain.category.commerce with type arguments of type CategoryAssetModifierConstructorDescriptionCategoryDetails(Category category, List<CategoryAsset> assets, List<Breadcrumb> breadcrumbs, org.springframework.data.domain.Page<ProductSummary> products, Map<String, List<PromotionalCategoryProductSummary>> promotionalProducts) CategoryDetailsContext(CategoryDetailsRequest request, Category resolvedCategory, Map<String, List<CategoryAsset>> relatedCategoryAssets, Map<String, org.springframework.data.domain.Page<ProductSummary>> relatedCategoryProducts, org.springframework.data.domain.Page<ProductSummary> relatedRuleBasedProducts, Map<String, ProductSummary> relatedProducts, Map<String, List<ProductAsset>> relatedProductAssets, Map<String, VariantDetail> relatedVariants, Map<String, List<PromotionalCategoryProductSummary>> relatedPromotionalProducts, Map<String, List<ProductTag>> relatedProductTags) -
Uses of CategoryAsset in com.broadleafcommerce.catalog.messaging.autoconfigure
Method parameters in com.broadleafcommerce.catalog.messaging.autoconfigure with type arguments of type CategoryAssetModifier and TypeMethodDescriptionCatalogMessagingAutoConfiguration.CatalogEntityDeletionConfiguration.categoryAssetCatalogEntityDeletedEventHandler(com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> catalogService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator contextRequestHydrator, CategoryAssetService<CategoryAsset> categoryAssetService) -
Uses of CategoryAsset in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers
Methods in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers that return types with arguments of type CategoryAssetModifier and TypeMethodDescriptionprotected CategoryAssetService<CategoryAsset>CategoryAssetCatalogEntityDeletedEventHandler.getCategoryAssetService()Constructor parameters in com.broadleafcommerce.catalog.messaging.entitydeletion.handlers with type arguments of type CategoryAssetModifierConstructorDescriptionCategoryAssetCatalogEntityDeletedEventHandler(com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> catalogService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator contextRequestHydrator, CategoryAssetService<CategoryAsset> categoryAssetService) -
Uses of CategoryAsset in com.broadleafcommerce.catalog.service.asset
Classes in com.broadleafcommerce.catalog.service.asset with type parameters of type CategoryAssetModifier and TypeInterfaceDescriptioninterfaceCategoryAssetService<P extends CategoryAsset>Service API forCategoryAssets.classDefaultCategoryAssetService<P extends CategoryAsset>classThe default implementation of theAbstractPrimaryAssetCollisionServicefor theCategoryAsset -
Uses of CategoryAsset in com.broadleafcommerce.catalog.service.category.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.category.commerce.context.contributor that return types with arguments of type CategoryAssetModifier and TypeMethodDescriptionprotected CategoryAssetService<CategoryAsset>RelatedCategoryAssetsCategoryContextContributor.getCategoryAssetService()Constructor parameters in com.broadleafcommerce.catalog.service.category.commerce.context.contributor with type arguments of type CategoryAssetModifierConstructorDescriptionRelatedCategoryAssetsCategoryContextContributor(CategoryAssetService<CategoryAsset> categoryAssetService) -
Uses of CategoryAsset in com.broadleafcommerce.catalog.service.validation
Methods in com.broadleafcommerce.catalog.service.validation with parameters of type CategoryAssetModifier and TypeMethodDescriptionprotected voidCategoryAssetValidator.validateUrlAndEmbedCode(CategoryAsset asset, org.springframework.validation.Errors errors) -
Uses of CategoryAsset in com.broadleafcommerce.catalog.web.endpoint
Methods in com.broadleafcommerce.catalog.web.endpoint that return CategoryAssetModifier and TypeMethodDescriptionCategoryAssetEndpoint.create(String categoryId, CategoryAsset toCreate, OptionalSortPositionRequest givenSortRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CategoryAssetEndpoint.readSingle(String categoryId, String categoryAssetId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) CategoryAssetEndpoint.reorderCategoryAsset(String categoryId, String categoryAssetId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, com.broadleafcommerce.data.tracking.core.sort.SortPositionRequest sortPositionRequest) CategoryAssetEndpoint.update(String categoryId, String categoryAssetId, CategoryAssetEndpoint.CategoryAssetUpdate assetUpdate, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.catalog.web.endpoint that return types with arguments of type CategoryAssetModifier and TypeMethodDescriptionprotected CategoryAssetService<CategoryAsset>CategoryAssetEndpoint.getCategoryAssetService()org.springframework.data.domain.Page<CategoryAsset>CategoryAssetEndpoint.readAll(String categoryId, cz.jirutka.rsql.parser.ast.Node filters, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, Boolean isSorted, String searchString) Methods in com.broadleafcommerce.catalog.web.endpoint with parameters of type CategoryAssetModifier and TypeMethodDescriptionCategoryAssetEndpoint.create(String categoryId, CategoryAsset toCreate, OptionalSortPositionRequest givenSortRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.catalog.web.endpoint with type arguments of type CategoryAssetModifierConstructorDescriptionCategoryAssetEndpoint(CategoryAssetService<CategoryAsset> categoryAssetService, CategoryService<Category> categoryService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)