Package systems.dennis.auth.controller
Class InvitationController
java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.controller.InvitationController
- All Implemented Interfaces:
systems.dennis.shared.controller.forms.Serviceable<InvitationModel,,Long> systems.dennis.shared.controller.forms.ValidateForm<InvitationForm>,systems.dennis.shared.controller.items.AbstractAddItemController<InvitationModel,,InvitationForm, Long> systems.dennis.shared.controller.items.AbstractDeleteItemController<InvitationModel,,Long> systems.dennis.shared.controller.items.AbstractSelfItemsListController<InvitationModel,,InvitationForm, Long> systems.dennis.shared.controller.items.Contextable,systems.dennis.shared.controller.items.magic.MagicForm<InvitationForm>,systems.dennis.shared.controller.items.magic.MagicList<InvitationModel,,Long> systems.dennis.shared.controller.items.Transformable<InvitationModel,,InvitationForm> systems.dennis.shared.postgres.controller.AddItemController<InvitationModel,,InvitationForm> systems.dennis.shared.postgres.controller.DeleteItemController<InvitationModel>
@RestController
@RequestMapping("/api/v2/auth/invitation")
@CrossOrigin
public class InvitationController
extends systems.dennis.shared.utils.ApplicationContext
implements systems.dennis.shared.postgres.controller.AddItemController<InvitationModel,InvitationForm>, systems.dennis.shared.controller.items.AbstractSelfItemsListController<InvitationModel,InvitationForm,Long>, systems.dennis.shared.postgres.controller.DeleteItemController<InvitationModel>
-
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.AbstractSelfItemsListController
getData, modifySearchSpecification, onEmptyMethods 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.controller.items.magic.MagicForm
copyTo, fetchForm, getDescription, getPojoForm, setPojoFormValueMethods inherited from interface systems.dennis.shared.controller.items.magic.MagicList
copyTo, download, fetchData, fetchFile, fetchForm, getDefaultField, getDescription, getPojoList, objectDetailsMethods inherited from interface systems.dennis.shared.controller.forms.Serviceable
getContext, getForm, getLog, getModel, 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
-
accept
-
getMyInvitation
@GetMapping("/my_accepted") public List<InvitationForm> getMyInvitation(@RequestParam(value="from",required=false) Long from, @RequestParam(value="limit",required=false) Integer limit, @RequestParam(value="page",required=false) Integer page) -
getInfo
-
getByUser
-
getService
- Specified by:
getServicein interfacesystems.dennis.shared.controller.forms.Serviceable<InvitationModel,Long>
-