Class ServerController<TYPE_ID extends Serializable>

java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.shared.servers.controller.ServerController<TYPE_ID>
All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable<ServerConfig,Long>, systems.dennis.shared.controller.forms.ValidateForm<ServerConfigForm>, systems.dennis.shared.controller.items.AbstractAddItemController<ServerConfig,ServerConfigForm,Long>, systems.dennis.shared.controller.items.AbstractDeleteItemController<ServerConfig,Long>, systems.dennis.shared.controller.items.AbstractEditFieldItemController<ServerConfig,ServerConfigForm,Long>, systems.dennis.shared.controller.items.AbstractEditItemController<ServerConfig,ServerConfigForm,Long>, systems.dennis.shared.controller.items.AbstractListItemController<ServerConfig,ServerConfigForm,Long>, systems.dennis.shared.controller.items.Contextable, systems.dennis.shared.controller.items.magic.MagicForm<ServerConfigForm>, systems.dennis.shared.controller.items.magic.MagicList<ServerConfig,Long>, systems.dennis.shared.controller.items.Transformable<ServerConfig,ServerConfigForm>, systems.dennis.shared.postgres.controller.AddItemController<ServerConfig,ServerConfigForm>, systems.dennis.shared.postgres.controller.DeleteItemController<ServerConfig>, systems.dennis.shared.postgres.controller.EditItemController<ServerConfig,ServerConfigForm>, systems.dennis.shared.postgres.controller.ListItemController<ServerConfig,ServerConfigForm>

@RestController @RequestMapping("/api/v2/shared/servers") @CrossOrigin public class ServerController<TYPE_ID extends Serializable> extends systems.dennis.shared.utils.ApplicationContext implements systems.dennis.shared.postgres.controller.DeleteItemController<ServerConfig>, systems.dennis.shared.postgres.controller.AddItemController<ServerConfig,ServerConfigForm>, systems.dennis.shared.postgres.controller.EditItemController<ServerConfig,ServerConfigForm>, systems.dennis.shared.postgres.controller.ListItemController<ServerConfig,ServerConfigForm>
Provides Role adding, editing, deleting and assigning
  • 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
    ServerController(systems.dennis.shared.config.WebContext context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    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.AbstractAddItemController

    afterSaveForm

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

    editField

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

    add

    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, 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

    • ServerController

      public ServerController(systems.dennis.shared.config.WebContext context)
  • Method Details