Uses of Class
de.terrestris.shoguncore.model.Application
-
Packages that use Application Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.rest de.terrestris.shoguncore.service de.terrestris.shoguncore.web -
-
Uses of Application in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type Application Modifier and Type Class Description classApplicationDao<E extends Application> -
Uses of Application in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type Application Modifier and Type Class Description classApplicationRestController<E extends Application,D extends ApplicationDao<E>,S extends ApplicationService<E,D>> -
Uses of Application in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type Application Modifier and Type Class Description classApplicationService<E extends Application,D extends ApplicationDao<E>>Service class for theApplicationmodel.Method parameters in de.terrestris.shoguncore.service with type arguments of type Application Modifier and Type Method Description voidPluginService. setApplicationService(ApplicationService<Application,ApplicationDao<Application>> applicationService)Sets the applicationService.voidPluginService. setApplicationService(ApplicationService<Application,ApplicationDao<Application>> applicationService)Sets the applicationService. -
Uses of Application in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type Application Modifier and Type Class Description classApplicationController<E extends Application,D extends ApplicationDao<E>,S extends ApplicationService<E,D>>
-