com.liferay.portal.service.persistence
Class PasswordPolicyFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.PasswordPolicyFinderUtil
public class PasswordPolicyFinderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordPolicyFinderUtil
public PasswordPolicyFinderUtil()
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)