JavaScript is disabled on your browser.
Skip navigation links
Liferay 7.4.3.132-ga132 portal-kernel
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
SEARCH:
Package
com.liferay.exportimport.kernel.lar
Interface UserIdStrategy
public interface
UserIdStrategy
Author:
Bruno Farache
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
ALWAYS_CURRENT_USER_ID
static final
String
CURRENT_USER_ID
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
getUserId
(
String
userUuid)
Field Details
ALWAYS_CURRENT_USER_ID
static final
String
ALWAYS_CURRENT_USER_ID
See Also:
Constant Field Values
CURRENT_USER_ID
static final
String
CURRENT_USER_ID
See Also:
Constant Field Values
Method Details
getUserId
long
getUserId
(
String
userUuid)