|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.PasswordPolicyWrapper
public class PasswordPolicyWrapper
This class is a wrapper for PasswordPolicy.
PasswordPolicy,
Serialized Form| Constructor Summary | |
|---|---|
PasswordPolicyWrapper(PasswordPolicy passwordPolicy)
|
|
| 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()
|
PasswordPolicy |
getWrappedPasswordPolicy()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordPolicyWrapper(PasswordPolicy passwordPolicy)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface PasswordPolicyModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface PasswordPolicyModelpublic long getPasswordPolicyId()
getPasswordPolicyId in interface PasswordPolicyModelpublic void setPasswordPolicyId(long passwordPolicyId)
setPasswordPolicyId in interface PasswordPolicyModelpublic long getCompanyId()
getCompanyId in interface PasswordPolicyModelpublic void setCompanyId(long companyId)
setCompanyId in interface PasswordPolicyModelpublic long getUserId()
getUserId in interface PasswordPolicyModelpublic void setUserId(long userId)
setUserId in interface PasswordPolicyModel
public String getUserUuid()
throws SystemException
getUserUuid in interface PasswordPolicyModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface PasswordPolicyModelpublic String getUserName()
getUserName in interface PasswordPolicyModelpublic void setUserName(String userName)
setUserName in interface PasswordPolicyModelpublic Date getCreateDate()
getCreateDate in interface PasswordPolicyModelpublic void setCreateDate(Date createDate)
setCreateDate in interface PasswordPolicyModelpublic Date getModifiedDate()
getModifiedDate in interface PasswordPolicyModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface PasswordPolicyModelpublic boolean getDefaultPolicy()
getDefaultPolicy in interface PasswordPolicyModelpublic boolean isDefaultPolicy()
isDefaultPolicy in interface PasswordPolicyModelpublic void setDefaultPolicy(boolean defaultPolicy)
setDefaultPolicy in interface PasswordPolicyModelpublic String getName()
getName in interface PasswordPolicyModelpublic void setName(String name)
setName in interface PasswordPolicyModelpublic String getDescription()
getDescription in interface PasswordPolicyModelpublic void setDescription(String description)
setDescription in interface PasswordPolicyModelpublic boolean getChangeable()
getChangeable in interface PasswordPolicyModelpublic boolean isChangeable()
isChangeable in interface PasswordPolicyModelpublic void setChangeable(boolean changeable)
setChangeable in interface PasswordPolicyModelpublic boolean getChangeRequired()
getChangeRequired in interface PasswordPolicyModelpublic boolean isChangeRequired()
isChangeRequired in interface PasswordPolicyModelpublic void setChangeRequired(boolean changeRequired)
setChangeRequired in interface PasswordPolicyModelpublic long getMinAge()
getMinAge in interface PasswordPolicyModelpublic void setMinAge(long minAge)
setMinAge in interface PasswordPolicyModelpublic boolean getCheckSyntax()
getCheckSyntax in interface PasswordPolicyModelpublic boolean isCheckSyntax()
isCheckSyntax in interface PasswordPolicyModelpublic void setCheckSyntax(boolean checkSyntax)
setCheckSyntax in interface PasswordPolicyModelpublic boolean getAllowDictionaryWords()
getAllowDictionaryWords in interface PasswordPolicyModelpublic boolean isAllowDictionaryWords()
isAllowDictionaryWords in interface PasswordPolicyModelpublic void setAllowDictionaryWords(boolean allowDictionaryWords)
setAllowDictionaryWords in interface PasswordPolicyModelpublic int getMinAlphanumeric()
getMinAlphanumeric in interface PasswordPolicyModelpublic void setMinAlphanumeric(int minAlphanumeric)
setMinAlphanumeric in interface PasswordPolicyModelpublic int getMinLength()
getMinLength in interface PasswordPolicyModelpublic void setMinLength(int minLength)
setMinLength in interface PasswordPolicyModelpublic int getMinLowerCase()
getMinLowerCase in interface PasswordPolicyModelpublic void setMinLowerCase(int minLowerCase)
setMinLowerCase in interface PasswordPolicyModelpublic int getMinNumbers()
getMinNumbers in interface PasswordPolicyModelpublic void setMinNumbers(int minNumbers)
setMinNumbers in interface PasswordPolicyModelpublic int getMinSymbols()
getMinSymbols in interface PasswordPolicyModelpublic void setMinSymbols(int minSymbols)
setMinSymbols in interface PasswordPolicyModelpublic int getMinUpperCase()
getMinUpperCase in interface PasswordPolicyModelpublic void setMinUpperCase(int minUpperCase)
setMinUpperCase in interface PasswordPolicyModelpublic boolean getHistory()
getHistory in interface PasswordPolicyModelpublic boolean isHistory()
isHistory in interface PasswordPolicyModelpublic void setHistory(boolean history)
setHistory in interface PasswordPolicyModelpublic int getHistoryCount()
getHistoryCount in interface PasswordPolicyModelpublic void setHistoryCount(int historyCount)
setHistoryCount in interface PasswordPolicyModelpublic boolean getExpireable()
getExpireable in interface PasswordPolicyModelpublic boolean isExpireable()
isExpireable in interface PasswordPolicyModelpublic void setExpireable(boolean expireable)
setExpireable in interface PasswordPolicyModelpublic long getMaxAge()
getMaxAge in interface PasswordPolicyModelpublic void setMaxAge(long maxAge)
setMaxAge in interface PasswordPolicyModelpublic long getWarningTime()
getWarningTime in interface PasswordPolicyModelpublic void setWarningTime(long warningTime)
setWarningTime in interface PasswordPolicyModelpublic int getGraceLimit()
getGraceLimit in interface PasswordPolicyModelpublic void setGraceLimit(int graceLimit)
setGraceLimit in interface PasswordPolicyModelpublic boolean getLockout()
getLockout in interface PasswordPolicyModelpublic boolean isLockout()
isLockout in interface PasswordPolicyModelpublic void setLockout(boolean lockout)
setLockout in interface PasswordPolicyModelpublic int getMaxFailure()
getMaxFailure in interface PasswordPolicyModelpublic void setMaxFailure(int maxFailure)
setMaxFailure in interface PasswordPolicyModelpublic long getLockoutDuration()
getLockoutDuration in interface PasswordPolicyModelpublic void setLockoutDuration(long lockoutDuration)
setLockoutDuration in interface PasswordPolicyModelpublic boolean getRequireUnlock()
getRequireUnlock in interface PasswordPolicyModelpublic boolean isRequireUnlock()
isRequireUnlock in interface PasswordPolicyModelpublic void setRequireUnlock(boolean requireUnlock)
setRequireUnlock in interface PasswordPolicyModelpublic long getResetFailureCount()
getResetFailureCount in interface PasswordPolicyModelpublic void setResetFailureCount(long resetFailureCount)
setResetFailureCount in interface PasswordPolicyModelpublic long getResetTicketMaxAge()
getResetTicketMaxAge in interface PasswordPolicyModelpublic void setResetTicketMaxAge(long resetTicketMaxAge)
setResetTicketMaxAge in interface PasswordPolicyModelpublic PasswordPolicy toEscapedModel()
toEscapedModel in interface PasswordPolicyModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<PasswordPolicy>isNew in interface PasswordPolicyModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<PasswordPolicy>setNew in interface PasswordPolicyModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<PasswordPolicy>isCachedModel in interface PasswordPolicyModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<PasswordPolicy>setCachedModel in interface PasswordPolicyModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<PasswordPolicy>isEscapedModel in interface PasswordPolicyModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public 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>setEscapedModel in interface PasswordPolicyModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordPolicy>getPrimaryKeyObj in interface PasswordPolicyModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordPolicy>getExpandoBridge in interface PasswordPolicyModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PasswordPolicy>setExpandoBridgeAttributes in interface PasswordPolicyModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<PasswordPolicy>clone in interface PasswordPolicyModelclone in class Objectpublic int compareTo(PasswordPolicy passwordPolicy)
compareTo in interface PasswordPolicyModelcompareTo in interface Comparable<PasswordPolicy>public int hashCode()
hashCode in interface PasswordPolicyModelhashCode in class Objectpublic String toString()
toString in interface PasswordPolicyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PasswordPolicy>toXmlString in interface PasswordPolicyModelpublic PasswordPolicy getWrappedPasswordPolicy()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||