Class ScopeRuleController

java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.shared.scopes.controller.ScopeRuleController
All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable, systems.dennis.shared.controller.forms.ValidateForm<ScopeRuleForm>, systems.dennis.shared.controller.items.AddItemController<ScopeRuleModel,ScopeRuleForm>, systems.dennis.shared.controller.items.Contextable, systems.dennis.shared.controller.items.DeleteItemController, systems.dennis.shared.controller.items.EditFieldItemController<ScopeRuleModel,ScopeRuleForm>, systems.dennis.shared.controller.items.EditItemController<ScopeRuleModel,ScopeRuleForm>, systems.dennis.shared.controller.items.ListSelfItemsController<ScopeRuleModel,ScopeRuleForm>, systems.dennis.shared.controller.items.magic.MagicForm<ScopeRuleForm>, systems.dennis.shared.controller.items.magic.MagicList<ScopeRuleForm>, systems.dennis.shared.controller.items.Transformable<ScopeRuleModel,ScopeRuleForm>

@RestController @RequestMapping("/api/v2/shared/scope_rule") @CrossOrigin public class ScopeRuleController extends systems.dennis.shared.utils.ApplicationContext implements systems.dennis.shared.controller.items.AddItemController<ScopeRuleModel,ScopeRuleForm>, systems.dennis.shared.controller.items.EditItemController<ScopeRuleModel,ScopeRuleForm>, systems.dennis.shared.controller.items.ListSelfItemsController<ScopeRuleModel,ScopeRuleForm>, systems.dennis.shared.controller.items.DeleteItemController
  • Field Summary

    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
    ScopeRuleController(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.AddItemController

    add, afterSaveForm

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

    getContext

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

    delete, deleteItems

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

    editField

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

    edit

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

    getData, modifySearchSpecification, onEmpty

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

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

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

    • ScopeRuleController

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