com.liferay.portal.service.persistence.impl
Class TeamFinderImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<Team>
com.liferay.portal.service.persistence.impl.TeamFinderBaseImpl
com.liferay.portal.service.persistence.impl.TeamFinderImpl
- All Implemented Interfaces:
- SessionFactory, BasePersistence<Team>, TeamFinder
public class TeamFinderImpl
- extends TeamFinderBaseImpl
- implements TeamFinder
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
|
Method Summary |
int |
countByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
protected int |
doCountByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean inlineSQLHelper)
|
protected List<Team> |
doFindByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc,
boolean inlineSQLHelper)
|
protected List<Team> |
doFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<Team> obc)
|
int |
filterCountByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
|
List<Team> |
filterFindByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
|
List<Team> |
findByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
|
List<Team> |
findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<Team> obc)
|
protected String |
getJoin(LinkedHashMap<String,Object> params)
|
protected String |
getJoin(String key)
|
protected String |
getWhere(LinkedHashMap<String,Object> params)
|
protected String |
getWhere(String key)
|
protected void |
setJoin(QueryPos qPos,
LinkedHashMap<String,Object> params)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, update, update, updateImpl, updateImpl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_G_N_D
public static final String COUNT_BY_G_N_D
FIND_BY_G_U
public static final String FIND_BY_G_U
FIND_BY_G_N_D
public static final String FIND_BY_G_N_D
JOIN_BY_USERS_TEAMS
public static final String JOIN_BY_USERS_TEAMS
JOIN_BY_USERS_USER_GROUPS
public static final String JOIN_BY_USERS_USER_GROUPS
TeamFinderImpl
public TeamFinderImpl()
countByG_N_D
public int countByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
- Specified by:
countByG_N_D in interface TeamFinder
filterCountByG_N_D
public int filterCountByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
- Specified by:
filterCountByG_N_D in interface TeamFinder
filterFindByG_N_D
public List<Team> filterFindByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
- Specified by:
filterFindByG_N_D in interface TeamFinder
findByG_U
public List<Team> findByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<Team> obc)
- Specified by:
findByG_U in interface TeamFinder
findByG_N_D
public List<Team> findByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc)
- Specified by:
findByG_N_D in interface TeamFinder
doCountByG_N_D
protected int doCountByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean inlineSQLHelper)
doFindByG_U
protected List<Team> doFindByG_U(long groupId,
long userId,
int start,
int end,
OrderByComparator<Team> obc)
doFindByG_N_D
protected List<Team> doFindByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Team> obc,
boolean inlineSQLHelper)
getJoin
protected String getJoin(LinkedHashMap<String,Object> params)
getJoin
protected String getJoin(String key)
getWhere
protected String getWhere(LinkedHashMap<String,Object> params)
getWhere
protected String getWhere(String key)
setJoin
protected void setJoin(QueryPos qPos,
LinkedHashMap<String,Object> params)