Class SplibSearchListJpaController<FST extends SplibSearchForm,FLT extends SplibListForm<?>,S extends SplibSearchListJpaService<FST,FLT,?>>
java.lang.Object
jp.ecuacion.splib.web.controller.SplibBaseController
jp.ecuacion.splib.web.controller.SplibGeneralController<S>
jp.ecuacion.splib.web.controller.SplibGeneral2FormsController<FST,FLT,S>
jp.ecuacion.splib.web.controller.SplibSearchListController<FST,FLT,S>
jp.ecuacion.splib.web.jpa.controller.SplibSearchListJpaController<FST,FLT,S>
public abstract class SplibSearchListJpaController<FST extends SplibSearchForm,FLT extends SplibListForm<?>,S extends SplibSearchListJpaService<FST,FLT,?>>
extends SplibSearchListController<FST,FLT,S>
-
Nested Class Summary
Nested classes/interfaces inherited from class jp.ecuacion.splib.web.controller.SplibGeneralController
SplibGeneralController.ControllerContext, SplibGeneralController.PrepareSettings -
Field Summary
Fields inherited from class jp.ecuacion.splib.web.controller.SplibGeneralController
context, prepareSettings, redirectUrlOnAppExceptionBean, rolesAndAuthoritiesBean, serviceListFields inherited from class jp.ecuacion.splib.web.controller.SplibBaseController
request -
Constructor Summary
ConstructorsConstructorDescriptionSplibSearchListJpaController(String function) SplibSearchListJpaController(String function, SplibGeneralController.ControllerContext settings) -
Method Summary
Methods inherited from class jp.ecuacion.splib.web.controller.SplibSearchListController
delete, getDefaultSubFunctionOnSuccess, getProperSearchForm, search, searchAgain, searchConditionClear, showInsertForm, showUpdateForm, submitOnChangeToRefreshMethods inherited from class jp.ecuacion.splib.web.controller.SplibGeneralController
getDefaultHtmlFileName, getDefaultPageOnAppException, getDefaultPageOnSuccess, getDefaultSubFunctionOnAppException, getFunction, getPrepareSettings, getRedirectUrlOnAppExceptionBean, getReturnStringOnSuccess, getReturnStringOnSuccess, getReturnStringToShowPage, getReturnStringToShowPage, getRootRecordName, getService, getSubFunction, newContext, prepare, prepare, prepare, prepare, prepareForForwardAndGetPath, prepareForForwardAndGetPath, prepareForRedirectOrForwardAndGetPath, prepareForSuccessRedirectAndGetPath, prepareForSuccessRedirectAndGetPath, throw404, transactionTokenCheckMethods inherited from class jp.ecuacion.splib.web.controller.SplibBaseController
initBinder
-
Constructor Details
-
SplibSearchListJpaController
-
SplibSearchListJpaController
public SplibSearchListJpaController(@Nonnull String function, SplibGeneralController.ControllerContext settings)
-
-
Method Details
-
page
public String page(org.springframework.ui.Model model, FST searchForm, FLT listForm, @AuthenticationPrincipal org.springframework.security.core.userdetails.UserDetails loginUser) throws Exception - Overrides:
pagein classSplibSearchListController<FST extends SplibSearchForm,FLT extends SplibListForm<?>, S extends SplibSearchListJpaService<FST, FLT, ?>> - Throws:
Exception
-