com.liferay.portal.model.impl
Class PasswordPolicyImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.PasswordPolicy>
      extended by com.liferay.portal.model.impl.PasswordPolicyModelImpl
          extended by com.liferay.portal.model.impl.PasswordPolicyImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portal.model.PasswordPolicy>, com.liferay.portal.model.PasswordPolicy, com.liferay.portal.model.PasswordPolicyModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.PasswordPolicy>

public class PasswordPolicyImpl
extends PasswordPolicyModelImpl
implements com.liferay.portal.model.PasswordPolicy

View Source

Author:
Scott Lee
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PasswordPolicyModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
PasswordPolicyImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.PasswordPolicyModelImpl
clone, compareTo, equals, getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpandoBridge, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinLength, getModifiedDate, getName, getOriginalCompanyId, getOriginalDefaultPolicy, getOriginalName, getPasswordPolicyId, getPrimaryKey, getPrimaryKeyObj, getRequireUnlock, getResetFailureCount, getUserId, getUserName, getUserUuid, getWarningTime, hashCode, isAllowDictionaryWords, isChangeable, isChangeRequired, isCheckSyntax, isDefaultPolicy, isExpireable, isHistory, isLockout, isRequireUnlock, setAllowDictionaryWords, setChangeable, setChangeRequired, setCheckSyntax, setCompanyId, setCreateDate, setDefaultPolicy, setDescription, setExpandoBridgeAttributes, setExpireable, setGraceLimit, setHistory, setHistoryCount, setLockout, setLockoutDuration, setMaxAge, setMaxFailure, setMinAge, setMinLength, setModifiedDate, setName, setPasswordPolicyId, setPrimaryKey, setRequireUnlock, setResetFailureCount, setUserId, setUserName, setUserUuid, setWarningTime, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.PasswordPolicyModel
clone, compareTo, getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpandoBridge, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinLength, getModifiedDate, getName, getPasswordPolicyId, getPrimaryKey, getPrimaryKeyObj, getRequireUnlock, getResetFailureCount, getUserId, getUserName, getUserUuid, getWarningTime, hashCode, isAllowDictionaryWords, isCachedModel, isChangeable, isChangeRequired, isCheckSyntax, isDefaultPolicy, isEscapedModel, isExpireable, isHistory, isLockout, isNew, isRequireUnlock, setAllowDictionaryWords, setCachedModel, setChangeable, setChangeRequired, setCheckSyntax, setCompanyId, setCreateDate, setDefaultPolicy, setDescription, setEscapedModel, setExpandoBridgeAttributes, setExpireable, setGraceLimit, setHistory, setHistoryCount, setLockout, setLockoutDuration, setMaxAge, setMaxFailure, setMinAge, setMinLength, setModifiedDate, setName, setNew, setPasswordPolicyId, setPrimaryKey, setRequireUnlock, setResetFailureCount, setUserId, setUserName, setUserUuid, setWarningTime, toEscapedModel, toString, toXmlString
 

Constructor Detail

PasswordPolicyImpl

public PasswordPolicyImpl()