Interface CatalogChangeService
-
- All Known Implementing Classes:
CatalogChangeHelper
public interface CatalogChangeServiceBatch update a managed, catalog discriminated entity type based onCatalog#getGroups()andCatalog.getLevel()changes.- Author:
- Jeff Fischer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsync(Trackable catalog, Class<Trackable> type, boolean isNew)Sync catalog change information to one or more instances of<D>
-
-
-
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 changedtype- The class representing the related entity typeisNew- Whether or not the catalog change is for a new catalog
-
-