com.hack23.cia.web.impl.ui.controller.common
Interface UserStateService

Package class diagram package UserStateService

public interface UserStateService

The Interface UserStateService.


Method Summary
Modifier and Type Method and Description
 Long getUserSessionId()
          Gets the user session id.
 void setUserSessionId(Long userSessionId)
          Sets the user session id.
 

Method Detail

getUserSessionId

Long getUserSessionId()
Gets the user session id.

Returns:
the user session id

setUserSessionId

void setUserSessionId(Long userSessionId)
Sets the user session id.

Parameters:
userSessionId - the new user session id


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.