Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class UserGroupFinderUtil

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

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 obc)
           
static List<UserGroup> findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator 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 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)
                           throws SystemException
Throws:
SystemException

countByC_N_D

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

countByC_N_D

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

findByKeywords

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

findByC_N

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

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 obc)
                                   throws SystemException
Throws:
SystemException

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 obc)
                                   throws SystemException
Throws:
SystemException

getFinder

public static UserGroupFinder getFinder()

setFinder

public void setFinder(UserGroupFinder finder)

Liferay 6.1.2-ce-ga3