|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordPolicyModel
This interface is a model that represents the PasswordPolicy table in the database.
PasswordPolicy,
PasswordPolicyImpl,
PasswordPolicyModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PasswordPolicy passwordPolicy)
|
boolean |
getAllowDictionaryWords()
|
boolean |
getChangeable()
|
boolean |
getChangeRequired()
|
boolean |
getCheckSyntax()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
boolean |
getDefaultPolicy()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
boolean |
getExpireable()
|
int |
getGraceLimit()
|
boolean |
getHistory()
|
int |
getHistoryCount()
|
boolean |
getLockout()
|
long |
getLockoutDuration()
|
long |
getMaxAge()
|
int |
getMaxFailure()
|
long |
getMinAge()
|
int |
getMinAlphanumeric()
|
int |
getMinLength()
|
int |
getMinLowerCase()
|
int |
getMinNumbers()
|
int |
getMinSymbols()
|
int |
getMinUpperCase()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getPasswordPolicyId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getRequireUnlock()
|
long |
getResetFailureCount()
|
long |
getResetTicketMaxAge()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
long |
getWarningTime()
|
int |
hashCode()
|
boolean |
isAllowDictionaryWords()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isChangeable()
|
boolean |
isChangeRequired()
|
boolean |
isCheckSyntax()
|
boolean |
isDefaultPolicy()
|
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isExpireable()
|
boolean |
isHistory()
|
boolean |
isLockout()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRequireUnlock()
|
void |
setAllowDictionaryWords(boolean allowDictionaryWords)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setChangeable(boolean changeable)
|
void |
setChangeRequired(boolean changeRequired)
|
void |
setCheckSyntax(boolean checkSyntax)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDefaultPolicy(boolean defaultPolicy)
|
void |
setDescription(String description)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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)
|
void |
setGraceLimit(int graceLimit)
|
void |
setHistory(boolean history)
|
void |
setHistoryCount(int historyCount)
|
void |
setLockout(boolean lockout)
|
void |
setLockoutDuration(long lockoutDuration)
|
void |
setMaxAge(long maxAge)
|
void |
setMaxFailure(int maxFailure)
|
void |
setMinAge(long minAge)
|
void |
setMinAlphanumeric(int minAlphanumeric)
|
void |
setMinLength(int minLength)
|
void |
setMinLowerCase(int minLowerCase)
|
void |
setMinNumbers(int minNumbers)
|
void |
setMinSymbols(int minSymbols)
|
void |
setMinUpperCase(int minUpperCase)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPasswordPolicyId(long passwordPolicyId)
|
void |
setPrimaryKey(long pk)
|
void |
setRequireUnlock(boolean requireUnlock)
|
void |
setResetFailureCount(long resetFailureCount)
|
void |
setResetTicketMaxAge(long resetTicketMaxAge)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setWarningTime(long warningTime)
|
PasswordPolicy |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
long getPasswordPolicyId()
void setPasswordPolicyId(long passwordPolicyId)
long getCompanyId()
void setCompanyId(long companyId)
long getUserId()
void setUserId(long userId)
String getUserUuid()
throws SystemException
SystemExceptionvoid setUserUuid(String userUuid)
String getUserName()
void setUserName(String userName)
Date getCreateDate()
void setCreateDate(Date createDate)
Date getModifiedDate()
void setModifiedDate(Date modifiedDate)
boolean getDefaultPolicy()
boolean isDefaultPolicy()
void setDefaultPolicy(boolean defaultPolicy)
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
boolean getChangeable()
boolean isChangeable()
void setChangeable(boolean changeable)
boolean getChangeRequired()
boolean isChangeRequired()
void setChangeRequired(boolean changeRequired)
long getMinAge()
void setMinAge(long minAge)
boolean getCheckSyntax()
boolean isCheckSyntax()
void setCheckSyntax(boolean checkSyntax)
boolean getAllowDictionaryWords()
boolean isAllowDictionaryWords()
void setAllowDictionaryWords(boolean allowDictionaryWords)
int getMinAlphanumeric()
void setMinAlphanumeric(int minAlphanumeric)
int getMinLength()
void setMinLength(int minLength)
int getMinLowerCase()
void setMinLowerCase(int minLowerCase)
int getMinNumbers()
void setMinNumbers(int minNumbers)
int getMinSymbols()
void setMinSymbols(int minSymbols)
int getMinUpperCase()
void setMinUpperCase(int minUpperCase)
boolean getHistory()
boolean isHistory()
void setHistory(boolean history)
int getHistoryCount()
void setHistoryCount(int historyCount)
boolean getExpireable()
boolean isExpireable()
void setExpireable(boolean expireable)
long getMaxAge()
void setMaxAge(long maxAge)
long getWarningTime()
void setWarningTime(long warningTime)
int getGraceLimit()
void setGraceLimit(int graceLimit)
boolean getLockout()
boolean isLockout()
void setLockout(boolean lockout)
int getMaxFailure()
void setMaxFailure(int maxFailure)
long getLockoutDuration()
void setLockoutDuration(long lockoutDuration)
boolean getRequireUnlock()
boolean isRequireUnlock()
void setRequireUnlock(boolean requireUnlock)
long getResetFailureCount()
void setResetFailureCount(long resetFailureCount)
long getResetTicketMaxAge()
void setResetTicketMaxAge(long resetTicketMaxAge)
PasswordPolicy toEscapedModel()
boolean isNew()
BaseModel
isNew in interface BaseModel<PasswordPolicy>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<PasswordPolicy>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<PasswordPolicy>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<PasswordPolicy>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<PasswordPolicy>true if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<PasswordPolicy>escapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordPolicy>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordPolicy>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PasswordPolicy>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<PasswordPolicy>int compareTo(PasswordPolicy passwordPolicy)
compareTo in interface Comparable<PasswordPolicy>int hashCode()
hashCode in class ObjectString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<PasswordPolicy>
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||