Uses of Class
com.broadleafcommerce.tenant.domain.CatalogRef
Packages that use CatalogRef
- 
Uses of CatalogRef in com.broadleafcommerce.tenant.domain
Methods in com.broadleafcommerce.tenant.domain that return types with arguments of type CatalogRefModifier and TypeMethodDescriptionApplicationCatalogRef.getParents()The parent nodes for this catalog, including additional mutability information.Catalog.getParents()The parent nodes for this catalog, including additional mutability information.Method parameters in com.broadleafcommerce.tenant.domain with type arguments of type CatalogRefModifier and TypeMethodDescriptionvoidApplicationCatalogRef.setParents(List<CatalogRef> parents) The parent nodes for this catalog, including additional mutability information.voidCatalog.setParents(List<CatalogRef> parents) The parent nodes for this catalog, including additional mutability information. - 
Uses of CatalogRef in com.broadleafcommerce.tenant.service
Methods in com.broadleafcommerce.tenant.service that return types with arguments of type CatalogRefModifier and TypeMethodDescriptionprotected List<CatalogRef>DefaultApplicationCatalogGenerationService.convertCatalogToCatalogRef(@NonNull List<Catalog> catalogs) Methods in com.broadleafcommerce.tenant.service with parameters of type CatalogRefModifier and TypeMethodDescriptionprotected voidDefaultCatalogService.rejectParentRelationship(org.springframework.validation.Errors errors, CatalogRef parent)