Uses of Class
magoffin.matt.ma2.aop.AbstractIndexInterceptor

Packages that use AbstractIndexInterceptor
magoffin.matt.ma2.aop   
 

Uses of AbstractIndexInterceptor in magoffin.matt.ma2.aop
 

Subclasses of AbstractIndexInterceptor in magoffin.matt.ma2.aop
 class MediaItemDeleteIndexInterceptor
          Interceptor to support removal of MediaItem domain objects from the search index.
 class MediaItemIndexInterceptor
          Interceptor to support automatic indexing of updated MediaItem domain objects.
 class UserDeleteIndexInterceptor
          Interceptor to support removal of User domain objects from the search index.
 class UserIndexInterceptor
          Interceptor to support automatic indexing of updated User domain objects.