com.liferay.portal.lar
Class CurrentUserIdStrategy

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

public class CurrentUserIdStrategy
extends java.lang.Object
implements com.liferay.portal.lar.UserIdStrategy

View Source

Author:
Bruno Farache

Field Summary
 
Fields inherited from interface com.liferay.portal.lar.UserIdStrategy
ALWAYS_CURRENT_USER_ID, CURRENT_USER_ID
 
Constructor Summary
CurrentUserIdStrategy(com.liferay.portal.model.User user)
           
 
Method Summary
 long getUserId(java.lang.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(com.liferay.portal.model.User user)
Method Detail

getUserId

public long getUserId(java.lang.String userUuid)
               throws com.liferay.portal.SystemException
Specified by:
getUserId in interface com.liferay.portal.lar.UserIdStrategy
Throws:
com.liferay.portal.SystemException