Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Interface GroupFinder

All Known Implementing Classes:
GroupFinderImpl

@ProviderType
public interface GroupFinder


Method Summary
 int countByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
           
 int countByG_U(long groupId, long userId, boolean inherit)
           
 int countByLayouts(long companyId, long parentGroupId, boolean site)
           
 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 obc)
           
 Group findByC_N(long companyId, String name)
           
 List<Long> findByC_P(long companyId, long parentGroupId, long previousGroupId, int size)
           
 List<Group> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end)
           
 List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator obc)
           
 List<Group> findByLiveGroups()
           
 List<Group> findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
 List<Group> findByNullFriendlyURL()
           
 List<Group> findBySystem(long companyId)
           
 

Method Detail

countByLayouts

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

countByG_U

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

countByC_C_PG_N_D

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

findByLayouts

List<Group> findByLayouts(long companyId,
                          long parentGroupId,
                          boolean site,
                          int start,
                          int end)
                          throws SystemException
Throws:
SystemException

findByLayouts

List<Group> findByLayouts(long companyId,
                          long parentGroupId,
                          boolean site,
                          int start,
                          int end,
                          OrderByComparator obc)
                          throws SystemException
Throws:
SystemException

findByLiveGroups

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

findByNoLayouts

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

findByNullFriendlyURL

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

findBySystem

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

findByCompanyId

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

findByC_P

List<Long> findByC_P(long companyId,
                     long parentGroupId,
                     long previousGroupId,
                     int size)
                     throws SystemException
Throws:
SystemException

findByC_N

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

findByC_C_PG_N_D

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 obc)
                             throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5