public class PasswordPolicyFinderImpl extends PasswordPolicyFinderBaseImpl implements com.liferay.portal.kernel.service.persistence.PasswordPolicyFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_C_N |
static String |
FIND_BY_C_N |
passwordPolicyPersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, 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 |
|---|
PasswordPolicyFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countByC_N(long companyId,
String name) |
protected int |
doCountByC_N(long companyId,
String name,
boolean inlineSQLHelper) |
protected List<com.liferay.portal.kernel.model.PasswordPolicy> |
doFindByC_N(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PasswordPolicy> obc,
boolean inlineSQLHelper) |
int |
filterCountByC_N(long companyId,
String name) |
List<com.liferay.portal.kernel.model.PasswordPolicy> |
filterFindByC_N(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PasswordPolicy> obc) |
List<com.liferay.portal.kernel.model.PasswordPolicy> |
findByC_N(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PasswordPolicy> obc) |
getBadColumnNames, getPasswordPolicyPersistence, setPasswordPolicyPersistenceappendOrderByComparator, appendOrderByComparator, appendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, unregisterListener, update, update, updateImplpublic static final String COUNT_BY_C_N
public static final String FIND_BY_C_N
public int countByC_N(long companyId,
String name)
countByC_N in interface com.liferay.portal.kernel.service.persistence.PasswordPolicyFinderpublic int filterCountByC_N(long companyId,
String name)
filterCountByC_N in interface com.liferay.portal.kernel.service.persistence.PasswordPolicyFinderpublic List<com.liferay.portal.kernel.model.PasswordPolicy> filterFindByC_N(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PasswordPolicy> obc)
filterFindByC_N in interface com.liferay.portal.kernel.service.persistence.PasswordPolicyFinderpublic List<com.liferay.portal.kernel.model.PasswordPolicy> findByC_N(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PasswordPolicy> obc)
findByC_N in interface com.liferay.portal.kernel.service.persistence.PasswordPolicyFinderprotected int doCountByC_N(long companyId,
String name,
boolean inlineSQLHelper)
protected List<com.liferay.portal.kernel.model.PasswordPolicy> doFindByC_N(long companyId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.PasswordPolicy> obc,
boolean inlineSQLHelper)