Class LoginHistoryController

java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.controller.LoginHistoryController
All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable<LoginHistory,Long>, systems.dennis.shared.controller.items.AbstractSelfItemsListController<LoginHistory,LoginHistoryForm,Long>, systems.dennis.shared.controller.items.Contextable, systems.dennis.shared.controller.items.magic.MagicList<LoginHistory,Long>, systems.dennis.shared.controller.items.Transformable<LoginHistory,LoginHistoryForm>

@RestController @RequestMapping("/api/v2/auth/login_history") @CrossOrigin public class LoginHistoryController extends systems.dennis.shared.utils.ApplicationContext implements systems.dennis.shared.controller.items.AbstractSelfItemsListController<LoginHistory,LoginHistoryForm,Long>
  • Field Summary

    Fields inherited from class systems.dennis.shared.utils.ApplicationContext

    CREATED_FIELDS_MAP

    Fields inherited from interface systems.dennis.shared.controller.items.magic.MagicList

    pojoListCache

    Fields inherited from interface systems.dennis.shared.controller.forms.Serviceable

    log
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoginHistoryController(systems.dennis.shared.config.WebContext context)
     
  • Method Summary

    Methods inherited from class systems.dennis.shared.utils.ApplicationContext

    canEqual, equals, getBean, getContext, getCurrentUser, getDefaultLogger, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface systems.dennis.shared.controller.items.AbstractSelfItemsListController

    getData, modifySearchSpecification, onEmpty

    Methods inherited from interface systems.dennis.shared.controller.items.Contextable

    getContext

    Methods inherited from interface systems.dennis.shared.controller.items.magic.MagicList

    copyTo, download, fetchData, fetchFile, fetchForm, getDefaultField, getDescription, getPojoList, objectDetails

    Methods inherited from interface systems.dennis.shared.controller.forms.Serviceable

    getContext, getForm, getLog, getModel, getService, getServiceClass

    Methods inherited from interface systems.dennis.shared.controller.items.Transformable

    afterTransformToDBType, afterTransformToForm, fromForm, getClassDescription, getContext, toForm, toFormPage, transformValueToFormType, transformValueToModelType, transformValueToTargetType
  • Constructor Details

    • LoginHistoryController

      public LoginHistoryController(systems.dennis.shared.config.WebContext context)