com.liferay.portal.service.persistence
Interface PasswordPolicyFinder


public interface PasswordPolicyFinder

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countByC_N(long companyId, java.lang.String name)
           
 java.util.List findByC_N(long companyId, java.lang.String name, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 

Method Detail

countByC_N

public int countByC_N(long companyId,
                      java.lang.String name)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByC_N

public java.util.List findByC_N(long companyId,
                                java.lang.String name,
                                int begin,
                                int end,
                                com.liferay.portal.kernel.util.OrderByComparator obc)
                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException