|
Liferay 6.0.4 | |||||||||
| 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
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.
Never modify or reference this class directly. All methods that expect a password policy model instance should use the PasswordPolicy interface instead.
PasswordPolicyImpl,
PasswordPolicy,
PasswordPolicyModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| 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()
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 |
getOriginalCompanyId()
|
boolean |
getOriginalDefaultPolicy()
|
String |
getOriginalName()
|
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 |
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 |
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 |
isRequireUnlock()
Determines whether this password policy is require unlock. |
void |
setAllowDictionaryWords(boolean allowDictionaryWords)
Sets whether this {$entity.humanName} is allow dictionary words. |
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 |
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 |
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. |
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()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| 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, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
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 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 pk)
PasswordPolicyModel
setPrimaryKey in interface PasswordPolicyModelpk - the primary key of this password policypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordPolicy>getPrimaryKeyObj in interface PasswordPolicyModelpublic long getPasswordPolicyId()
PasswordPolicyModel
getPasswordPolicyId in interface PasswordPolicyModelpublic void setPasswordPolicyId(long passwordPolicyId)
PasswordPolicyModel
setPasswordPolicyId in interface PasswordPolicyModelpasswordPolicyId - the password policy id of this password policypublic long getCompanyId()
PasswordPolicyModel
getCompanyId in interface PasswordPolicyModelpublic void setCompanyId(long companyId)
PasswordPolicyModel
setCompanyId in interface PasswordPolicyModelcompanyId - the company id of this password policypublic long getOriginalCompanyId()
public long getUserId()
PasswordPolicyModel
getUserId in interface PasswordPolicyModelpublic void setUserId(long userId)
PasswordPolicyModel
setUserId in interface PasswordPolicyModeluserId - the user id of this password policy
public String getUserUuid()
throws SystemException
PasswordPolicyModel
getUserUuid in interface PasswordPolicyModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
PasswordPolicyModel
setUserUuid in interface PasswordPolicyModeluserUuid - the user uuid of this password policypublic String getUserName()
PasswordPolicyModel
getUserName in interface PasswordPolicyModelpublic void setUserName(String userName)
PasswordPolicyModel
setUserName in interface PasswordPolicyModeluserName - the user name of this password policypublic Date getCreateDate()
PasswordPolicyModel
getCreateDate in interface PasswordPolicyModelpublic void setCreateDate(Date createDate)
PasswordPolicyModel
setCreateDate in interface PasswordPolicyModelcreateDate - the create date of this password policypublic Date getModifiedDate()
PasswordPolicyModel
getModifiedDate in interface PasswordPolicyModelpublic void setModifiedDate(Date modifiedDate)
PasswordPolicyModel
setModifiedDate in interface PasswordPolicyModelmodifiedDate - the modified date of this password policypublic boolean getDefaultPolicy()
PasswordPolicyModel
getDefaultPolicy in interface PasswordPolicyModelpublic boolean isDefaultPolicy()
PasswordPolicyModel
isDefaultPolicy in interface PasswordPolicyModelpublic void setDefaultPolicy(boolean defaultPolicy)
PasswordPolicyModel
setDefaultPolicy in interface PasswordPolicyModeldefaultPolicy - the default policy of this password policypublic boolean getOriginalDefaultPolicy()
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()
public String getDescription()
PasswordPolicyModel
getDescription in interface PasswordPolicyModelpublic void setDescription(String description)
PasswordPolicyModel
setDescription in interface PasswordPolicyModeldescription - the description of this password policypublic boolean getChangeable()
PasswordPolicyModel
getChangeable in interface PasswordPolicyModelpublic boolean isChangeable()
PasswordPolicyModel
isChangeable in interface PasswordPolicyModelpublic void setChangeable(boolean changeable)
PasswordPolicyModel
setChangeable in interface PasswordPolicyModelchangeable - the changeable of this password policypublic boolean getChangeRequired()
PasswordPolicyModel
getChangeRequired in interface PasswordPolicyModelpublic boolean isChangeRequired()
PasswordPolicyModel
isChangeRequired in interface PasswordPolicyModelpublic void setChangeRequired(boolean changeRequired)
PasswordPolicyModel
setChangeRequired in interface PasswordPolicyModelchangeRequired - the change required of this password policypublic long getMinAge()
PasswordPolicyModel
getMinAge in interface PasswordPolicyModelpublic void setMinAge(long minAge)
PasswordPolicyModel
setMinAge in interface PasswordPolicyModelminAge - the min age of this password policypublic boolean getCheckSyntax()
PasswordPolicyModel
getCheckSyntax in interface PasswordPolicyModelpublic boolean isCheckSyntax()
PasswordPolicyModel
isCheckSyntax in interface PasswordPolicyModelpublic void setCheckSyntax(boolean checkSyntax)
PasswordPolicyModel
setCheckSyntax in interface PasswordPolicyModelcheckSyntax - the check syntax of this password policypublic boolean getAllowDictionaryWords()
PasswordPolicyModel
getAllowDictionaryWords in interface PasswordPolicyModelpublic boolean isAllowDictionaryWords()
PasswordPolicyModel
isAllowDictionaryWords in interface PasswordPolicyModelpublic void setAllowDictionaryWords(boolean allowDictionaryWords)
PasswordPolicyModel
setAllowDictionaryWords in interface PasswordPolicyModelallowDictionaryWords - the allow dictionary words of this password policypublic int getMinAlphanumeric()
PasswordPolicyModel
getMinAlphanumeric in interface PasswordPolicyModelpublic void setMinAlphanumeric(int minAlphanumeric)
PasswordPolicyModel
setMinAlphanumeric in interface PasswordPolicyModelminAlphanumeric - the min alphanumeric of this password policypublic int getMinLength()
PasswordPolicyModel
getMinLength in interface PasswordPolicyModelpublic void setMinLength(int minLength)
PasswordPolicyModel
setMinLength in interface PasswordPolicyModelminLength - the min length of this password policypublic int getMinLowerCase()
PasswordPolicyModel
getMinLowerCase in interface PasswordPolicyModelpublic void setMinLowerCase(int minLowerCase)
PasswordPolicyModel
setMinLowerCase in interface PasswordPolicyModelminLowerCase - the min lower case of this password policypublic int getMinNumbers()
PasswordPolicyModel
getMinNumbers in interface PasswordPolicyModelpublic void setMinNumbers(int minNumbers)
PasswordPolicyModel
setMinNumbers in interface PasswordPolicyModelminNumbers - the min numbers of this password policypublic int getMinSymbols()
PasswordPolicyModel
getMinSymbols in interface PasswordPolicyModelpublic void setMinSymbols(int minSymbols)
PasswordPolicyModel
setMinSymbols in interface PasswordPolicyModelminSymbols - the min symbols of this password policypublic int getMinUpperCase()
PasswordPolicyModel
getMinUpperCase in interface PasswordPolicyModelpublic void setMinUpperCase(int minUpperCase)
PasswordPolicyModel
setMinUpperCase in interface PasswordPolicyModelminUpperCase - the min upper case of this password policypublic boolean getHistory()
PasswordPolicyModel
getHistory in interface PasswordPolicyModelpublic boolean isHistory()
PasswordPolicyModel
isHistory in interface PasswordPolicyModelpublic void setHistory(boolean history)
PasswordPolicyModel
setHistory in interface PasswordPolicyModelhistory - the history of this password policypublic int getHistoryCount()
PasswordPolicyModel
getHistoryCount in interface PasswordPolicyModelpublic void setHistoryCount(int historyCount)
PasswordPolicyModel
setHistoryCount in interface PasswordPolicyModelhistoryCount - the history count of this password policypublic boolean getExpireable()
PasswordPolicyModel
getExpireable in interface PasswordPolicyModelpublic boolean isExpireable()
PasswordPolicyModel
isExpireable in interface PasswordPolicyModelpublic void setExpireable(boolean expireable)
PasswordPolicyModel
setExpireable in interface PasswordPolicyModelexpireable - the expireable of this password policypublic long getMaxAge()
PasswordPolicyModel
getMaxAge in interface PasswordPolicyModelpublic void setMaxAge(long maxAge)
PasswordPolicyModel
setMaxAge in interface PasswordPolicyModelmaxAge - the max age of this password policypublic long getWarningTime()
PasswordPolicyModel
getWarningTime in interface PasswordPolicyModelpublic void setWarningTime(long warningTime)
PasswordPolicyModel
setWarningTime in interface PasswordPolicyModelwarningTime - the warning time of this password policypublic int getGraceLimit()
PasswordPolicyModel
getGraceLimit in interface PasswordPolicyModelpublic void setGraceLimit(int graceLimit)
PasswordPolicyModel
setGraceLimit in interface PasswordPolicyModelgraceLimit - the grace limit of this password policypublic boolean getLockout()
PasswordPolicyModel
getLockout in interface PasswordPolicyModelpublic boolean isLockout()
PasswordPolicyModel
isLockout in interface PasswordPolicyModelpublic void setLockout(boolean lockout)
PasswordPolicyModel
setLockout in interface PasswordPolicyModellockout - the lockout of this password policypublic int getMaxFailure()
PasswordPolicyModel
getMaxFailure in interface PasswordPolicyModelpublic void setMaxFailure(int maxFailure)
PasswordPolicyModel
setMaxFailure in interface PasswordPolicyModelmaxFailure - the max failure of this password policypublic long getLockoutDuration()
PasswordPolicyModel
getLockoutDuration in interface PasswordPolicyModelpublic void setLockoutDuration(long lockoutDuration)
PasswordPolicyModel
setLockoutDuration in interface PasswordPolicyModellockoutDuration - the lockout duration of this password policypublic boolean getRequireUnlock()
PasswordPolicyModel
getRequireUnlock in interface PasswordPolicyModelpublic boolean isRequireUnlock()
PasswordPolicyModel
isRequireUnlock in interface PasswordPolicyModelpublic void setRequireUnlock(boolean requireUnlock)
PasswordPolicyModel
setRequireUnlock in interface PasswordPolicyModelrequireUnlock - the require unlock of this password policypublic long getResetFailureCount()
PasswordPolicyModel
getResetFailureCount in interface PasswordPolicyModelpublic void setResetFailureCount(long resetFailureCount)
PasswordPolicyModel
setResetFailureCount in interface PasswordPolicyModelresetFailureCount - the reset failure count of this password policypublic 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 PasswordPolicy toEscapedModel()
PasswordPolicyModelAutoEscapeBeanHandler.
toEscapedModel in interface PasswordPolicyModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordPolicy>getExpandoBridge 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 retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<PasswordPolicy>clone in interface PasswordPolicyModelclone 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 String toString()
toString in interface PasswordPolicyModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PasswordPolicy>toXmlString in interface PasswordPolicyModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||