Liferay 6.1.2-ce-ga3

com.liferay.portal.lar
Class CurrentUserIdStrategy

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

public class CurrentUserIdStrategy
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
CurrentUserIdStrategy(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

CurrentUserIdStrategy

public CurrentUserIdStrategy(User user)
Method Detail

getUserId

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

Liferay 6.1.2-ce-ga3