com.liferay.portal.service.persistence
Class PasswordPolicyFinderImpl

java.lang.Object
  extended by com.liferay.portal.service.persistence.impl.BasePersistenceImpl
      extended by com.liferay.portal.service.persistence.PasswordPolicyFinderImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portal.service.persistence.PasswordPolicyFinder

public class PasswordPolicyFinderImpl
extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
implements com.liferay.portal.service.persistence.PasswordPolicyFinder

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_C_N
           
static java.lang.String FIND_BY_C_N
           
 
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
COUNT_COLUMN_NAME, listeners
 
Constructor Summary
PasswordPolicyFinderImpl()
           
 
Method Summary
 int countByC_N(long companyId, java.lang.String name)
           
 java.util.List<com.liferay.portal.model.PasswordPolicy> findByC_N(long companyId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
clearCache, closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_N

public static java.lang.String COUNT_BY_C_N

FIND_BY_C_N

public static java.lang.String FIND_BY_C_N
Constructor Detail

PasswordPolicyFinderImpl

public PasswordPolicyFinderImpl()
Method Detail

countByC_N

public int countByC_N(long companyId,
                      java.lang.String name)
               throws com.liferay.portal.SystemException
Specified by:
countByC_N in interface com.liferay.portal.service.persistence.PasswordPolicyFinder
Throws:
com.liferay.portal.SystemException

findByC_N

public java.util.List<com.liferay.portal.model.PasswordPolicy> findByC_N(long companyId,
                                                                         java.lang.String name,
                                                                         int start,
                                                                         int end,
                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                  throws com.liferay.portal.SystemException
Specified by:
findByC_N in interface com.liferay.portal.service.persistence.PasswordPolicyFinder
Throws:
com.liferay.portal.SystemException