Liferay 6.0.5

com.liferay.portal.service.persistence
Interface TeamFinder

All Known Implementing Classes:
TeamFinderImpl

public interface TeamFinder


Method Summary
 int countByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params)
           
 List<Team> findByG_N_D(long groupId, String name, String description, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator obc)
           
 

Method Detail

countByG_N_D

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

findByG_N_D

List<Team> findByG_N_D(long groupId,
                       String name,
                       String description,
                       LinkedHashMap<String,Object> params,
                       int start,
                       int end,
                       OrderByComparator obc)
                       throws SystemException
Throws:
SystemException

Liferay 6.0.5