Interface CommonCatalogRepository<D extends Trackable>

    • Method Detail

      • findByVendorRefIn

        List<D> findByVendorRefIn​(Collection<String> vendorRefs,
                                  @Nullable
                                  ContextInfo contextInfo)
        Finds all catalogs directly associated to the given vendorRefs.
        Parameters:
        vendorRefs - the vendor refs to find associated catalogs for. Must be non-empty.
        contextInfo - context information surrounding sandboxing and multitenant state
        Returns:
        all catalogs found for the given vendor refs