Interface EntityInformationServiceExtensionHandler

All Superinterfaces:
ExtensionHandler
All Known Implementing Classes:
AbstractEntityInformationServiceExtensionHandler, EntityInformationServiceExtensionManager

public interface EntityInformationServiceExtensionHandler extends ExtensionHandler

ExtensionHandler for methods within EntityInformationService

Rather than implementing this interface directly you should extend your implementation from AbstractEntityInformationServiceExtensionHandler.

Intended to be used by enterprise and multi-tenant modules to populate a dto so that other modules can have easy access to this information w/out a formal dependency on the multi-tenant or enterprise modules.

Author:
bpolster