Class UserGroupFinderImpl

Object
com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.portal.kernel.model.UserGroup>
com.liferay.portal.service.persistence.impl.UserGroupFinderBaseImpl
com.liferay.portal.service.persistence.impl.UserGroupFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.portal.kernel.model.UserGroup>, com.liferay.portal.kernel.service.persistence.UserGroupFinder

public class UserGroupFinderImpl extends UserGroupFinderBaseImpl implements com.liferay.portal.kernel.service.persistence.UserGroupFinder
Author:
Charles May
  • Field Details

    • COUNT_BY_C_N_D

      public static final String COUNT_BY_C_N_D
    • FIND_BY_C_N_D

      public static final String FIND_BY_C_N_D
    • JOIN_BY_USER_GROUP_GROUP_ROLE

      public static final String JOIN_BY_USER_GROUP_GROUP_ROLE
    • JOIN_BY_USER_GROUPS_GROUPS

      public static final String JOIN_BY_USER_GROUPS_GROUPS
    • JOIN_BY_USER_GROUPS_ROLES

      public static final String JOIN_BY_USER_GROUPS_ROLES
    • JOIN_BY_USER_GROUPS_TEAMS

      public static final String JOIN_BY_USER_GROUPS_TEAMS
    • JOIN_BY_USER_GROUPS_USERS

      public static final String JOIN_BY_USER_GROUPS_USERS
  • Constructor Details

    • UserGroupFinderImpl

      public UserGroupFinderImpl()
  • Method Details

    • countByKeywords

      public int countByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params)
      Specified by:
      countByKeywords in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • countByC_N_D

      public int countByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
      Specified by:
      countByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • countByC_N_D

      public int countByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
      Specified by:
      countByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • filterCountByKeywords

      public int filterCountByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params)
      Specified by:
      filterCountByKeywords in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • filterCountByC_N_D

      public int filterCountByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
      Specified by:
      filterCountByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • filterCountByC_N_D

      public int filterCountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
      Specified by:
      filterCountByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • filterFindByKeywords

      public List<com.liferay.portal.kernel.model.UserGroup> filterFindByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
      Specified by:
      filterFindByKeywords in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • filterFindByC_N_D

      public List<com.liferay.portal.kernel.model.UserGroup> filterFindByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
      Specified by:
      filterFindByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • filterFindByC_N_D

      public List<com.liferay.portal.kernel.model.UserGroup> filterFindByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
      Specified by:
      filterFindByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • findByKeywords

      public List<com.liferay.portal.kernel.model.UserGroup> findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
      Specified by:
      findByKeywords in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • findByC_N_D

      public List<com.liferay.portal.kernel.model.UserGroup> findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
      Specified by:
      findByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • findByC_N_D

      public List<com.liferay.portal.kernel.model.UserGroup> findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator)
      Specified by:
      findByC_N_D in interface com.liferay.portal.kernel.service.persistence.UserGroupFinder
    • doCountByKeywords

      protected int doCountByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, boolean inlineSQLHelper)
    • doCountByC_N_D

      protected int doCountByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, boolean inlineSQLHelper)
    • doFindByKeywords

      protected List<com.liferay.portal.kernel.model.UserGroup> doFindByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator, boolean inlineSQLHelper)
    • doFindByC_N_D

      protected List<com.liferay.portal.kernel.model.UserGroup> doFindByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.UserGroup> orderByComparator, boolean inlineSQLHelper)
    • getJoin

      protected String getJoin(LinkedHashMap<String,Object> params)
    • getJoin

      protected String getJoin(String key)
    • getWhere

      protected String getWhere(LinkedHashMap<String,Object> params)
    • getWhere

      protected String getWhere(String key, Object value)
    • setJoin

      protected void setJoin(com.liferay.portal.kernel.dao.orm.QueryPos queryPos, LinkedHashMap<String,Object> params)