Package org.cyclos.impl.system
Interface ExtensionPointServiceLocal
-
- All Superinterfaces:
CRUDService<ExtensionPointDTO,ExtensionPointData,ExtensionPointNature>,CRUDServiceLocal<ExtensionPoint,ExtensionPointDTO,ExtensionPointData,ExtensionPointNature>,ExtensionPointService,Service
public interface ExtensionPointServiceLocal extends CRUDServiceLocal<ExtensionPoint,ExtensionPointDTO,ExtensionPointData,ExtensionPointNature>, ExtensionPointService
Local interface forExtensionPointService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionPointAccessornewAccessor(ExtensionPointEvent event, ExtensionPointFilter filter)Returns an accessor capable of dispatching the given event.-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.system.ExtensionPointService
list
-
-
-
-
Method Detail
-
newAccessor
ExtensionPointAccessor newAccessor(ExtensionPointEvent event, ExtensionPointFilter filter)
Returns an accessor capable of dispatching the given event. The filter object is either a group or a transfer type, and is used to filter the applicable extension points. This method never returns null - if no extension points match, a no-op implementation is returned
-
-