| java.lang.Object com.liferay.portal.service.PasswordPolicyServiceUtil
PasswordPolicyServiceUtil | public class PasswordPolicyServiceUtil (Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class provides static methods for the
com.liferay.portal.service.PasswordPolicyService
bean. The static methods of this class calls the same methods of the bean
instance. It's convenient to be able to just write one line to call a method
on a bean instead of writing a lookup call and a method call.
com.liferay.portal.service.PasswordPolicyServiceFactory
is responsible for the lookup of the bean.
author: Brian Wing Shun Chan See Also: com.liferay.portal.service.PasswordPolicyService See Also: com.liferay.portal.service.PasswordPolicyServiceFactory |
Method Summary | |
public static com.liferay.portal.model.PasswordPolicy | addPasswordPolicy(java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minLength, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount) | public static void | deletePasswordPolicy(long passwordPolicyId) | public static com.liferay.portal.model.PasswordPolicy | updatePasswordPolicy(long passwordPolicyId, java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minLength, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount) |
addPasswordPolicy | public static com.liferay.portal.model.PasswordPolicy addPasswordPolicy(java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minLength, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException, java.rmi.RemoteException(Code) | | |
updatePasswordPolicy | public static com.liferay.portal.model.PasswordPolicy updatePasswordPolicy(long passwordPolicyId, java.lang.String name, java.lang.String description, boolean changeable, boolean changeRequired, long minAge, boolean checkSyntax, boolean allowDictionaryWords, int minLength, boolean history, int historyCount, boolean expireable, long maxAge, long warningTime, int graceLimit, boolean lockout, int maxFailure, long lockoutDuration, long resetFailureCount) throws com.liferay.portal.PortalException, com.liferay.portal.SystemException, java.rmi.RemoteException(Code) | | |
|
|