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 Detail

      • 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