Class UserFinderUtil

Object
com.liferay.portal.kernel.service.persistence.UserFinderUtil

public class UserFinderUtil extends Object
Author:
Brian Wing Shun Chan
{$generated.description}
  • Constructor Details

    • UserFinderUtil

      public UserFinderUtil()
  • Method Details

    • countByKeywords

      public static int countByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params)
    • countByOrganizationsAndUserGroups

      public static int countByOrganizationsAndUserGroups(long[] organizationIds, long[] userGroupIds)
    • countBySocialUsers

      public static int countBySocialUsers(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status)
    • countByUser

      public static int countByUser(long userId, LinkedHashMap<String,Object> params)
    • countByC_FN_MN_LN_SN_EA_S

      public static int countByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator)
    • countByC_FN_MN_LN_SN_EA_S

      public static int countByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator)
    • findByKeywords

      public static List<User> findByKeywords(long companyId, String keywords, int status, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<User> orderByComparator)
    • findByNoAnnouncementsDeliveries

      public static List<User> findByNoAnnouncementsDeliveries(String type)
    • findByNoGroups

      public static List<User> findByNoGroups()
    • findBySocialUsers

      public static List<User> findBySocialUsers(long companyId, long userId, int socialRelationType, String socialRelationTypeComparator, int status, int start, int end, OrderByComparator<User> orderByComparator)
    • findByUsersOrgsGtUserId

      public static List<User> findByUsersOrgsGtUserId(long companyId, long organizationId, long gtUserId, int size)
    • findByUsersUserGroupsGtUserId

      public static List<User> findByUsersUserGroupsGtUserId(long companyId, long userGroupId, long gtUserId, int size)
    • findByC_FN_MN_LN_SN_EA_S

      public static List<User> findByC_FN_MN_LN_SN_EA_S(long companyId, String firstName, String middleName, String lastName, String screenName, String emailAddress, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<User> orderByComparator)
    • findByC_FN_MN_LN_SN_EA_S

      public static List<User> findByC_FN_MN_LN_SN_EA_S(long companyId, String[] firstNames, String[] middleNames, String[] lastNames, String[] screenNames, String[] emailAddresses, int status, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<User> orderByComparator)
    • getFinder

      public static UserFinder getFinder()
    • setFinder

      public void setFinder(UserFinder finder)