com.trackstudio.kernel.cache
Class UserCacheItem

java.lang.Object
  extended bycom.trackstudio.kernel.cache.UserCacheItem

public class UserCacheItem
extends java.lang.Object


Constructor Summary
UserCacheItem(java.lang.String id)
           
 
Method Summary
 int activeDescendents()
           
 java.lang.Integer getAllowedChildren()
           
 java.lang.Integer getChildAllowed()
           
 java.util.ArrayList getChildren()
           
 int getChildrenCount()
           
 java.lang.String getCompany()
           
 java.lang.Integer getCountUDF()
           
 java.util.List getCurrentUserUDFs()
           
 DateFormatter getDateFormatter()
           
 java.lang.String getDefaultProjectId()
           
 java.util.ArrayList getDescendents()
           
 java.lang.String getEmail()
           
 java.lang.String getEmailTypeId()
           
 java.sql.Timestamp getExpireDate()
           
 java.lang.String getId()
           
 java.lang.String getLocale()
           
 java.lang.String getLogin()
           
 java.util.ArrayList getManagerChildren()
           
 java.lang.String getManagerId()
           
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 java.lang.String getPrstatusId()
           
 java.lang.Integer getShowTreeMode()
           
 java.lang.String getTaskTabOrder()
           
 java.lang.String getTel()
           
 java.lang.String getTimezone()
           
 java.lang.Integer getTotalChildrenCount()
           
 java.util.ArrayList getUDFs()
          returns a collection of UDFs for user
 java.util.HashMap getUDFValues()
           
 java.sql.Timestamp getUserExpireDate()
           
 java.util.LinkedList getUserIdChain(java.lang.String fromid)
           
 java.lang.String getUserTabOrder()
           
 boolean hasChildren()
           
 void invalidateHashes()
          Invaidate all hashes, except main
 void invalidateUDF()
           
 void invalidateUDFValues()
           
 boolean isActive()
           
 boolean isActiveFromModel()
           
 boolean isHelp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserCacheItem

public UserCacheItem(java.lang.String id)
              throws GranException
Method Detail

getDateFormatter

public DateFormatter getDateFormatter()

getId

public java.lang.String getId()

getLogin

public java.lang.String getLogin()

getPassword

public java.lang.String getPassword()

getTel

public java.lang.String getTel()

getEmail

public java.lang.String getEmail()

getLocale

public java.lang.String getLocale()

getTimezone

public java.lang.String getTimezone()

getCompany

public java.lang.String getCompany()

getChildAllowed

public java.lang.Integer getChildAllowed()

getPrstatusId

public java.lang.String getPrstatusId()

getManagerId

public java.lang.String getManagerId()

getEmailTypeId

public java.lang.String getEmailTypeId()

getDefaultProjectId

public java.lang.String getDefaultProjectId()

getUserTabOrder

public java.lang.String getUserTabOrder()

getTaskTabOrder

public java.lang.String getTaskTabOrder()

invalidateHashes

public void invalidateHashes()
                      throws GranException
Invaidate all hashes, except main

Throws:
GranException

invalidateUDF

public void invalidateUDF()
                   throws GranException
Throws:
GranException

invalidateUDFValues

public void invalidateUDFValues()
                         throws GranException
Throws:
GranException

getManagerChildren

public java.util.ArrayList getManagerChildren()
                                       throws GranException
Throws:
GranException

getChildren

public java.util.ArrayList getChildren()
                                throws GranException
Throws:
GranException

getDescendents

public java.util.ArrayList getDescendents()
                                   throws GranException
Throws:
GranException

getUDFs

public java.util.ArrayList getUDFs()
                            throws GranException
returns a collection of UDFs for user

Returns:
ArrayList
Throws:
GranException

getCurrentUserUDFs

public java.util.List getCurrentUserUDFs()
                                  throws GranException
Throws:
GranException

getUDFValues

public java.util.HashMap getUDFValues()
                               throws GranException
Throws:
GranException

getCountUDF

public java.lang.Integer getCountUDF()
                              throws GranException
Throws:
GranException

isActive

public boolean isActive()
                 throws GranException
Throws:
GranException

isActiveFromModel

public boolean isActiveFromModel()

isHelp

public boolean isHelp()

getShowTreeMode

public java.lang.Integer getShowTreeMode()

getExpireDate

public java.sql.Timestamp getExpireDate()

getUserExpireDate

public java.sql.Timestamp getUserExpireDate()
                                     throws GranException
Throws:
GranException

getAllowedChildren

public java.lang.Integer getAllowedChildren()
                                     throws GranException
Throws:
GranException

activeDescendents

public int activeDescendents()
                      throws GranException
Throws:
GranException

getChildrenCount

public int getChildrenCount()
                     throws GranException
Throws:
GranException

getTotalChildrenCount

public java.lang.Integer getTotalChildrenCount()
                                        throws GranException
Throws:
GranException

hasChildren

public boolean hasChildren()
                    throws GranException
Throws:
GranException

getUserIdChain

public java.util.LinkedList getUserIdChain(java.lang.String fromid)
                                    throws GranException
Throws:
GranException

getName

public java.lang.String getName()


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.