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