Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Class GroupFinderUtil

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

@ProviderType
public class GroupFinderUtil
extends Object

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
GroupFinderUtil()
           
 
Method Summary
static int countByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByG_U(long groupId, long userId, boolean inherit)
           
static int countByLayouts(long companyId, long parentGroupId, boolean site)
           
static List<Group> findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> obc)
           
static Group findByC_GK(long companyId, String groupKey)
           
static List<Long> findByC_P(long companyId, long parentGroupId, long previousGroupId, int size)
           
static List<Group> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
           
static List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end)
           
static List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> 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

countByLayouts

public static int countByLayouts(long companyId,
                                 long parentGroupId,
                                 boolean site)

countByG_U

public static int countByG_U(long groupId,
                             long userId,
                             boolean inherit)

countByC_C_PG_N_D

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

findByLayouts

public static List<Group> findByLayouts(long companyId,
                                        long parentGroupId,
                                        boolean site,
                                        int start,
                                        int end)

findByLayouts

public static List<Group> findByLayouts(long companyId,
                                        long parentGroupId,
                                        boolean site,
                                        int start,
                                        int end,
                                        OrderByComparator<Group> obc)

findByLiveGroups

public static List<Group> findByLiveGroups()

findByNoLayouts

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

findByNullFriendlyURL

public static List<Group> findByNullFriendlyURL()

findBySystem

public static List<Group> findBySystem(long companyId)

findByCompanyId

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

findByC_P

public static List<Long> findByC_P(long companyId,
                                   long parentGroupId,
                                   long previousGroupId,
                                   int size)

findByC_GK

public static Group findByC_GK(long companyId,
                               String groupKey)
                        throws NoSuchGroupException
Throws:
NoSuchGroupException

findByC_C_PG_N_D

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

getFinder

public static GroupFinder getFinder()

setFinder

public void setFinder(GroupFinder finder)

Liferay 7.0-ce-b4