com.hack23.cia.web.views.common
Interface ApplicationUserState

Package class diagram package ApplicationUserState
All Superinterfaces:
Serializable
All Known Implementing Classes:
CitizenIntelligenceAgency

public interface ApplicationUserState
extends Serializable

The Interface ApplicationUserState.


Method Summary
 Navigator getNavigator()
          Gets the navigator.
 Object getUser()
          Gets the user.
 UserSessionDTO getUserSessionDTO()
          Gets the user session dto.
 Long getUserSessionId()
          Gets the user session id.
 void setUserSessionId(Long id)
          Sets the user session id.
 

Method Detail

getNavigator

Navigator getNavigator()
Gets the navigator.

Returns:
the navigator

getUser

Object getUser()
Gets the user.

Returns:
the user

getUserSessionDTO

UserSessionDTO getUserSessionDTO()
Gets the user session dto.

Returns:
the user session dto

getUserSessionId

Long getUserSessionId()
Gets the user session id.

Returns:
the user session id

setUserSessionId

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

Parameters:
id - the new user session id


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