Liferay 6.2-ce-ga5

com.liferay.portal.service.persistence
Interface PasswordPolicyFinder

All Known Implementing Classes:
PasswordPolicyFinderImpl

@ProviderType
public interface PasswordPolicyFinder


Method Summary
 int countByC_N(long companyId, String name)
           
 List<PasswordPolicy> findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
 

Method Detail

countByC_N

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

findByC_N

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

Liferay 6.2-ce-ga5