-
- All Superinterfaces:
PluginService
public interface DataService extends PluginService
DataService interface. To implement service for fetching data that plugin may need for the front end.
This service is called from the resource REST /executePluginAction with the parameters defined by the plugin.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>executeAction(String action, Map<String,String> params)This method is for define some action to execute in the plugin.
-
-
-
Method Detail
-