Liferay 6.1.2-ce-ga3

com.liferay.portal.lar
Class AlwaysCurrentUserIdStrategy

java.lang.Object
  extended by com.liferay.portal.lar.AlwaysCurrentUserIdStrategy
All Implemented Interfaces:
UserIdStrategy

public class AlwaysCurrentUserIdStrategy
extends Object
implements UserIdStrategy


Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.lar.UserIdStrategy
ALWAYS_CURRENT_USER_ID, CURRENT_USER_ID
 
Constructor Summary
AlwaysCurrentUserIdStrategy(User user)
           
 
Method Summary
 long getUserId(String userUuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysCurrentUserIdStrategy

public AlwaysCurrentUserIdStrategy(User user)
Method Detail

getUserId

public long getUserId(String userUuid)
Specified by:
getUserId in interface UserIdStrategy

Liferay 6.1.2-ce-ga3