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
PortalException
public long getGuestOrUserId() throws PrincipalException
PrincipalException
public PermissionChecker getPermissionChecker() throws PrincipalException
PrincipalException
public User getUser() throws PortalException
PortalException
public long getUserId() throws PrincipalException
PrincipalException
protected ClassLoader getClassLoader()