Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.lar
Interface UserIdStrategy

All Known Subinterfaces:
UserIdStrategy

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)
               throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3