Liferay 6.2-ce-ga5

com.liferay.portal.kernel.lar
Interface UserIdStrategy

All Known Subinterfaces:
UserIdStrategy
All Known Implementing Classes:
AlwaysCurrentUserIdStrategy, CurrentUserIdStrategy

public interface UserIdStrategy


Field Summary
static String ALWAYS_CURRENT_USER_ID
           
static String CURRENT_USER_ID
           
 
Method Summary
 long getUserId(String userUuid)
           
 

Field Detail

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 Detail

getUserId

long getUserId(String userUuid)

Liferay 6.2-ce-ga5