Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class PasswordPolicyImpl

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

public class PasswordPolicyImpl
extends PasswordPolicyBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PasswordPolicyModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, DEFAULTPOLICY_COLUMN_BITMASK, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, 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.PasswordPolicyBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.PasswordPolicyModelImpl
clone, compareTo, equals, getAllowDictionaryWords, getChangeable, getChangeRequired, getCheckSyntax, getColumnBitmask, getCompanyId, getCreateDate, getDefaultPolicy, getDescription, getExpandoBridge, getExpireable, getGraceLimit, getHistory, getHistoryCount, getLockout, getLockoutDuration, getMaxAge, getMaxFailure, getMinAge, getMinAlphanumeric, getMinLength, getMinLowerCase, getMinNumbers, getMinSymbols, getMinUpperCase, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalDefaultPolicy, getOriginalName, getPasswordPolicyId, getPrimaryKey, getPrimaryKeyObj, getRequireUnlock, getResetFailureCount, getResetTicketMaxAge, getUserId, getUserName, getUserUuid, getWarningTime, hashCode, isAllowDictionaryWords, isChangeable, isChangeRequired, isCheckSyntax, isDefaultPolicy, isExpireable, isHistory, isLockout, isRequireUnlock, resetOriginalValues, setAllowDictionaryWords, setChangeable, setChangeRequired, setCheckSyntax, setCompanyId, setCreateDate, setDefaultPolicy, setDescription, setExpandoBridgeAttributes, setExpireable, setGraceLimit, setHistory, setHistoryCount, setLockout, setLockoutDuration, setMaxAge, setMaxFailure, setMinAge, setMinAlphanumeric, setMinLength, setMinLowerCase, setMinNumbers, setMinSymbols, setMinUpperCase, setModelAttributes, setModifiedDate, setName, setPasswordPolicyId, setPrimaryKey, setPrimaryKeyObj, setRequireUnlock, setResetFailureCount, setResetTicketMaxAge, setUserId, setUserName, setUserUuid, setWarningTime, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, 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, getMinAlphanumeric, getMinLength, getMinLowerCase, getMinNumbers, getMinSymbols, getMinUpperCase, getModifiedDate, getName, getPasswordPolicyId, getPrimaryKey, getPrimaryKeyObj, getRequireUnlock, getResetFailureCount, getResetTicketMaxAge, 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, setExpandoBridgeAttributes, setExpireable, setGraceLimit, setHistory, setHistoryCount, setLockout, setLockoutDuration, setMaxAge, setMaxFailure, setMinAge, setMinAlphanumeric, setMinLength, setMinLowerCase, setMinNumbers, setMinSymbols, setMinUpperCase, setModifiedDate, setName, setNew, setPasswordPolicyId, setPrimaryKey, setPrimaryKeyObj, setRequireUnlock, setResetFailureCount, setResetTicketMaxAge, setUserId, setUserName, setUserUuid, setWarningTime, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

PasswordPolicyImpl

public PasswordPolicyImpl()

Liferay 6.1.2-ce-ga3