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, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 

Method Detail

countByC_N

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

findByC_N

java.util.List<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
Throws:
com.liferay.portal.SystemException