com.liferay.portal.service.base
Class PrincipalBean

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean

Deprecated. BaseServiceImpl

public class PrincipalBean
extends java.lang.Object

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String[] ANONYMOUS_NAMES
          Deprecated.  
static java.lang.String JRUN_ANONYMOUS
          Deprecated.  
static java.lang.String ORACLE_ANONYMOUS
          Deprecated.  
static java.lang.String SUN_ANONYMOUS
          Deprecated.  
static java.lang.String WEBLOGIC_ANONYMOUS
          Deprecated.  
 
Constructor Summary
PrincipalBean()
          Deprecated.  
 
Method Summary
 User getGuestOrUser()
          Deprecated.  
 long getGuestOrUserId()
          Deprecated.  
 PermissionChecker getPermissionChecker()
          Deprecated.  
 User getUser()
          Deprecated.  
 long getUserId()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANONYMOUS_NAMES

public static final java.lang.String[] ANONYMOUS_NAMES
Deprecated. 

JRUN_ANONYMOUS

public static final java.lang.String JRUN_ANONYMOUS
Deprecated. 
See Also:
Constant Field Values

ORACLE_ANONYMOUS

public static final java.lang.String ORACLE_ANONYMOUS
Deprecated. 
See Also:
Constant Field Values

SUN_ANONYMOUS

public static final java.lang.String SUN_ANONYMOUS
Deprecated. 
See Also:
Constant Field Values

WEBLOGIC_ANONYMOUS

public static final java.lang.String WEBLOGIC_ANONYMOUS
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

PrincipalBean

public PrincipalBean()
Deprecated. 
Method Detail

getGuestOrUser

public User getGuestOrUser()
                    throws PortalException,
                           SystemException
Deprecated. 
Throws:
PortalException
SystemException

getGuestOrUserId

public long getGuestOrUserId()
                      throws PrincipalException
Deprecated. 
Throws:
PrincipalException

getPermissionChecker

public PermissionChecker getPermissionChecker()
                                       throws PrincipalException
Deprecated. 
Throws:
PrincipalException

getUser

public User getUser()
             throws PortalException,
                    SystemException
Deprecated. 
Throws:
PortalException
SystemException

getUserId

public long getUserId()
               throws PrincipalException
Deprecated. 
Throws:
PrincipalException