com.liferay.portal.service.persistence
Class PasswordPolicyFinder

java.lang.Object
  extended bycom.liferay.portal.service.persistence.PasswordPolicyFinder

public class PasswordPolicyFinder
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Field Summary
static java.lang.String COUNT_BY_C_N
           
static java.lang.String FIND_BY_C_N
           
 
Constructor Summary
PasswordPolicyFinder()
           
 
Method Summary
static int countByC_N(long companyId, java.lang.String name)
           
static java.util.List findByC_N(long companyId, java.lang.String name, int begin, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COUNT_BY_C_N

public static java.lang.String COUNT_BY_C_N

FIND_BY_C_N

public static java.lang.String FIND_BY_C_N
Constructor Detail

PasswordPolicyFinder

public PasswordPolicyFinder()
Method Detail

countByC_N

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

findByC_N

public static java.util.List findByC_N(long companyId,
                                       java.lang.String name,
                                       int begin,
                                       int end)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException