Package com.priint.uikit.dataprovider
Class SearchAfterBucketsAbstractPlugin
java.lang.Object
com.priint.pubserver.plugin.PluginControlDefault
com.priint.uikit.dataprovider.SearchAfterBucketsAbstractPlugin
- All Implemented Interfaces:
PluginControl
An abstract class that extends, for example plugins. The class contains the abstract searchBuckets method, which returns a List object.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.priint.pubserver.plugin.PluginControlDefault
afterCreateConfigurations, afterDeleteConfigurations, afterUpdateConfigurations, createConfiguration, deleteConfigurations, getSession, getSessionId, initInstance, loadServerConfig, ping, readSessionAttribute, updateConfigurations, writeSessionAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.priint.pubserver.plugin.interfaces.PluginControl
validateConfigurations
-
Constructor Details
-
SearchAfterBucketsAbstractPlugin
public SearchAfterBucketsAbstractPlugin()
-
-
Method Details
-
searchBuckets
public abstract List<Bucket> searchBuckets(String sessionId, String entityModelId, Map<String, Object> parameters) throws PubServerException- Throws:
PubServerException
-