Liferay 6.0.5

com.liferay.portal.service.persistence
Class PasswordPolicyFinderUtil

java.lang.Object
  extended by com.liferay.portal.service.persistence.PasswordPolicyFinderUtil

public class PasswordPolicyFinderUtil
extends Object


Constructor Summary
PasswordPolicyFinderUtil()
           
 
Method Summary
static int countByC_N(long companyId, String name)
           
static List<PasswordPolicy> findByC_N(long companyId, String name, int start, int end, OrderByComparator obc)
           
static PasswordPolicyFinder getFinder()
           
 void setFinder(PasswordPolicyFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyFinderUtil

public PasswordPolicyFinderUtil()
Method Detail

countByC_N

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

findByC_N

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

getFinder

public static PasswordPolicyFinder getFinder()

setFinder

public void setFinder(PasswordPolicyFinder finder)

Liferay 6.0.5