com.liferay.portal.service.persistence
Class PasswordPolicyFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.PasswordPolicyFinderUtil
public class PasswordPolicyFinderUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
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,
java.lang.String name)
throws SystemException
- Throws:
SystemException
findByC_N
public static java.util.List<PasswordPolicy> findByC_N(long companyId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
getFinder
public static PasswordPolicyFinder getFinder()
setFinder
public void setFinder(PasswordPolicyFinder finder)