Liferay 6.0.5

com.liferay.portal.service.persistence
Interface UserGroupFinder

All Known Implementing Classes:
UserGroupFinderImpl

public interface UserGroupFinder


Method Summary
 int countByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params)
           
 List<UserGroup> findByC_N_D(long companyId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 UserGroup findByC_N(long companyId, String name)
           
 

Method Detail

countByC_N_D

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

findByC_N

UserGroup findByC_N(long companyId,
                    String name)
                    throws NoSuchUserGroupException,
                           SystemException
Throws:
NoSuchUserGroupException
SystemException

findByC_N_D

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

Liferay 6.0.5