com.liferay.portal.service.persistence
Class UserGroupFinderUtil

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

public class UserGroupFinderUtil
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
UserGroupFinderUtil()
           
 
Method Summary
static int countByC_N_D(long companyId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
           
static java.util.List<UserGroup> findByC_N_D(long companyId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap<java.lang.String,java.lang.Object> params, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static UserGroup findByC_N(long companyId, java.lang.String name)
           
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

countByC_N_D

public static int countByC_N_D(long companyId,
                               java.lang.String name,
                               java.lang.String description,
                               java.util.LinkedHashMap<java.lang.String,java.lang.Object> params)
                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_N

public static UserGroup findByC_N(long companyId,
                                  java.lang.String name)
                           throws NoSuchUserGroupException,
                                  com.liferay.portal.SystemException
Throws:
NoSuchUserGroupException
com.liferay.portal.SystemException

findByC_N_D

public static java.util.List<UserGroup> findByC_N_D(long companyId,
                                                    java.lang.String name,
                                                    java.lang.String description,
                                                    java.util.LinkedHashMap<java.lang.String,java.lang.Object> params,
                                                    int start,
                                                    int end,
                                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getFinder

public static UserGroupFinder getFinder()

setFinder

public void setFinder(UserGroupFinder finder)