Expose your UiAction objects
You must implement the SearchableEntity.getUiActions(Object, UiActions[]) method to expose your UiAction objects. The following steps demonstrate how to expos an object based on a class named DisplayBookInfo, created in Create a UiAction subclass.
Before you begin: Create a class that implements the SearchableEntity interface. For more information, see Encapsulate your data in the SearchableEntity class.
Previous topic: Provide an alternate entry point for your application