com.liferay.portal.model
Interface PasswordPolicy

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, PasswordPolicyModel, java.io.Serializable

public interface PasswordPolicy
extends PasswordPolicyModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the PasswordPolicy table in the database.

Customize com.liferay.portal.model.impl.PasswordPolicyImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
PasswordPolicyModel, PasswordPolicyImpl, PasswordPolicyModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.PasswordPolicyModel
getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinLength, getModifiedDate, getName, getPasswordPolicyId, getPrimaryKey, getRequireUnlock, getResetFailureCount, getUserId, getUserName, getWarningTime, isAllowDictionaryWords, isChangeable, isChangeRequired, isCheckSyntax, isDefaultPolicy, isExpireable, isHistory, isLockout, isRequireUnlock, setAllowDictionaryWords, setChangeable, setChangeRequired, setCheckSyntax, setCompanyId, setCreateDate, setDefaultPolicy, setDescription, setExpireable, setGraceLimit, setHistory, setHistoryCount, setLockout, setLockoutDuration, setMaxAge, setMaxFailure, setMinAge, setMinLength, setModifiedDate, setName, setPasswordPolicyId, setPrimaryKey, setRequireUnlock, setResetFailureCount, setUserId, setUserName, setWarningTime, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo