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 |
teamPersistence
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, FINDER_ARGS_EMPTY, listeners, 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> obc,
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> obc) |
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> obc) |
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> obc) |
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> 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(com.liferay.portal.kernel.dao.orm.QueryPos qPos,
LinkedHashMap<String,Object> params) |
getBadColumnNames, getTeamPersistence, setTeamPersistence
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, updateImpl
public 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.TeamFinder
public 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.TeamFinder
public 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> obc)
filterFindByG_N_D
in interface com.liferay.portal.kernel.service.persistence.TeamFinder
public 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> obc)
findByG_U
in interface com.liferay.portal.kernel.service.persistence.TeamFinder
public 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> obc)
findByG_N_D
in interface com.liferay.portal.kernel.service.persistence.TeamFinder
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_U(long groupId, long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.Team> obc)
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> obc, 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 qPos, LinkedHashMap<String,Object> params)