Liferay 6.2-ce-ga5

com.liferay.portal.service.base
Class PrincipalBean

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

Deprecated. As of 6.2.0, replaced by BaseServiceImpl

public class PrincipalBean
extends Object


Field Summary
static String[] ANONYMOUS_NAMES
          Deprecated.  
static String JRUN_ANONYMOUS
          Deprecated.  
static String ORACLE_ANONYMOUS
          Deprecated.  
static String SUN_ANONYMOUS
          Deprecated.  
static 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 String[] ANONYMOUS_NAMES
Deprecated. 

JRUN_ANONYMOUS

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

ORACLE_ANONYMOUS

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

SUN_ANONYMOUS

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

WEBLOGIC_ANONYMOUS

public static final 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

Liferay 6.2-ce-ga5