Liferay 7.0-ce-b4

com.liferay.portal.service.persistence
Interface PasswordPolicyFinder

All Known Implementing Classes:
PasswordPolicyFinderImpl

@ProviderType
public interface PasswordPolicyFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

Method Detail

countByC_N

int countByC_N(long companyId,
               String name)

findByC_N

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

Liferay 7.0-ce-b4