com.trackstudio.app.session
Interface SessionContextInterface
- All Known Implementing Classes:
- SessionContext
public interface SessionContextInterface
Copyright (c) TrackStudio Ltd., 2002-2005. All rights reserved.
Date: 19.04.2006
Time: 15:01:14
getSession
java.lang.String getSession()
getUser
SecuredUserBean getUser()
throws GranException
- Throws:
GranException
getUserId
java.lang.String getUserId()
getUserId
java.lang.String getUserId(java.lang.String toUserId)
throws GranException
- Throws:
GranException
getId
java.lang.String getId()
isTemporary
boolean isTemporary()
allowedByACL
boolean allowedByACL(java.lang.String taskid)
throws GranException
- Throws:
GranException
allowedByUser
boolean allowedByUser(java.lang.String userid)
throws GranException
- Throws:
GranException
getLocale
java.lang.String getLocale()
throws GranException
- Throws:
GranException
getTimezone
java.lang.String getTimezone()
throws GranException
- Throws:
GranException
taskOnSight
boolean taskOnSight(java.lang.String taskid)
throws GranException
- Throws:
GranException
userOnSight
boolean userOnSight(java.lang.String userid)
throws GranException
- Throws:
GranException
getAttribute
java.lang.Object getAttribute(java.lang.String key)
Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.