com.liferay.portal.service.persistence
Interface GroupFinder


public interface GroupFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByC_N_D(long companyId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap params)
           
 int countByG_U(long groupId, long userId)
           
 java.util.List findByC_N_D(long companyId, java.lang.String name, java.lang.String description, java.util.LinkedHashMap params, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 Group findByC_N(long companyId, java.lang.String name)
           
 

Method Detail

countByG_U

public int countByG_U(long groupId,
                      long userId)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

countByC_N_D

public int countByC_N_D(long companyId,
                        java.lang.String name,
                        java.lang.String description,
                        java.util.LinkedHashMap params)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_N

public Group findByC_N(long companyId,
                       java.lang.String name)
                throws com.liferay.portal.SystemException,
                       NoSuchGroupException
Throws:
com.liferay.portal.SystemException
NoSuchGroupException

findByC_N_D

public java.util.List findByC_N_D(long companyId,
                                  java.lang.String name,
                                  java.lang.String description,
                                  java.util.LinkedHashMap params,
                                  int begin,
                                  int end,
                                  com.liferay.portal.kernel.util.OrderByComparator obc)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException