Liferay 6.2-ce-ga5

com.liferay.portlet.usersadmin.search
Class UserSearchTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.usersadmin.search.UserDisplayTerms
          extended by com.liferay.portlet.usersadmin.search.UserSearchTerms

public class UserSearchTerms
extends UserDisplayTerms


Field Summary
 
Fields inherited from class com.liferay.portlet.usersadmin.search.UserDisplayTerms
EMAIL_ADDRESS, emailAddress, FIRST_NAME, firstName, LAST_NAME, lastName, MIDDLE_NAME, middleName, ORGANIZATION_ID, organizationId, ROLE_ID, roleId, SCREEN_NAME, screenName, status, STATUS, USER_GROUP_ID, userGroupId
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
UserSearchTerms(PortletRequest portletRequest)
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.usersadmin.search.UserDisplayTerms
getEmailAddress, getFirstName, getLastName, getMiddleName, getOrganizationId, getRoleId, getScreenName, getStatus, getUserGroupId, isActive, setStatus
 
Methods inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
getKeywords, isAdvancedSearch, isAndOperator, setAdvancedSearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSearchTerms

public UserSearchTerms(PortletRequest portletRequest)

Liferay 6.2-ce-ga5