gran.secured
Class SecuredUserBean

java.lang.Object
  extended bygran.secured.Secured
      extended bygran.secured.SecuredUserBean
All Implemented Interfaces:
java.lang.Comparable

public class SecuredUserBean
extends Secured
implements java.lang.Comparable


Field Summary
 
Fields inherited from class gran.secured.Secured
sc
 
Constructor Summary
SecuredUserBean(java.lang.String user, SessionContext sess)
           
SecuredUserBean(UserCacheItem user, SessionContext sess)
           
 
Method Summary
 boolean canUpdate()
           
 int compareTo(java.lang.Object o)
           
 java.lang.Integer getActive()
           
 java.lang.Integer getChildAllowed()
           
 java.lang.Integer getChildCount()
           
 java.util.ArrayList getChildren()
           
 java.lang.String getCompany()
           
 java.lang.Integer getCountUDF()
           
 java.util.ArrayList getCurrentUserUDFs()
           
 DateFormatter getDateFormatter()
           
 SecuredTaskBean getDefaultProject()
           
 java.lang.String getDefaultProjectId()
           
 java.lang.String getEmail()
           
 SecuredEmailTypeBean getEmailType()
           
 java.lang.String getEmailTypeId()
           
 java.sql.Timestamp getExpireDate()
           
 java.lang.String getHtmlName()
           
 java.lang.String getIconId()
           
 java.lang.String getId()
           
 java.sql.Timestamp getLastVisited()
           
 java.lang.String getLocale()
           
 java.lang.String getLogin()
           
 SecuredUserBean getManager()
           
 java.lang.String getManagerId()
           
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 SecuredPrstatusBean getPrstatus()
           
 java.lang.String getPrstatusId()
           
 java.lang.String getSmsmail()
           
 UserBean getSOAP()
           
 java.lang.String getTel()
           
 java.lang.String getTextName()
           
 java.lang.String getTimezone()
           
 java.lang.String getTrimmedEmail()
           
 java.util.ArrayList getUDFs()
           
 java.util.HashMap getUDFValues()
           
 java.util.HashMap getVisibleUDFValues()
           
 boolean hasChildren()
           
 boolean isActive()
           
 java.lang.String toString()
           
 
Methods inherited from class gran.secured.Secured
compare, equals, getSecure, getTimestamp, hashCode, setTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecuredUserBean

public SecuredUserBean(UserCacheItem user,
                       SessionContext sess)
                throws GranException

SecuredUserBean

public SecuredUserBean(java.lang.String user,
                       SessionContext sess)
                throws GranException
Method Detail

getLogin

public java.lang.String getLogin()

getPassword

public java.lang.String getPassword()

getTel

public java.lang.String getTel()

getEmail

public java.lang.String getEmail()

getSmsmail

public java.lang.String getSmsmail()

getActive

public java.lang.Integer getActive()

getLocale

public java.lang.String getLocale()

getTimezone

public java.lang.String getTimezone()

getLastVisited

public java.sql.Timestamp getLastVisited()

getExpireDate

public java.sql.Timestamp getExpireDate()

getCompany

public java.lang.String getCompany()

getChildAllowed

public java.lang.Integer getChildAllowed()

getName

public java.lang.String getName()

getId

public java.lang.String getId()
Specified by:
getId in class Secured

getChildCount

public java.lang.Integer getChildCount()

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in class Secured

hasChildren

public boolean hasChildren()

getPrstatus

public SecuredPrstatusBean getPrstatus()
                                throws GranException
Throws:
GranException

getManager

public SecuredUserBean getManager()
                           throws GranException
Throws:
GranException

getEmailType

public SecuredEmailTypeBean getEmailType()
                                  throws GranException
Throws:
GranException

getDefaultProject

public SecuredTaskBean getDefaultProject()
                                  throws GranException
Throws:
GranException

getHtmlName

public java.lang.String getHtmlName()

getTextName

public java.lang.String getTextName()

getChildren

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

getVisibleUDFValues

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

getUDFs

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

getUDFValues

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

toString

public java.lang.String toString()

getCurrentUserUDFs

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

getDateFormatter

public DateFormatter getDateFormatter()
                               throws GranException
Throws:
GranException

getCountUDF

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

canUpdate

public boolean canUpdate()
                  throws GranException
Specified by:
canUpdate in class Secured
Throws:
GranException

getSOAP

public UserBean getSOAP()
                 throws GranException
Throws:
GranException

isActive

public boolean isActive()
                 throws GranException
Throws:
GranException

getTrimmedEmail

public java.lang.String getTrimmedEmail()

getIconId

public java.lang.String getIconId()
                           throws GranException
Throws:
GranException

getPrstatusId

public java.lang.String getPrstatusId()

getManagerId

public java.lang.String getManagerId()

getEmailTypeId

public java.lang.String getEmailTypeId()

getDefaultProjectId

public java.lang.String getDefaultProjectId()


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