Liferay 6.2.0-ce-m4

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, boolean andOperator)
           
static int countByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String parentGroupIdComparator, String[] names, String[] realNames, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String parentGroupIdComparator, String name, String realName, String description, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByC_N_D(long companyId, String[] names, String[] realNames, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByC_PG_N_D(long companyId, long parentGroupId, String parentGroupIdComparator, String[] names, String[] realNames, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByC_PG_N_D(long companyId, long parentGroupId, String parentGroupIdComparator, String name, String realName, String description, LinkedHashMap<String,Object> params, boolean andOperator)
           
static int countByG_U(long groupId, long userId, boolean inherit)
           
static int countByKeywords(long companyId, long[] classNameIds, long parentGroupId, String parentGroupIdComparator, String keywords, LinkedHashMap<String,Object> params)
           
static int countByKeywords(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params)
           
static int countByKeywords(long companyId, long parentGroupId, String parentGroupIdComparator, String keywords, LinkedHashMap<String,Object> params)
           
static int countByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params)
           
static int countByLayouts(long companyId, long parentGroupId, boolean site)
           
static List<Group> findByC_C_N_D(long companyId, long[] classNameIds, String name, String realName, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Group> findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String parentGroupIdComparator, String[] names, String[] realNames, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Group> findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String parentGroupIdComparator, String name, String realName, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Group> findByC_N_D(long companyId, String[] names, String[] realNames, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Group> findByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static Group findByC_N(long companyId, String name)
           
static List<Group> findByC_PG_N_D(long companyId, long parentGroupId, String parentGroupIdComparator, String[] names, String[] realNames, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Group> findByC_PG_N_D(long companyId, long parentGroupId, String parentGroupIdComparator, String name, String realName, String description, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<Group> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> findByKeywords(long companyId, long[] classNameIds, long parentGroupId, String parentGroupIdComparator, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> findByKeywords(long companyId, long[] classNameIds, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> findByKeywords(long companyId, long parentGroupId, String parentGroupIdComparator, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> findByKeywords(long companyId, String keywords, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
static List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end)
           
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

countByKeywords

public static int countByKeywords(long companyId,
                                  long parentGroupId,
                                  String parentGroupIdComparator,
                                  String keywords,
                                  LinkedHashMap<String,Object> params)
                           throws SystemException
Throws:
SystemException

countByKeywords

public static int countByKeywords(long companyId,
                                  long[] classNameIds,
                                  long parentGroupId,
                                  String parentGroupIdComparator,
                                  String keywords,
                                  LinkedHashMap<String,Object> params)
                           throws SystemException
Throws:
SystemException

countByKeywords

public static int countByKeywords(long companyId,
                                  long[] classNameIds,
                                  String keywords,
                                  LinkedHashMap<String,Object> params)
                           throws SystemException
Throws:
SystemException

countByKeywords

public static int countByKeywords(long companyId,
                                  String keywords,
                                  LinkedHashMap<String,Object> params)
                           throws SystemException
Throws:
SystemException

countByLayouts

public static int countByLayouts(long companyId,
                                 long parentGroupId,
                                 boolean site)
                          throws SystemException
Throws:
SystemException

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,
                               boolean andOperator)
                        throws SystemException
Throws:
SystemException

countByC_N_D

public static int countByC_N_D(long companyId,
                               String[] names,
                               String[] realNames,
                               String[] descriptions,
                               LinkedHashMap<String,Object> params,
                               boolean andOperator)
                        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,
                                 boolean andOperator)
                          throws SystemException
Throws:
SystemException

countByC_PG_N_D

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

countByC_PG_N_D

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

countByC_C_PG_N_D

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

countByC_C_PG_N_D

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

findByKeywords

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

findByKeywords

public static List<Group> findByKeywords(long companyId,
                                         long[] classNameIds,
                                         long parentGroupId,
                                         String parentGroupIdComparator,
                                         String keywords,
                                         LinkedHashMap<String,Object> params,
                                         int start,
                                         int end,
                                         OrderByComparator obc)
                                  throws SystemException
Throws:
SystemException

findByKeywords

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

findByKeywords

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

findByLayouts

public static List<Group> findByLayouts(long companyId,
                                        long parentGroupId,
                                        boolean site,
                                        int start,
                                        int end)
                                 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,
                                      boolean andOperator,
                                      int start,
                                      int end,
                                      OrderByComparator obc)
                               throws SystemException
Throws:
SystemException

findByC_N_D

public static List<Group> findByC_N_D(long companyId,
                                      String[] names,
                                      String[] realNames,
                                      String[] descriptions,
                                      LinkedHashMap<String,Object> params,
                                      boolean andOperator,
                                      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,
                                        boolean andOperator,
                                        int start,
                                        int end,
                                        OrderByComparator obc)
                                 throws SystemException
Throws:
SystemException

findByC_PG_N_D

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

findByC_PG_N_D

public static List<Group> findByC_PG_N_D(long companyId,
                                         long parentGroupId,
                                         String parentGroupIdComparator,
                                         String[] names,
                                         String[] realNames,
                                         String[] descriptions,
                                         LinkedHashMap<String,Object> params,
                                         boolean andOperator,
                                         int start,
                                         int end,
                                         OrderByComparator obc)
                                  throws SystemException
Throws:
SystemException

findByC_C_PG_N_D

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

findByC_C_PG_N_D

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

getFinder

public static GroupFinder getFinder()

setFinder

public void setFinder(GroupFinder finder)

Liferay 6.2.0-ce-m4