com.liferay.portal.service.persistence
Class UserGroupFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.UserGroupFinderUtil
@ProviderType
public class UserGroupFinderUtil
- extends Object
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 |
UserGroupFinderUtil
public UserGroupFinderUtil()
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)