@Transactional(readOnly=true) public interface PersonSessionService
Modifier and Type | Method and Description |
---|---|
int |
initPersonSession(int personId)
Init a session for a user.
|
int initPersonSession(int personId) throws UserNotFoundException
personId
- the person identifierUserNotFoundException
- if user not exists in the databaseCopyright © 2012–2014 IFREMER. All rights reserved.