Uses of Class
jp.ecuacion.splib.web.form.SplibGeneralForm
Packages that use SplibGeneralForm
Package
Description
Provides controllers.
Provides forms.
Provides services.
-
Uses of SplibGeneralForm in jp.ecuacion.splib.web.controller
Classes in jp.ecuacion.splib.web.controller with type parameters of type SplibGeneralFormModifier and TypeClassDescriptionclassSplibGeneral1FormController<F extends SplibGeneralForm, S extends SplibGeneral1FormService<F>>Is the abstract general controller with 1 Form.classSplibGeneral2FormsController<F1 extends SplibGeneralForm, F2 extends SplibGeneralForm, S extends SplibGeneral2FormsService<F1,F2>> Is the abstract general controller with 2 Forms.classSplibGeneral2FormsController<F1 extends SplibGeneralForm, F2 extends SplibGeneralForm, S extends SplibGeneral2FormsService<F1,F2>> Is the abstract general controller with 2 Forms.Methods in jp.ecuacion.splib.web.controller with parameters of type SplibGeneralFormModifier and TypeMethodDescriptionvoidSplibGeneralController.prepare(org.springframework.ui.Model model, SplibGeneralForm... forms) Carries out the procedure that is needed after the service procedure ended or the service throws exceptions.voidSplibGeneralController.prepare(org.springframework.ui.Model model, org.springframework.security.core.userdetails.UserDetails loginUser, SplibGeneralForm... forms) Carries out the procedure that is needed after the service procedure ended or the service throws exceptions. -
Uses of SplibGeneralForm in jp.ecuacion.splib.web.form
Subclasses of SplibGeneralForm in jp.ecuacion.splib.web.formModifier and TypeClassDescriptionclassStores data for adminLogin.classStores data for config.classStores data for login.classStores data for edit.classSplibListForm<T extends SplibRecord>Stores data for list.classStores data for search.Methods in jp.ecuacion.splib.web.form that return SplibGeneralFormModifier and TypeMethodDescriptionSplibGeneralForm.noValidate()Sets vavlidates = false and returns this for method chain.SplibGeneralForm.validate(org.springframework.validation.BindingResult bindingResult) Sets validates = true and bindingResult, and returns this for method chain. -
Uses of SplibGeneralForm in jp.ecuacion.splib.web.service
Classes in jp.ecuacion.splib.web.service with type parameters of type SplibGeneralFormModifier and TypeClassDescriptionclassProvides a general service with no method.classSplibGeneral1FormService<F extends SplibGeneralForm>Is the abstract general service with 1 Form.classSplibGeneral2FormsDoNothingService<F1 extends SplibGeneralForm, F2 extends SplibGeneralForm>Provides a general service with no method.classSplibGeneral2FormsDoNothingService<F1 extends SplibGeneralForm, F2 extends SplibGeneralForm>Provides a general service with no method.classSplibGeneral2FormsService<F1 extends SplibGeneralForm, F2 extends SplibGeneralForm>Is the abstract general service with 2 Forms.classSplibGeneral2FormsService<F1 extends SplibGeneralForm, F2 extends SplibGeneralForm>Is the abstract general service with 2 Forms.Method parameters in jp.ecuacion.splib.web.service with type arguments of type SplibGeneralFormModifier and TypeMethodDescriptionvoidSplibGeneral1FormService.prepareForm(List<SplibGeneralForm> allFormList, org.springframework.security.core.userdetails.UserDetails loginUser) voidSplibGeneral2FormsService.prepareForm(List<SplibGeneralForm> allFormList, org.springframework.security.core.userdetails.UserDetails loginUser) voidSplibGeneralService.prepareForm(List<SplibGeneralForm> allFormList, org.springframework.security.core.userdetails.UserDetails loginUser) Puts data needed to display a page.