|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<Lock>
com.liferay.portal.model.impl.LockModelImpl
@ProviderType public class LockModelImpl
The base model implementation for the Lock service. Represents a row in the "Lock_" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LockModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LockImpl.
LockImpl,
Lock,
LockModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CLASSNAME_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static long |
EXPIRATIONDATE_COLUMN_BITMASK
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
KEY_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
LOCKID_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
LockModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Lock lock)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the class name of this lock. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this lock. |
Date |
getCreateDate()
Returns the create date of this lock. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Date |
getExpirationDate()
Returns the expiration date of this lock. |
boolean |
getInheritable()
Returns the inheritable of this lock. |
String |
getKey()
Returns the key of this lock. |
long |
getLockId()
Returns the lock ID of this lock. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this lock. |
String |
getOriginalClassName()
|
long |
getOriginalCompanyId()
|
Date |
getOriginalExpirationDate()
|
String |
getOriginalKey()
|
String |
getOriginalUuid()
|
String |
getOwner()
Returns the owner of this lock. |
long |
getPrimaryKey()
Returns the primary key of this lock. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this lock. |
String |
getUserName()
Returns the user name of this lock. |
String |
getUserUuid()
Returns the user uuid of this lock. |
String |
getUuid()
Returns the uuid of this lock. |
int |
hashCode()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isInheritable()
Returns true if this lock is inheritable. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
Sets the class name of this lock. |
void |
setCompanyId(long companyId)
Sets the company ID of this lock. |
void |
setCreateDate(Date createDate)
Sets the create date of this lock. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExpirationDate(Date expirationDate)
Sets the expiration date of this lock. |
void |
setInheritable(boolean inheritable)
Sets whether this lock is inheritable. |
void |
setKey(String key)
Sets the key of this lock. |
void |
setLockId(long lockId)
Sets the lock ID of this lock. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this lock. |
void |
setOwner(String owner)
Sets the owner of this lock. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this lock. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this lock. |
void |
setUserName(String userName)
Sets the user name of this lock. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this lock. |
void |
setUuid(String uuid)
Sets the uuid of this lock. |
CacheModel<Lock> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
Lock |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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.LockModel |
|---|
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 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 CLASSNAME_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long EXPIRATIONDATE_COLUMN_BITMASK
public static final long KEY_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long LOCKID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LockModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
LockModel
getPrimaryKey in interface LockModelpublic void setPrimaryKey(long primaryKey)
LockModel
setPrimaryKey in interface LockModelprimaryKey - the primary key of this lockpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Lock>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LockModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<Lock>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LockModelprimaryKeyObj - 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<Lock>getModelAttributes in class BaseModelImpl<Lock>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<Lock>setModelAttributes in class BaseModelImpl<Lock>public long getMvccVersion()
LockModel
getMvccVersion in interface LockModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
LockModel
setMvccVersion in interface LockModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this lockpublic String getUuid()
LockModel
getUuid in interface LockModelpublic void setUuid(String uuid)
LockModel
setUuid in interface LockModeluuid - the uuid of this lockpublic String getOriginalUuid()
public long getLockId()
LockModel
getLockId in interface LockModelpublic void setLockId(long lockId)
LockModel
setLockId in interface LockModellockId - the lock ID of this lockpublic long getCompanyId()
LockModel
getCompanyId in interface LockModelpublic void setCompanyId(long companyId)
LockModel
setCompanyId in interface LockModelcompanyId - the company ID of this lockpublic long getOriginalCompanyId()
public long getUserId()
LockModel
getUserId in interface LockModelpublic void setUserId(long userId)
LockModel
setUserId in interface LockModeluserId - the user ID of this lockpublic String getUserUuid()
LockModel
getUserUuid in interface LockModelpublic void setUserUuid(String userUuid)
LockModel
setUserUuid in interface LockModeluserUuid - the user uuid of this lockpublic String getUserName()
LockModel
getUserName in interface LockModelpublic void setUserName(String userName)
LockModel
setUserName in interface LockModeluserName - the user name of this lockpublic Date getCreateDate()
LockModel
getCreateDate in interface LockModelpublic void setCreateDate(Date createDate)
LockModel
setCreateDate in interface LockModelcreateDate - the create date of this lockpublic String getClassName()
LockModel
getClassName in interface LockModelpublic void setClassName(String className)
LockModel
setClassName in interface LockModelclassName - the class name of this lockpublic String getOriginalClassName()
public String getKey()
LockModel
getKey in interface LockModelpublic void setKey(String key)
LockModel
setKey in interface LockModelkey - the key of this lockpublic String getOriginalKey()
public String getOwner()
LockModel
getOwner in interface LockModelpublic void setOwner(String owner)
LockModel
setOwner in interface LockModelowner - the owner of this lockpublic boolean getInheritable()
LockModel
getInheritable in interface LockModelpublic boolean isInheritable()
LockModeltrue if this lock is inheritable.
isInheritable in interface LockModeltrue if this lock is inheritable; false otherwisepublic void setInheritable(boolean inheritable)
LockModel
setInheritable in interface LockModelinheritable - the inheritable of this lockpublic Date getExpirationDate()
LockModel
getExpirationDate in interface LockModelpublic void setExpirationDate(Date expirationDate)
LockModel
setExpirationDate in interface LockModelexpirationDate - the expiration date of this lockpublic Date getOriginalExpirationDate()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Lock>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LockModelgetExpandoBridge in class BaseModelImpl<Lock>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Lock>setExpandoBridgeAttributes in interface LockModelsetExpandoBridgeAttributes in class BaseModelImpl<Lock>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public Lock toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<Lock>toEscapedModel in interface LockModeltoEscapedModel in class BaseModelImpl<Lock>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<Lock>clone in interface LockModelclone in class BaseModelImpl<Lock>public int compareTo(Lock lock)
compareTo in interface LockModelcompareTo in interface Comparable<Lock>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LockModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<Lock>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<Lock>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<Lock>resetOriginalValues in class BaseModelImpl<Lock>public CacheModel<Lock> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<Lock>toCacheModel in interface LockModeltoCacheModel in class BaseModelImpl<Lock>public String toString()
toString in interface LockModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Lock>toXmlString in interface LockModel
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||