|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordPolicyModel
The base model interface for the PasswordPolicy service. Represents a row in the "PasswordPolicy" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation PasswordPolicyModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in PasswordPolicyImpl.
Never modify or reference this interface directly. All methods that expect a password policy model instance should use the PasswordPolicy interface instead.
PasswordPolicy,
PasswordPolicyImpl,
PasswordPolicyModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PasswordPolicy passwordPolicy)
|
boolean |
getAllowDictionaryWords()
Gets the allow dictionary words of this password policy. |
boolean |
getChangeable()
Gets the changeable of this password policy. |
boolean |
getChangeRequired()
Gets the change required of this password policy. |
boolean |
getCheckSyntax()
Gets the check syntax of this password policy. |
long |
getCompanyId()
Gets the company id of this password policy. |
Date |
getCreateDate()
Gets the create date of this password policy. |
boolean |
getDefaultPolicy()
Gets the default policy of this password policy. |
String |
getDescription()
Gets the description of this password policy. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
boolean |
getExpireable()
Gets the expireable of this password policy. |
int |
getGraceLimit()
Gets the grace limit of this password policy. |
boolean |
getHistory()
Gets the history of this password policy. |
int |
getHistoryCount()
Gets the history count of this password policy. |
boolean |
getLockout()
Gets the lockout of this password policy. |
long |
getLockoutDuration()
Gets the lockout duration of this password policy. |
long |
getMaxAge()
Gets the max age of this password policy. |
int |
getMaxFailure()
Gets the max failure of this password policy. |
long |
getMinAge()
Gets the min age of this password policy. |
int |
getMinAlphanumeric()
Gets the min alphanumeric of this password policy. |
int |
getMinLength()
Gets the min length of this password policy. |
int |
getMinLowerCase()
Gets the min lower case of this password policy. |
int |
getMinNumbers()
Gets the min numbers of this password policy. |
int |
getMinSymbols()
Gets the min symbols of this password policy. |
int |
getMinUpperCase()
Gets the min upper case of this password policy. |
Date |
getModifiedDate()
Gets the modified date of this password policy. |
String |
getName()
Gets the name of this password policy. |
long |
getPasswordPolicyId()
Gets the password policy id of this password policy. |
long |
getPrimaryKey()
Gets the primary key of this password policy. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
boolean |
getRequireUnlock()
Gets the require unlock of this password policy. |
long |
getResetFailureCount()
Gets the reset failure count of this password policy. |
long |
getResetTicketMaxAge()
Gets the reset ticket max age of this password policy. |
long |
getUserId()
Gets the user id of this password policy. |
String |
getUserName()
Gets the user name of this password policy. |
String |
getUserUuid()
Gets the user uuid of this password policy. |
long |
getWarningTime()
Gets the warning time of this password policy. |
int |
hashCode()
|
boolean |
isAllowDictionaryWords()
Determines whether this password policy is allow dictionary words. |
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isChangeable()
Determines whether this password policy is changeable. |
boolean |
isChangeRequired()
Determines whether this password policy is change required. |
boolean |
isCheckSyntax()
Determines whether this password policy is check syntax. |
boolean |
isDefaultPolicy()
Determines whether this password policy is default policy. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isExpireable()
Determines whether this password policy is expireable. |
boolean |
isHistory()
Determines whether this password policy is history. |
boolean |
isLockout()
Determines whether this password policy is lockout. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRequireUnlock()
Determines whether this password policy is require unlock. |
void |
setAllowDictionaryWords(boolean allowDictionaryWords)
Sets whether this {$entity.humanName} is allow dictionary words. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setChangeable(boolean changeable)
Sets whether this {$entity.humanName} is changeable. |
void |
setChangeRequired(boolean changeRequired)
Sets whether this {$entity.humanName} is change required. |
void |
setCheckSyntax(boolean checkSyntax)
Sets whether this {$entity.humanName} 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 {$entity.humanName} is default policy. |
void |
setDescription(String description)
Sets the description of this password policy. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 {$entity.humanName} is expireable. |
void |
setGraceLimit(int graceLimit)
Sets the grace limit of this password policy. |
void |
setHistory(boolean history)
Sets whether this {$entity.humanName} is history. |
void |
setHistoryCount(int historyCount)
Sets the history count of this password policy. |
void |
setLockout(boolean lockout)
Sets whether this {$entity.humanName} 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 |
setModifiedDate(Date modifiedDate)
Sets the modified date of this password policy. |
void |
setName(String name)
Sets the name of this password policy. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPasswordPolicyId(long passwordPolicyId)
Sets the password policy id of this password policy. |
void |
setPrimaryKey(long pk)
Sets the primary key of this password policy |
void |
setRequireUnlock(boolean requireUnlock)
Sets whether this {$entity.humanName} 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 |
setWarningTime(long warningTime)
Sets the warning time of this password policy. |
PasswordPolicy |
toEscapedModel()
Gets a copy of this password policy as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
pk - the primary key of this password policylong getPasswordPolicyId()
void setPasswordPolicyId(long passwordPolicyId)
passwordPolicyId - the password policy id of this password policylong getCompanyId()
void setCompanyId(long companyId)
companyId - the company id of this password policylong getUserId()
void setUserId(long userId)
userId - the user id of this password policy
String getUserUuid()
throws SystemException
SystemException - if a system exception occurredvoid setUserUuid(String userUuid)
userUuid - the user uuid of this password policy@AutoEscape String getUserName()
void setUserName(String userName)
userName - the user name of this password policyDate getCreateDate()
void setCreateDate(Date createDate)
createDate - the create date of this password policyDate getModifiedDate()
void setModifiedDate(Date modifiedDate)
modifiedDate - the modified date of this password policyboolean getDefaultPolicy()
boolean isDefaultPolicy()
void setDefaultPolicy(boolean defaultPolicy)
defaultPolicy - the default policy of this password policy@AutoEscape String getName()
void setName(String name)
name - the name of this password policy@AutoEscape String getDescription()
void setDescription(String description)
description - the description of this password policyboolean getChangeable()
boolean isChangeable()
void setChangeable(boolean changeable)
changeable - the changeable of this password policyboolean getChangeRequired()
boolean isChangeRequired()
void setChangeRequired(boolean changeRequired)
changeRequired - the change required of this password policylong getMinAge()
void setMinAge(long minAge)
minAge - the min age of this password policyboolean getCheckSyntax()
boolean isCheckSyntax()
void setCheckSyntax(boolean checkSyntax)
checkSyntax - the check syntax of this password policyboolean getAllowDictionaryWords()
boolean isAllowDictionaryWords()
void setAllowDictionaryWords(boolean allowDictionaryWords)
allowDictionaryWords - the allow dictionary words of this password policyint getMinAlphanumeric()
void setMinAlphanumeric(int minAlphanumeric)
minAlphanumeric - the min alphanumeric of this password policyint getMinLength()
void setMinLength(int minLength)
minLength - the min length of this password policyint getMinLowerCase()
void setMinLowerCase(int minLowerCase)
minLowerCase - the min lower case of this password policyint getMinNumbers()
void setMinNumbers(int minNumbers)
minNumbers - the min numbers of this password policyint getMinSymbols()
void setMinSymbols(int minSymbols)
minSymbols - the min symbols of this password policyint getMinUpperCase()
void setMinUpperCase(int minUpperCase)
minUpperCase - the min upper case of this password policyboolean getHistory()
boolean isHistory()
void setHistory(boolean history)
history - the history of this password policyint getHistoryCount()
void setHistoryCount(int historyCount)
historyCount - the history count of this password policyboolean getExpireable()
boolean isExpireable()
void setExpireable(boolean expireable)
expireable - the expireable of this password policylong getMaxAge()
void setMaxAge(long maxAge)
maxAge - the max age of this password policylong getWarningTime()
void setWarningTime(long warningTime)
warningTime - the warning time of this password policyint getGraceLimit()
void setGraceLimit(int graceLimit)
graceLimit - the grace limit of this password policyboolean getLockout()
boolean isLockout()
void setLockout(boolean lockout)
lockout - the lockout of this password policyint getMaxFailure()
void setMaxFailure(int maxFailure)
maxFailure - the max failure of this password policylong getLockoutDuration()
void setLockoutDuration(long lockoutDuration)
lockoutDuration - the lockout duration of this password policyboolean getRequireUnlock()
boolean isRequireUnlock()
void setRequireUnlock(boolean requireUnlock)
requireUnlock - the require unlock of this password policylong getResetFailureCount()
void setResetFailureCount(long resetFailureCount)
resetFailureCount - the reset failure count of this password policylong getResetTicketMaxAge()
void setResetTicketMaxAge(long resetTicketMaxAge)
resetTicketMaxAge - the reset ticket max age of this password policyPasswordPolicy toEscapedModel()
AutoEscapeBeanHandler.
AutoEscapeBeanHandlerboolean 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 is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<PasswordPolicy>escapedModel - whether this model instance is escapedAutoEscapeBeanHandlerSerializable 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||