Uses of Class
de.terrestris.shoguncore.dao.WpsPluginDao
-
Packages that use WpsPluginDao Package Description de.terrestris.shoguncore.rest de.terrestris.shoguncore.service de.terrestris.shoguncore.web -
-
Uses of WpsPluginDao in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type WpsPluginDao Modifier and Type Class Description classWpsPluginRestController<E extends WpsPlugin,D extends WpsPluginDao<E>,S extends WpsPluginService<E,D>> -
Uses of WpsPluginDao in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type WpsPluginDao Modifier and Type Class Description classWpsPluginService<E extends WpsPlugin,D extends WpsPluginDao<E>>Service class for theWpsPluginmodel.Methods in de.terrestris.shoguncore.service that return types with arguments of type WpsPluginDao Modifier and Type Method Description WpsPluginService<WpsPlugin,WpsPluginDao<WpsPlugin>>WpsProcessExecuteService. getWpsPluginService() -
Uses of WpsPluginDao in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type WpsPluginDao Modifier and Type Class Description classWpsPluginController<E extends WpsPlugin,D extends WpsPluginDao<E>,S extends WpsPluginService<E,D>>
-