public class PollsQuestionFinderImpl extends PollsQuestionFinderBaseImpl implements com.liferay.polls.service.persistence.PollsQuestionFinder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COUNT_BY_C_G_T_D |
static java.lang.String |
FIND_BY_C_G_T_D |
pollsQuestionPersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, 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 |
|---|
PollsQuestionFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByC_G_T_D(long companyId,
long[] groupIds,
java.lang.String title,
java.lang.String description,
boolean andOperator) |
int |
countByKeywords(long companyId,
long[] groupIds,
java.lang.String keywords) |
protected int |
doCountByC_G_T_D(long companyId,
long[] groupIds,
java.lang.String[] titles,
java.lang.String[] descriptions,
boolean andOperator,
boolean inlineSQLHelper) |
protected java.util.List<com.liferay.polls.model.PollsQuestion> |
doFindByC_G_T_D(long companyId,
long[] groupIds,
java.lang.String[] titles,
java.lang.String[] descriptions,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.polls.model.PollsQuestion> orderByComparator,
boolean inlineSQLHelper) |
java.util.List<com.liferay.polls.model.PollsQuestion> |
findByC_G_T_D(long companyId,
long[] groupIds,
java.lang.String title,
java.lang.String description,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.polls.model.PollsQuestion> orderByComparator) |
java.util.List<com.liferay.polls.model.PollsQuestion> |
findByKeywords(long companyId,
long[] groupIds,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.polls.model.PollsQuestion> orderByComparator) |
protected java.lang.String |
getGroupIds(long[] groupIds) |
getBadColumnNames, getPollsQuestionPersistence, setPollsQuestionPersistenceappendOrderByComparator, 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, updateImplpublic static final java.lang.String COUNT_BY_C_G_T_D
public static final java.lang.String FIND_BY_C_G_T_D
public int countByKeywords(long companyId,
long[] groupIds,
java.lang.String keywords)
countByKeywords in interface com.liferay.polls.service.persistence.PollsQuestionFinderpublic int countByC_G_T_D(long companyId,
long[] groupIds,
java.lang.String title,
java.lang.String description,
boolean andOperator)
countByC_G_T_D in interface com.liferay.polls.service.persistence.PollsQuestionFinderpublic java.util.List<com.liferay.polls.model.PollsQuestion> findByKeywords(long companyId,
long[] groupIds,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.polls.model.PollsQuestion> orderByComparator)
findByKeywords in interface com.liferay.polls.service.persistence.PollsQuestionFinderpublic java.util.List<com.liferay.polls.model.PollsQuestion> findByC_G_T_D(long companyId,
long[] groupIds,
java.lang.String title,
java.lang.String description,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.polls.model.PollsQuestion> orderByComparator)
findByC_G_T_D in interface com.liferay.polls.service.persistence.PollsQuestionFinderprotected int doCountByC_G_T_D(long companyId,
long[] groupIds,
java.lang.String[] titles,
java.lang.String[] descriptions,
boolean andOperator,
boolean inlineSQLHelper)
protected java.util.List<com.liferay.polls.model.PollsQuestion> doFindByC_G_T_D(long companyId,
long[] groupIds,
java.lang.String[] titles,
java.lang.String[] descriptions,
boolean andOperator,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.polls.model.PollsQuestion> orderByComparator,
boolean inlineSQLHelper)
protected java.lang.String getGroupIds(long[] groupIds)