Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Class GroupFinderUtil

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

public class GroupFinderUtil
extends Object


Constructor Summary
GroupFinderUtil()
           
 
Method Summary
static int countByC_C_N_D(long companyId, long[] classNameIds, String name, String realName, String description, LinkedHashMap<String,Object> params)
           
static int countByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params)
           
static int countByG_U(long groupId, long userId, boolean inherit)
           
static List<Group> findByC_C_N_D(long companyId, long[] classNameIds, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> findByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static Group findByC_N(long companyId, String name)
           
static List<Group> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> findByLiveGroups()
           
static List<Group> findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
static List<Group> findByNullFriendlyURL()
           
static List<Group> findBySystem(long companyId)
           
static GroupFinder getFinder()
           
 void setFinder(GroupFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupFinderUtil

public GroupFinderUtil()
Method Detail

countByG_U

public static int countByG_U(long groupId,
                             long userId,
                             boolean inherit)
                      throws SystemException
Throws:
SystemException

countByC_N_D

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

countByC_C_N_D

public static int countByC_C_N_D(long companyId,
                                 long[] classNameIds,
                                 String name,
                                 String realName,
                                 String description,
                                 LinkedHashMap<String,Object> params)
                          throws SystemException
Throws:
SystemException

findByLiveGroups

public static List<Group> findByLiveGroups()
                                    throws SystemException
Throws:
SystemException

findByNoLayouts

public static List<Group> findByNoLayouts(long classNameId,
                                          boolean privateLayout,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

findByNullFriendlyURL

public static List<Group> findByNullFriendlyURL()
                                         throws SystemException
Throws:
SystemException

findBySystem

public static List<Group> findBySystem(long companyId)
                                throws SystemException
Throws:
SystemException

findByCompanyId

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

findByC_N

public static Group findByC_N(long companyId,
                              String name)
                       throws NoSuchGroupException,
                              SystemException
Throws:
NoSuchGroupException
SystemException

findByC_N_D

public static List<Group> findByC_N_D(long companyId,
                                      String name,
                                      String realName,
                                      String description,
                                      LinkedHashMap<String,Object> params,
                                      int start,
                                      int end,
                                      OrderByComparator obc)
                               throws SystemException
Throws:
SystemException

findByC_C_N_D

public static List<Group> findByC_C_N_D(long companyId,
                                        long[] classNameIds,
                                        String name,
                                        String realName,
                                        String description,
                                        LinkedHashMap<String,Object> params,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                 throws SystemException
Throws:
SystemException

getFinder

public static GroupFinder getFinder()

setFinder

public void setFinder(GroupFinder finder)

Liferay 6.1.2-ce-ga3