Liferay 6.0.5

com.liferay.portal.service.persistence
Interface GroupFinder

All Known Implementing Classes:
GroupFinderImpl

public interface GroupFinder


Method Summary
 int countByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params)
           
 int countByG_U(long groupId, long userId)
           
 List<Group> findByC_N_D(long companyId, String name, String realName, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 Group findByC_N(long companyId, String name)
           
 List<Group> findByLiveGroups()
           
 List<Group> findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
           
 List<Group> findByNullFriendlyURL()
           
 List<Group> findBySystem(long companyId)
           
 

Method Detail

countByG_U

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

countByC_N_D

int countByC_N_D(long companyId,
                 String name,
                 String realName,
                 String description,
                 LinkedHashMap<String,Object> params)
                 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

findByC_N

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

findByC_N_D

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

Liferay 6.0.5