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<PasswordPolicy> findByC_N(long companyId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 

Method Detail

countByC_N

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

findByC_N

java.util.List<PasswordPolicy> findByC_N(long companyId,
                                         java.lang.String name,
                                         int start,
                                         int end,
                                         OrderByComparator obc)
                                         throws SystemException
Throws:
SystemException