Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class UserConstants

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

public class UserConstants
extends Object


Field Summary
static int FULL_NAME_MAX_LENGTH
           
static String LIST_VIEW_FLAT_ORGANIZATIONS
           
static String LIST_VIEW_FLAT_USER_GROUPS
           
static String LIST_VIEW_FLAT_USERS
           
static String LIST_VIEW_TREE
           
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

FULL_NAME_MAX_LENGTH

public static final int FULL_NAME_MAX_LENGTH
See Also:
Constant Field Values

LIST_VIEW_FLAT_ORGANIZATIONS

public static final String LIST_VIEW_FLAT_ORGANIZATIONS
See Also:
Constant Field Values

LIST_VIEW_FLAT_USER_GROUPS

public static final String LIST_VIEW_FLAT_USER_GROUPS
See Also:
Constant Field Values

LIST_VIEW_FLAT_USERS

public static final String LIST_VIEW_FLAT_USERS
See Also:
Constant Field Values

LIST_VIEW_TREE

public static final String LIST_VIEW_TREE
See Also:
Constant Field Values

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.1.2-ce-ga3