public class TeamFinderImpl extends TeamFinderBaseImpl implements com.liferay.portal.kernel.service.persistence.TeamFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_G_N_D |
static String |
FIND_BY_G_N_D |
static String |
FIND_BY_G_U |
static String |
JOIN_BY_USERS_TEAMS |
static String |
JOIN_BY_USERS_USER_GROUPS |
teamPersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, 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| Constructor and Description |
|---|
TeamFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
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<com.liferay.portal.kernel.model.Team> |
doFindByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator,
boolean inlineSQLHelper) |
protected List<com.liferay.portal.kernel.model.Team> |
doFindByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator) |
int |
filterCountByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params) |
List<com.liferay.portal.kernel.model.Team> |
filterFindByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator) |
List<com.liferay.portal.kernel.model.Team> |
findByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator) |
List<com.liferay.portal.kernel.model.Team> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator) |
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(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
LinkedHashMap<String,Object> params) |
getBadColumnNames, getTeamPersistence, setTeamPersistenceappendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getFinderCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update, updateImplpublic static final String COUNT_BY_G_N_D
public static final String FIND_BY_G_U
public static final String FIND_BY_G_N_D
public static final String JOIN_BY_USERS_USER_GROUPS
public static final String JOIN_BY_USERS_TEAMS
public int countByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
countByG_N_D in interface com.liferay.portal.kernel.service.persistence.TeamFinderpublic int filterCountByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params)
filterCountByG_N_D in interface com.liferay.portal.kernel.service.persistence.TeamFinderpublic List<com.liferay.portal.kernel.model.Team> filterFindByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator)
filterFindByG_N_D in interface com.liferay.portal.kernel.service.persistence.TeamFinderpublic List<com.liferay.portal.kernel.model.Team> findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator)
findByG_U in interface com.liferay.portal.kernel.service.persistence.TeamFinderpublic List<com.liferay.portal.kernel.model.Team> findByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator)
findByG_N_D in interface com.liferay.portal.kernel.service.persistence.TeamFinderprotected int doCountByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
boolean inlineSQLHelper)
protected List<com.liferay.portal.kernel.model.Team> doFindByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator)
protected List<com.liferay.portal.kernel.model.Team> doFindByG_N_D(long groupId,
String name,
String description,
LinkedHashMap<String,Object> params,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> orderByComparator,
boolean inlineSQLHelper)
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(com.liferay.portal.kernel.dao.orm.QueryPos queryPos,
LinkedHashMap<String,Object> params)