public abstract class BaseServiceImpl extends java.lang.Object implements BaseService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
ANONYMOUS_NAMES |
static java.lang.String |
JRUN_ANONYMOUS |
static java.lang.String |
ORACLE_ANONYMOUS |
static java.lang.String |
SUN_ANONYMOUS |
static java.lang.String |
WEBLOGIC_ANONYMOUS |
| Constructor and Description |
|---|
BaseServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.ClassLoader |
getClassLoader() |
User |
getGuestOrUser() |
long |
getGuestOrUserId() |
PermissionChecker |
getPermissionChecker() |
User |
getUser() |
long |
getUserId() |
public static final java.lang.String[] ANONYMOUS_NAMES
public static final java.lang.String JRUN_ANONYMOUS
public static final java.lang.String ORACLE_ANONYMOUS
public static final java.lang.String SUN_ANONYMOUS
public static final java.lang.String WEBLOGIC_ANONYMOUS
public User getGuestOrUser() throws PortalException, SystemException
PortalExceptionSystemExceptionpublic long getGuestOrUserId()
throws PrincipalException
PrincipalExceptionpublic PermissionChecker getPermissionChecker() throws PrincipalException
PrincipalExceptionpublic User getUser() throws PortalException, SystemException
PortalExceptionSystemExceptionpublic long getUserId()
throws PrincipalException
PrincipalExceptionprotected java.lang.ClassLoader getClassLoader()