Package systems.dennis.auth.service
Class InvitationService
java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.shared.service.AbstractPaginationService<InvitationModel,Long>
systems.dennis.auth.service.InvitationService
- All Implemented Interfaces:
systems.dennis.shared.service.AbstractService<InvitationModel,,Long> systems.dennis.shared.service.DeleteObject<InvitationModel,Long>
@Service
public class InvitationService
extends systems.dennis.shared.service.AbstractPaginationService<InvitationModel,Long>
-
Field Summary
Fields inherited from class systems.dennis.shared.utils.ApplicationContext
CREATED_FIELDS_MAP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(InvitationModel invitation) voidaddUserToScope(InvitationModel invitation) afterAdd(InvitationModel object) getMyAcceptInvitation(Long from, Integer limit, Integer page) preAdd(InvitationModel object) Methods inherited from class systems.dennis.shared.service.AbstractPaginationService
afterEdit, deleteItems, edit, editField, exists, find, find, getAdditionalCases, getLogger, getRepository, getUtils, isIdSet, preFetchOriginal, saveMethods 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.service.AbstractService
afterDelete, checkMy, count, count, createFromRequest, delete, download, exists, find, find, findById, findById, findById, findByIdClone, findByIdOrThrow, getAdditionalSpecification, getByIdAndUserDataId, getContext, getFieldOrder, getFilterImpl, getForm, getInterNalResource, getItemFavoriteType, getModel, getSearchRequestAbstractDataFilter, getSelfCreatedItems, getSelfCreatedItems, getSelfCreatedItemsQuery, getSelfCreatedItemsQuery, isEmpty, isEmpty, isIdSet, isObjectDeleted, isPublicSearchEnabled, modifyQuery, preDelete, preEdit, prepareAbstractDataFilter, preSearch, saveVersionIfRequired, search, search, updateId, updateIdsMethods inherited from interface systems.dennis.shared.service.DeleteObject
delete, getDeleteField, getDeleteStrategy, getNotDeletedQuery, getSelfOnly, getStoreHistoryRequired, saveDeleteHistoryIfRequired
-
Constructor Details
-
Method Details
-
preAdd
public InvitationModel preAdd(InvitationModel object) throws systems.dennis.shared.exceptions.ItemForAddContainsIdException - Throws:
systems.dennis.shared.exceptions.ItemForAddContainsIdException
-
afterAdd
-
accept
-
getMyAcceptInvitation
-
addUserToScope
-