|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<PasswordPolicy>
com.liferay.portal.model.impl.PasswordPolicyModelImpl
@JSON(strict=true) @ProviderType public class PasswordPolicyModelImpl
The base model implementation for the PasswordPolicy service. Represents a row in the "PasswordPolicy" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface PasswordPolicyModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in PasswordPolicyImpl.
PasswordPolicyImpl,
PasswordPolicy,
PasswordPolicyModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static long |
DEFAULTPOLICY_COLUMN_BITMASK
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
NAME_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PASSWORDPOLICYID_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
PasswordPolicyModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PasswordPolicy passwordPolicy)
|
boolean |
equals(Object obj)
|
boolean |
getAllowDictionaryWords()
Returns the allow dictionary words of this password policy. |
boolean |
getChangeable()
Returns the changeable of this password policy. |
boolean |
getChangeRequired()
Returns the change required of this password policy. |
boolean |
getCheckSyntax()
Returns the check syntax of this password policy. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this password policy. |
Date |
getCreateDate()
Returns the create date of this password policy. |
boolean |
getDefaultPolicy()
Returns the default policy of this password policy. |
String |
getDescription()
Returns the description of this password policy. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
boolean |
getExpireable()
Returns the expireable of this password policy. |
int |
getGraceLimit()
Returns the grace limit of this password policy. |
boolean |
getHistory()
Returns the history of this password policy. |
int |
getHistoryCount()
Returns the history count of this password policy. |
boolean |
getLockout()
Returns the lockout of this password policy. |
long |
getLockoutDuration()
Returns the lockout duration of this password policy. |
long |
getMaxAge()
Returns the max age of this password policy. |
int |
getMaxFailure()
Returns the max failure of this password policy. |
long |
getMinAge()
Returns the min age of this password policy. |
int |
getMinAlphanumeric()
Returns the min alphanumeric of this password policy. |
int |
getMinLength()
Returns the min length of this password policy. |
int |
getMinLowerCase()
Returns the min lower case of this password policy. |
int |
getMinNumbers()
Returns the min numbers of this password policy. |
int |
getMinSymbols()
Returns the min symbols of this password policy. |
int |
getMinUpperCase()
Returns the min upper case of this password policy. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this password policy. |
long |
getMvccVersion()
Returns the mvcc version of this password policy. |
String |
getName()
Returns the name of this password policy. |
long |
getOriginalCompanyId()
|
boolean |
getOriginalDefaultPolicy()
|
String |
getOriginalName()
|
String |
getOriginalUuid()
|
long |
getPasswordPolicyId()
Returns the password policy ID of this password policy. |
long |
getPrimaryKey()
Returns the primary key of this password policy. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getRegex()
Returns the regex of this password policy. |
boolean |
getRequireUnlock()
Returns the require unlock of this password policy. |
long |
getResetFailureCount()
Returns the reset failure count of this password policy. |
long |
getResetTicketMaxAge()
Returns the reset ticket max age of this password policy. |
StagedModelType |
getStagedModelType()
|
long |
getUserId()
Returns the user ID of this password policy. |
String |
getUserName()
Returns the user name of this password policy. |
String |
getUserUuid()
Returns the user uuid of this password policy. |
String |
getUuid()
Returns the uuid of this password policy. |
long |
getWarningTime()
Returns the warning time of this password policy. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isAllowDictionaryWords()
Returns true if this password policy is allow dictionary words. |
boolean |
isChangeable()
Returns true if this password policy is changeable. |
boolean |
isChangeRequired()
Returns true if this password policy is change required. |
boolean |
isCheckSyntax()
Returns true if this password policy is check syntax. |
boolean |
isDefaultPolicy()
Returns true if this password policy is default policy. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isExpireable()
Returns true if this password policy is expireable. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isHistory()
Returns true if this password policy is history. |
boolean |
isLockout()
Returns true if this password policy is lockout. |
boolean |
isRequireUnlock()
Returns true if this password policy is require unlock. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setAllowDictionaryWords(boolean allowDictionaryWords)
Sets whether this password policy is allow dictionary words. |
void |
setChangeable(boolean changeable)
Sets whether this password policy is changeable. |
void |
setChangeRequired(boolean changeRequired)
Sets whether this password policy is change required. |
void |
setCheckSyntax(boolean checkSyntax)
Sets whether this password policy is check syntax. |
void |
setCompanyId(long companyId)
Sets the company ID of this password policy. |
void |
setCreateDate(Date createDate)
Sets the create date of this password policy. |
void |
setDefaultPolicy(boolean defaultPolicy)
Sets whether this password policy is default policy. |
void |
setDescription(String description)
Sets the description of this password policy. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExpireable(boolean expireable)
Sets whether this password policy is expireable. |
void |
setGraceLimit(int graceLimit)
Sets the grace limit of this password policy. |
void |
setHistory(boolean history)
Sets whether this password policy is history. |
void |
setHistoryCount(int historyCount)
Sets the history count of this password policy. |
void |
setLockout(boolean lockout)
Sets whether this password policy is lockout. |
void |
setLockoutDuration(long lockoutDuration)
Sets the lockout duration of this password policy. |
void |
setMaxAge(long maxAge)
Sets the max age of this password policy. |
void |
setMaxFailure(int maxFailure)
Sets the max failure of this password policy. |
void |
setMinAge(long minAge)
Sets the min age of this password policy. |
void |
setMinAlphanumeric(int minAlphanumeric)
Sets the min alphanumeric of this password policy. |
void |
setMinLength(int minLength)
Sets the min length of this password policy. |
void |
setMinLowerCase(int minLowerCase)
Sets the min lower case of this password policy. |
void |
setMinNumbers(int minNumbers)
Sets the min numbers of this password policy. |
void |
setMinSymbols(int minSymbols)
Sets the min symbols of this password policy. |
void |
setMinUpperCase(int minUpperCase)
Sets the min upper case of this password policy. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this password policy. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this password policy. |
void |
setName(String name)
Sets the name of this password policy. |
void |
setPasswordPolicyId(long passwordPolicyId)
Sets the password policy ID of this password policy. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this password policy. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRegex(String regex)
Sets the regex of this password policy. |
void |
setRequireUnlock(boolean requireUnlock)
Sets whether this password policy is require unlock. |
void |
setResetFailureCount(long resetFailureCount)
Sets the reset failure count of this password policy. |
void |
setResetTicketMaxAge(long resetTicketMaxAge)
Sets the reset ticket max age of this password policy. |
void |
setUserId(long userId)
Sets the user ID of this password policy. |
void |
setUserName(String userName)
Sets the user name of this password policy. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this password policy. |
void |
setUuid(String uuid)
Sets the uuid of this password policy. |
void |
setWarningTime(long warningTime)
Sets the warning time of this password policy. |
CacheModel<PasswordPolicy> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
PasswordPolicy |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static PasswordPolicy |
toModel(PasswordPolicySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<PasswordPolicy> |
toModels(PasswordPolicySoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.PasswordPolicyModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long DEFAULTPOLICY_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long PASSWORDPOLICYID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public PasswordPolicyModelImpl()
| Method Detail |
|---|
public static PasswordPolicy toModel(PasswordPolicySoap soapModel)
soapModel - the soap model instance to convert
public static List<PasswordPolicy> toModels(PasswordPolicySoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
PasswordPolicyModel
getPrimaryKey in interface PasswordPolicyModelpublic void setPrimaryKey(long primaryKey)
PasswordPolicyModel
setPrimaryKey in interface PasswordPolicyModelprimaryKey - the primary key of this password policypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordPolicy>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface PasswordPolicyModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<PasswordPolicy>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface PasswordPolicyModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<PasswordPolicy>getModelAttributes in class BaseModelImpl<PasswordPolicy>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<PasswordPolicy>setModelAttributes in class BaseModelImpl<PasswordPolicy>@JSON public long getMvccVersion()
PasswordPolicyModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface PasswordPolicyModelpublic void setMvccVersion(long mvccVersion)
PasswordPolicyModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface PasswordPolicyModelmvccVersion - the mvcc version of this password policy@JSON public String getUuid()
PasswordPolicyModel
getUuid in interface PasswordPolicyModelgetUuid in interface StagedModelpublic void setUuid(String uuid)
PasswordPolicyModel
setUuid in interface PasswordPolicyModelsetUuid in interface StagedModeluuid - the uuid of this password policypublic String getOriginalUuid()
@JSON public long getPasswordPolicyId()
PasswordPolicyModel
getPasswordPolicyId in interface PasswordPolicyModelpublic void setPasswordPolicyId(long passwordPolicyId)
PasswordPolicyModel
setPasswordPolicyId in interface PasswordPolicyModelpasswordPolicyId - the password policy ID of this password policy@JSON public long getCompanyId()
PasswordPolicyModel
getCompanyId in interface AuditedModelgetCompanyId in interface PasswordPolicyModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic void setCompanyId(long companyId)
PasswordPolicyModel
setCompanyId in interface AuditedModelsetCompanyId in interface PasswordPolicyModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this password policypublic long getOriginalCompanyId()
@JSON public long getUserId()
PasswordPolicyModel
getUserId in interface AuditedModelgetUserId in interface PasswordPolicyModelpublic void setUserId(long userId)
PasswordPolicyModel
setUserId in interface AuditedModelsetUserId in interface PasswordPolicyModeluserId - the user ID of this password policypublic String getUserUuid()
PasswordPolicyModel
getUserUuid in interface AuditedModelgetUserUuid in interface PasswordPolicyModelpublic void setUserUuid(String userUuid)
PasswordPolicyModel
setUserUuid in interface AuditedModelsetUserUuid in interface PasswordPolicyModeluserUuid - the user uuid of this password policy@JSON public String getUserName()
PasswordPolicyModel
getUserName in interface AuditedModelgetUserName in interface PasswordPolicyModelpublic void setUserName(String userName)
PasswordPolicyModel
setUserName in interface AuditedModelsetUserName in interface PasswordPolicyModeluserName - the user name of this password policy@JSON public Date getCreateDate()
PasswordPolicyModel
getCreateDate in interface AuditedModelgetCreateDate in interface PasswordPolicyModelgetCreateDate in interface StagedModelpublic void setCreateDate(Date createDate)
PasswordPolicyModel
setCreateDate in interface AuditedModelsetCreateDate in interface PasswordPolicyModelsetCreateDate in interface StagedModelcreateDate - the create date of this password policy@JSON public Date getModifiedDate()
PasswordPolicyModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface PasswordPolicyModelgetModifiedDate in interface StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
PasswordPolicyModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface PasswordPolicyModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this password policy@JSON public boolean getDefaultPolicy()
PasswordPolicyModel
getDefaultPolicy in interface PasswordPolicyModelpublic boolean isDefaultPolicy()
PasswordPolicyModeltrue if this password policy is default policy.
isDefaultPolicy in interface PasswordPolicyModeltrue if this password policy is default policy; false otherwisepublic void setDefaultPolicy(boolean defaultPolicy)
PasswordPolicyModel
setDefaultPolicy in interface PasswordPolicyModeldefaultPolicy - the default policy of this password policypublic boolean getOriginalDefaultPolicy()
@JSON public String getName()
PasswordPolicyModel
getName in interface PasswordPolicyModelpublic void setName(String name)
PasswordPolicyModel
setName in interface PasswordPolicyModelname - the name of this password policypublic String getOriginalName()
@JSON public String getDescription()
PasswordPolicyModel
getDescription in interface PasswordPolicyModelpublic void setDescription(String description)
PasswordPolicyModel
setDescription in interface PasswordPolicyModeldescription - the description of this password policy@JSON public boolean getChangeable()
PasswordPolicyModel
getChangeable in interface PasswordPolicyModelpublic boolean isChangeable()
PasswordPolicyModeltrue if this password policy is changeable.
isChangeable in interface PasswordPolicyModeltrue if this password policy is changeable; false otherwisepublic void setChangeable(boolean changeable)
PasswordPolicyModel
setChangeable in interface PasswordPolicyModelchangeable - the changeable of this password policy@JSON public boolean getChangeRequired()
PasswordPolicyModel
getChangeRequired in interface PasswordPolicyModelpublic boolean isChangeRequired()
PasswordPolicyModeltrue if this password policy is change required.
isChangeRequired in interface PasswordPolicyModeltrue if this password policy is change required; false otherwisepublic void setChangeRequired(boolean changeRequired)
PasswordPolicyModel
setChangeRequired in interface PasswordPolicyModelchangeRequired - the change required of this password policy@JSON public long getMinAge()
PasswordPolicyModel
getMinAge in interface PasswordPolicyModelpublic void setMinAge(long minAge)
PasswordPolicyModel
setMinAge in interface PasswordPolicyModelminAge - the min age of this password policy@JSON public boolean getCheckSyntax()
PasswordPolicyModel
getCheckSyntax in interface PasswordPolicyModelpublic boolean isCheckSyntax()
PasswordPolicyModeltrue if this password policy is check syntax.
isCheckSyntax in interface PasswordPolicyModeltrue if this password policy is check syntax; false otherwisepublic void setCheckSyntax(boolean checkSyntax)
PasswordPolicyModel
setCheckSyntax in interface PasswordPolicyModelcheckSyntax - the check syntax of this password policy@JSON public boolean getAllowDictionaryWords()
PasswordPolicyModel
getAllowDictionaryWords in interface PasswordPolicyModelpublic boolean isAllowDictionaryWords()
PasswordPolicyModeltrue if this password policy is allow dictionary words.
isAllowDictionaryWords in interface PasswordPolicyModeltrue if this password policy is allow dictionary words; false otherwisepublic void setAllowDictionaryWords(boolean allowDictionaryWords)
PasswordPolicyModel
setAllowDictionaryWords in interface PasswordPolicyModelallowDictionaryWords - the allow dictionary words of this password policy@JSON public int getMinAlphanumeric()
PasswordPolicyModel
getMinAlphanumeric in interface PasswordPolicyModelpublic void setMinAlphanumeric(int minAlphanumeric)
PasswordPolicyModel
setMinAlphanumeric in interface PasswordPolicyModelminAlphanumeric - the min alphanumeric of this password policy@JSON public int getMinLength()
PasswordPolicyModel
getMinLength in interface PasswordPolicyModelpublic void setMinLength(int minLength)
PasswordPolicyModel
setMinLength in interface PasswordPolicyModelminLength - the min length of this password policy@JSON public int getMinLowerCase()
PasswordPolicyModel
getMinLowerCase in interface PasswordPolicyModelpublic void setMinLowerCase(int minLowerCase)
PasswordPolicyModel
setMinLowerCase in interface PasswordPolicyModelminLowerCase - the min lower case of this password policy@JSON public int getMinNumbers()
PasswordPolicyModel
getMinNumbers in interface PasswordPolicyModelpublic void setMinNumbers(int minNumbers)
PasswordPolicyModel
setMinNumbers in interface PasswordPolicyModelminNumbers - the min numbers of this password policy@JSON public int getMinSymbols()
PasswordPolicyModel
getMinSymbols in interface PasswordPolicyModelpublic void setMinSymbols(int minSymbols)
PasswordPolicyModel
setMinSymbols in interface PasswordPolicyModelminSymbols - the min symbols of this password policy@JSON public int getMinUpperCase()
PasswordPolicyModel
getMinUpperCase in interface PasswordPolicyModelpublic void setMinUpperCase(int minUpperCase)
PasswordPolicyModel
setMinUpperCase in interface PasswordPolicyModelminUpperCase - the min upper case of this password policy@JSON public String getRegex()
PasswordPolicyModel
getRegex in interface PasswordPolicyModelpublic void setRegex(String regex)
PasswordPolicyModel
setRegex in interface PasswordPolicyModelregex - the regex of this password policy@JSON public boolean getHistory()
PasswordPolicyModel
getHistory in interface PasswordPolicyModelpublic boolean isHistory()
PasswordPolicyModeltrue if this password policy is history.
isHistory in interface PasswordPolicyModeltrue if this password policy is history; false otherwisepublic void setHistory(boolean history)
PasswordPolicyModel
setHistory in interface PasswordPolicyModelhistory - the history of this password policy@JSON public int getHistoryCount()
PasswordPolicyModel
getHistoryCount in interface PasswordPolicyModelpublic void setHistoryCount(int historyCount)
PasswordPolicyModel
setHistoryCount in interface PasswordPolicyModelhistoryCount - the history count of this password policy@JSON public boolean getExpireable()
PasswordPolicyModel
getExpireable in interface PasswordPolicyModelpublic boolean isExpireable()
PasswordPolicyModeltrue if this password policy is expireable.
isExpireable in interface PasswordPolicyModeltrue if this password policy is expireable; false otherwisepublic void setExpireable(boolean expireable)
PasswordPolicyModel
setExpireable in interface PasswordPolicyModelexpireable - the expireable of this password policy@JSON public long getMaxAge()
PasswordPolicyModel
getMaxAge in interface PasswordPolicyModelpublic void setMaxAge(long maxAge)
PasswordPolicyModel
setMaxAge in interface PasswordPolicyModelmaxAge - the max age of this password policy@JSON public long getWarningTime()
PasswordPolicyModel
getWarningTime in interface PasswordPolicyModelpublic void setWarningTime(long warningTime)
PasswordPolicyModel
setWarningTime in interface PasswordPolicyModelwarningTime - the warning time of this password policy@JSON public int getGraceLimit()
PasswordPolicyModel
getGraceLimit in interface PasswordPolicyModelpublic void setGraceLimit(int graceLimit)
PasswordPolicyModel
setGraceLimit in interface PasswordPolicyModelgraceLimit - the grace limit of this password policy@JSON public boolean getLockout()
PasswordPolicyModel
getLockout in interface PasswordPolicyModelpublic boolean isLockout()
PasswordPolicyModeltrue if this password policy is lockout.
isLockout in interface PasswordPolicyModeltrue if this password policy is lockout; false otherwisepublic void setLockout(boolean lockout)
PasswordPolicyModel
setLockout in interface PasswordPolicyModellockout - the lockout of this password policy@JSON public int getMaxFailure()
PasswordPolicyModel
getMaxFailure in interface PasswordPolicyModelpublic void setMaxFailure(int maxFailure)
PasswordPolicyModel
setMaxFailure in interface PasswordPolicyModelmaxFailure - the max failure of this password policy@JSON public long getLockoutDuration()
PasswordPolicyModel
getLockoutDuration in interface PasswordPolicyModelpublic void setLockoutDuration(long lockoutDuration)
PasswordPolicyModel
setLockoutDuration in interface PasswordPolicyModellockoutDuration - the lockout duration of this password policy@JSON public boolean getRequireUnlock()
PasswordPolicyModel
getRequireUnlock in interface PasswordPolicyModelpublic boolean isRequireUnlock()
PasswordPolicyModeltrue if this password policy is require unlock.
isRequireUnlock in interface PasswordPolicyModeltrue if this password policy is require unlock; false otherwisepublic void setRequireUnlock(boolean requireUnlock)
PasswordPolicyModel
setRequireUnlock in interface PasswordPolicyModelrequireUnlock - the require unlock of this password policy@JSON public long getResetFailureCount()
PasswordPolicyModel
getResetFailureCount in interface PasswordPolicyModelpublic void setResetFailureCount(long resetFailureCount)
PasswordPolicyModel
setResetFailureCount in interface PasswordPolicyModelresetFailureCount - the reset failure count of this password policy@JSON public long getResetTicketMaxAge()
PasswordPolicyModel
getResetTicketMaxAge in interface PasswordPolicyModelpublic void setResetTicketMaxAge(long resetTicketMaxAge)
PasswordPolicyModel
setResetTicketMaxAge in interface PasswordPolicyModelresetTicketMaxAge - the reset ticket max age of this password policypublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordPolicy>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface PasswordPolicyModelgetExpandoBridge in class BaseModelImpl<PasswordPolicy>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PasswordPolicy>setExpandoBridgeAttributes in interface PasswordPolicyModelsetExpandoBridgeAttributes in class BaseModelImpl<PasswordPolicy>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public PasswordPolicy toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<PasswordPolicy>toEscapedModel in interface PasswordPolicyModeltoEscapedModel in class BaseModelImpl<PasswordPolicy>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<PasswordPolicy>clone in interface PasswordPolicyModelclone in interface StagedModelclone in class BaseModelImpl<PasswordPolicy>public int compareTo(PasswordPolicy passwordPolicy)
compareTo in interface PasswordPolicyModelcompareTo in interface Comparable<PasswordPolicy>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface PasswordPolicyModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<PasswordPolicy>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<PasswordPolicy>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<PasswordPolicy>resetOriginalValues in class BaseModelImpl<PasswordPolicy>public CacheModel<PasswordPolicy> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<PasswordPolicy>toCacheModel in interface PasswordPolicyModeltoCacheModel in class BaseModelImpl<PasswordPolicy>public String toString()
toString in interface PasswordPolicyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PasswordPolicy>toXmlString in interface PasswordPolicyModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||