Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class UserGroupFinderUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.UserGroupFinderUtil

@ProviderType
public class UserGroupFinderUtil
extends Object


Constructor Summary
UserGroupFinderUtil()
           
 
Method Summary
static int countByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params)
           
static List<UserGroup> findByC_N_D(long companyId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> obc)
           
static List<UserGroup> findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<UserGroup> obc)
           
static UserGroup findByC_N(long companyId, String name)
           
static List<UserGroup> findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<UserGroup> obc)
           
static UserGroupFinder getFinder()
           
 void setFinder(UserGroupFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupFinderUtil

public UserGroupFinderUtil()
Method Detail

countByKeywords

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

countByC_N_D

public static int countByC_N_D(long companyId,
                               String name,
                               String description,
                               LinkedHashMap<String,Object> params,
                               boolean andOperator)

countByC_N_D

public static int countByC_N_D(long companyId,
                               String[] names,
                               String[] descriptions,
                               LinkedHashMap<String,Object> params,
                               boolean andOperator)

findByKeywords

public static List<UserGroup> findByKeywords(long companyId,
                                             String keywords,
                                             LinkedHashMap<String,Object> params,
                                             int start,
                                             int end,
                                             OrderByComparator<UserGroup> obc)

findByC_N

public static UserGroup findByC_N(long companyId,
                                  String name)
                           throws NoSuchUserGroupException
Throws:
NoSuchUserGroupException

findByC_N_D

public static List<UserGroup> findByC_N_D(long companyId,
                                          String name,
                                          String description,
                                          LinkedHashMap<String,Object> params,
                                          boolean andOperator,
                                          int start,
                                          int end,
                                          OrderByComparator<UserGroup> obc)

findByC_N_D

public static List<UserGroup> findByC_N_D(long companyId,
                                          String[] names,
                                          String[] descriptions,
                                          LinkedHashMap<String,Object> params,
                                          boolean andOperator,
                                          int start,
                                          int end,
                                          OrderByComparator<UserGroup> obc)

getFinder

public static UserGroupFinder getFinder()

setFinder

public void setFinder(UserGroupFinder finder)

Liferay 7.0-ce-b4