Interface CatalogChangeService

All Known Implementing Classes:
CatalogChangeHelper

public interface CatalogChangeService
Batch update a managed, catalog discriminated entity type based on Catalog#getGroups() and Catalog.getLevel() changes.
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sync(Trackable catalog, Class<Trackable> type, boolean isNew)
    Sync catalog change information to one or more instances of <D>
  • Method Details

    • sync

      void sync(Trackable catalog, Class<Trackable> type, boolean isNew)
      Sync catalog change information to one or more instances of <D>
      Parameters:
      catalog - The catalog instance whose state changed
      type - The class representing the related entity type
      isNew - Whether or not the catalog change is for a new catalog