Class ProfileDataController

java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.controller.ProfileDataController
All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable<UserData,Long>, systems.dennis.shared.controller.forms.ValidateForm<UserDataForm>, systems.dennis.shared.controller.items.AbstractDeleteItemController<UserData,Long>, systems.dennis.shared.controller.items.AbstractEditFieldItemController<UserData,UserDataForm,Long>, systems.dennis.shared.controller.items.AbstractEditItemController<UserData,UserDataForm,Long>, systems.dennis.shared.controller.items.AbstractListItemController<UserData,UserDataForm,Long>, systems.dennis.shared.controller.items.Contextable, systems.dennis.shared.controller.items.magic.MagicForm<UserDataForm>, systems.dennis.shared.controller.items.magic.MagicList<UserData,Long>, systems.dennis.shared.controller.items.Transformable<UserData,UserDataForm>, systems.dennis.shared.postgres.controller.DeleteItemController<UserData>, systems.dennis.shared.postgres.controller.EditItemController<UserData,UserDataForm>, systems.dennis.shared.postgres.controller.ListItemController<UserData,UserDataForm>

@RestController @CrossOrigin("*") @RequestMapping("/api/v2/auth/userdata") public class ProfileDataController extends systems.dennis.shared.utils.ApplicationContext implements systems.dennis.shared.postgres.controller.DeleteItemController<UserData>, systems.dennis.shared.postgres.controller.EditItemController<UserData,UserDataForm>, systems.dennis.shared.postgres.controller.ListItemController<UserData,UserDataForm>
  • Field Summary

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

    CREATED_FIELDS_MAP

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

    pojoFormCache

    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
    ProfileDataController(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.AbstractEditFieldItemController

    editField

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

    getContext

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

    delete, deleteItems

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

    edit

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

    fetchData, fetchForm, get

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

    copyTo, fetchForm, getDescription, getPojoForm, setPojoFormValue

    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

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

    checkValidation, getClassOfForm, getContext, validate, validate, validate, validateField
  • Constructor Details

    • ProfileDataController

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