Liferay 7.0-ce-b4

com.liferay.portlet.exportimport.lar
Interface UserIdStrategy

All Known Implementing Classes:
BaseStagedModelDataHandlerTestCase.TestUserIdStrategy

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 7.0-ce-b4