Package systems.dennis.auth.controller
Class RoleController
java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.controller.RoleController
- All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable<UserRole,,Long> systems.dennis.shared.controller.forms.ValidateForm<RoleForm>,systems.dennis.shared.controller.items.AbstractAddItemController<UserRole,,RoleForm, Long> systems.dennis.shared.controller.items.AbstractDeleteItemController<UserRole,,Long> systems.dennis.shared.controller.items.AbstractEditFieldItemController<UserRole,,RoleForm, Long> systems.dennis.shared.controller.items.AbstractEditItemController<UserRole,,RoleForm, Long> systems.dennis.shared.controller.items.AbstractListItemController<UserRole,,RoleForm, Long> systems.dennis.shared.controller.items.Contextable,systems.dennis.shared.controller.items.magic.MagicForm<RoleForm>,systems.dennis.shared.controller.items.magic.MagicList<UserRole,,Long> systems.dennis.shared.controller.items.Transformable<UserRole,,RoleForm> systems.dennis.shared.postgres.controller.AddItemController<UserRole,,RoleForm> systems.dennis.shared.postgres.controller.DeleteItemController<UserRole>,systems.dennis.shared.postgres.controller.EditItemController<UserRole,,RoleForm> systems.dennis.shared.postgres.controller.ListItemController<UserRole,RoleForm>
@RestController
@RequestMapping("api/v2/auth/roles")
@CrossOrigin
public class RoleController
extends systems.dennis.shared.utils.ApplicationContext
implements systems.dennis.shared.controller.forms.Serviceable<UserRole,Long>, systems.dennis.shared.postgres.controller.DeleteItemController<UserRole>, systems.dennis.shared.postgres.controller.AddItemController<UserRole,RoleForm>, systems.dennis.shared.postgres.controller.EditItemController<UserRole,RoleForm>, systems.dennis.shared.postgres.controller.ListItemController<UserRole,RoleForm>
Provides Role adding, editing, deleting and assigning
-
Field Summary
Fields inherited from class systems.dennis.shared.utils.ApplicationContext
CREATED_FIELDS_MAPFields inherited from interface systems.dennis.shared.controller.items.magic.MagicForm
pojoFormCacheFields inherited from interface systems.dennis.shared.controller.items.magic.MagicList
pojoListCacheFields inherited from interface systems.dennis.shared.controller.forms.Serviceable
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class systems.dennis.shared.utils.ApplicationContext
canEqual, equals, getBean, getContext, getCurrentUser, getDefaultLogger, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface systems.dennis.shared.controller.items.AbstractAddItemController
afterSaveFormMethods inherited from interface systems.dennis.shared.controller.items.AbstractEditFieldItemController
editFieldMethods inherited from interface systems.dennis.shared.postgres.controller.AddItemController
addMethods inherited from interface systems.dennis.shared.controller.items.Contextable
getContextMethods inherited from interface systems.dennis.shared.postgres.controller.DeleteItemController
delete, deleteItemsMethods inherited from interface systems.dennis.shared.postgres.controller.EditItemController
editMethods inherited from interface systems.dennis.shared.postgres.controller.ListItemController
fetchData, fetchForm, getMethods inherited from interface systems.dennis.shared.controller.items.magic.MagicForm
copyTo, fetchForm, getDescription, getPojoForm, setPojoFormValueMethods inherited from interface systems.dennis.shared.controller.items.magic.MagicList
copyTo, download, fetchFile, getDefaultField, getDescription, getPojoList, objectDetailsMethods inherited from interface systems.dennis.shared.controller.forms.Serviceable
getContext, getForm, getLog, getModel, getService, getServiceClassMethods inherited from interface systems.dennis.shared.controller.items.Transformable
afterTransformToDBType, afterTransformToForm, fromForm, getClassDescription, getContext, toForm, toFormPage, transformValueToFormType, transformValueToModelType, transformValueToTargetTypeMethods inherited from interface systems.dennis.shared.controller.forms.ValidateForm
checkValidation, getClassOfForm, getContext, validate, validate, validate, validateField
-
Constructor Details
-
Method Details
-
deAssign
-
assign
-