Class LPController

java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.controller.LPController
All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable<LoginPassword,Long>, systems.dennis.shared.controller.items.AbstractListItemController<LoginPassword,LoginPasswordForm,Long>, systems.dennis.shared.controller.items.Contextable, systems.dennis.shared.controller.items.magic.MagicList<LoginPassword,Long>, systems.dennis.shared.controller.items.Transformable<LoginPassword,LoginPasswordForm>, systems.dennis.shared.postgres.controller.ListItemController<LoginPassword,LoginPasswordForm>

@RestController @RequestMapping("/api/v2/lp") @CrossOrigin public class LPController extends systems.dennis.shared.utils.ApplicationContext implements systems.dennis.shared.postgres.controller.ListItemController<LoginPassword,LoginPasswordForm>
  • 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
    LPController(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.Contextable

    getContext

    Methods inherited from interface systems.dennis.shared.postgres.controller.ListItemController

    fetchData, fetchForm, get

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

    copyTo, download, fetchFile, 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

    • LPController

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