|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<AssetTag>
com.liferay.portlet.asset.model.impl.AssetTagModelImpl
@JSON(strict=true) public class AssetTagModelImpl
The base model implementation for the AssetTag service. Represents a row in the "AssetTag" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetTagModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetTagImpl
.
AssetTagImpl
,
AssetTag
,
AssetTagModel
,
Serialized FormField Summary | |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static Object[][] |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
|
static long |
NAME_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
|
Constructor Summary | |
---|---|
AssetTagModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetTag assetTag)
|
boolean |
equals(Object obj)
|
int |
getAssetCount()
Returns the asset count of this asset tag. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this asset tag. |
Date |
getCreateDate()
Returns the create date of this asset tag. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this asset tag. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this asset tag. |
String |
getName()
Returns the name of this asset tag. |
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
long |
getPrimaryKey()
Returns the primary key of this asset tag. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getTagId()
Returns the tag ID of this asset tag. |
long |
getUserId()
Returns the user ID of this asset tag. |
String |
getUserName()
Returns the user name of this asset tag. |
String |
getUserUuid()
Returns the user uuid of this asset tag. |
int |
hashCode()
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setAssetCount(int assetCount)
Sets the asset count of this asset tag. |
void |
setCompanyId(long companyId)
Sets the company ID of this asset tag. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset tag. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this asset tag. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset tag. |
void |
setName(String name)
Sets the name of this asset tag. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset tag. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setTagId(long tagId)
Sets the tag ID of this asset tag. |
void |
setUserId(long userId)
Sets the user ID of this asset tag. |
void |
setUserName(String userName)
Sets the user name of this asset tag. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset tag. |
CacheModel<AssetTag> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
AssetTag |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
static AssetTag |
toModel(AssetTagSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<AssetTag> |
toModels(AssetTagSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
AssetTag |
toUnescapedModel()
|
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, setNew |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.asset.model.AssetTagModel |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, 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 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 long GROUPID_COLUMN_BITMASK
public static long NAME_COLUMN_BITMASK
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
public static final Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public AssetTagModelImpl()
Method Detail |
---|
public static AssetTag toModel(AssetTagSoap soapModel)
soapModel
- the soap model instance to convert
public static List<AssetTag> toModels(AssetTagSoap[] soapModels)
soapModels
- the soap model instances to convert
public long getPrimaryKey()
AssetTagModel
getPrimaryKey
in interface AssetTagModel
public void setPrimaryKey(long primaryKey)
AssetTagModel
setPrimaryKey
in interface AssetTagModel
primaryKey
- the primary key of this asset tagpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<AssetTag>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface AssetTagModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<AssetTag>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface AssetTagModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<AssetTag>
getModelAttributes
in class BaseModelImpl<AssetTag>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<AssetTag>
setModelAttributes
in class BaseModelImpl<AssetTag>
@JSON public long getTagId()
AssetTagModel
getTagId
in interface AssetTagModel
public void setTagId(long tagId)
AssetTagModel
setTagId
in interface AssetTagModel
tagId
- the tag ID of this asset tag@JSON public long getGroupId()
AssetTagModel
getGroupId
in interface GroupedModel
getGroupId
in interface AssetTagModel
public void setGroupId(long groupId)
AssetTagModel
setGroupId
in interface GroupedModel
setGroupId
in interface AssetTagModel
groupId
- the group ID of this asset tagpublic long getOriginalGroupId()
@JSON public long getCompanyId()
AssetTagModel
getCompanyId
in interface AuditedModel
getCompanyId
in interface AssetTagModel
public void setCompanyId(long companyId)
AssetTagModel
setCompanyId
in interface AuditedModel
setCompanyId
in interface AssetTagModel
companyId
- the company ID of this asset tag@JSON public long getUserId()
AssetTagModel
getUserId
in interface AuditedModel
getUserId
in interface AssetTagModel
public void setUserId(long userId)
AssetTagModel
setUserId
in interface AuditedModel
setUserId
in interface AssetTagModel
userId
- the user ID of this asset tagpublic String getUserUuid() throws SystemException
AssetTagModel
getUserUuid
in interface AuditedModel
getUserUuid
in interface AssetTagModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
AssetTagModel
setUserUuid
in interface AuditedModel
setUserUuid
in interface AssetTagModel
userUuid
- the user uuid of this asset tag@JSON public String getUserName()
AssetTagModel
getUserName
in interface AuditedModel
getUserName
in interface AssetTagModel
public void setUserName(String userName)
AssetTagModel
setUserName
in interface AuditedModel
setUserName
in interface AssetTagModel
userName
- the user name of this asset tag@JSON public Date getCreateDate()
AssetTagModel
getCreateDate
in interface AuditedModel
getCreateDate
in interface AssetTagModel
public void setCreateDate(Date createDate)
AssetTagModel
setCreateDate
in interface AuditedModel
setCreateDate
in interface AssetTagModel
createDate
- the create date of this asset tag@JSON public Date getModifiedDate()
AssetTagModel
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface AssetTagModel
public void setModifiedDate(Date modifiedDate)
AssetTagModel
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface AssetTagModel
modifiedDate
- the modified date of this asset tag@JSON public String getName()
AssetTagModel
getName
in interface AssetTagModel
public void setName(String name)
AssetTagModel
setName
in interface AssetTagModel
name
- the name of this asset tagpublic String getOriginalName()
@JSON public int getAssetCount()
AssetTagModel
getAssetCount
in interface AssetTagModel
public void setAssetCount(int assetCount)
AssetTagModel
setAssetCount
in interface AssetTagModel
assetCount
- the asset count of this asset tagpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<AssetTag>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface AssetTagModel
getExpandoBridge
in class BaseModelImpl<AssetTag>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<AssetTag>
setExpandoBridgeAttributes
in interface AssetTagModel
setExpandoBridgeAttributes
in class BaseModelImpl<AssetTag>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public AssetTag toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<AssetTag>
toEscapedModel
in interface AssetTagModel
toEscapedModel
in class BaseModelImpl<AssetTag>
AutoEscapeBeanHandler
public AssetTag toUnescapedModel()
toUnescapedModel
in interface BaseModel<AssetTag>
toUnescapedModel
in interface AssetTagModel
toUnescapedModel
in class BaseModelImpl<AssetTag>
public Object clone()
BaseModel
clone
in interface BaseModel<AssetTag>
clone
in interface AssetTagModel
clone
in class BaseModelImpl<AssetTag>
public int compareTo(AssetTag assetTag)
compareTo
in interface AssetTagModel
compareTo
in interface Comparable<AssetTag>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface AssetTagModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<AssetTag>
resetOriginalValues
in class BaseModelImpl<AssetTag>
public CacheModel<AssetTag> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<AssetTag>
toCacheModel
in interface AssetTagModel
toCacheModel
in class BaseModelImpl<AssetTag>
public String toString()
toString
in interface AssetTagModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<AssetTag>
toXmlString
in interface AssetTagModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |