Liferay 6.0-ee-sp2

com.liferay.portal.model
Class UserConstants

java.lang.Object
  extended by com.liferay.portal.model.UserConstants

public class UserConstants
extends Object


Field Summary
static String USERS_EMAIL_ADDRESS_AUTO_SUFFIX
           
 
Constructor Summary
UserConstants()
           
 
Method Summary
static String getPortraitURL(String imagePath, boolean male, long portraitId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERS_EMAIL_ADDRESS_AUTO_SUFFIX

public static final String USERS_EMAIL_ADDRESS_AUTO_SUFFIX
Constructor Detail

UserConstants

public UserConstants()
Method Detail

getPortraitURL

public static String getPortraitURL(String imagePath,
                                    boolean male,
                                    long portraitId)

Liferay 6.0-ee-sp2