|
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.impl.BaseModelImpl<AssetCategory>
com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
public class AssetCategoryModelImpl
This interface is a model that represents the AssetCategory table in the database.
AssetCategoryImpl,
AssetCategory,
AssetCategoryModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
|
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 | |
|---|---|
AssetCategoryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetCategory assetCategory)
|
boolean |
equals(Object obj)
|
long |
getCategoryId()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
long |
getLeftCategoryId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
long |
getOriginalParentCategoryId()
|
String |
getOriginalUuid()
|
long |
getOriginalVocabularyId()
|
long |
getParentCategoryId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getRightCategoryId()
|
String |
getTitle()
|
String |
getTitle(Locale locale)
|
String |
getTitle(Locale locale,
boolean useDefault)
|
String |
getTitle(String languageId)
|
String |
getTitle(String languageId,
boolean useDefault)
|
Map<Locale,String> |
getTitleMap()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
long |
getVocabularyId()
|
int |
hashCode()
|
void |
setCategoryId(long categoryId)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
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)
|
void |
setLeftCategoryId(long leftCategoryId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setParentCategoryId(long parentCategoryId)
|
void |
setPrimaryKey(long pk)
|
void |
setRightCategoryId(long rightCategoryId)
|
void |
setTitle(Locale locale,
String title)
|
void |
setTitle(String title)
|
void |
setTitleMap(Map<Locale,String> titleMap)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
void |
setVocabularyId(long vocabularyId)
|
AssetCategory |
toEscapedModel()
|
static AssetCategory |
toModel(AssetCategorySoap soapModel)
|
static List<AssetCategory> |
toModels(AssetCategorySoap[] soapModels)
|
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.portlet.asset.model.AssetCategoryModel |
|---|
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 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 String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public AssetCategoryModelImpl()
| Method Detail |
|---|
public static AssetCategory toModel(AssetCategorySoap soapModel)
public static List<AssetCategory> toModels(AssetCategorySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface AssetCategoryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetCategoryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetCategory>getPrimaryKeyObj in interface AssetCategoryModelpublic String getUuid()
getUuid in interface AssetCategoryModelpublic void setUuid(String uuid)
setUuid in interface AssetCategoryModelpublic String getOriginalUuid()
public long getCategoryId()
getCategoryId in interface AssetCategoryModelpublic void setCategoryId(long categoryId)
setCategoryId in interface AssetCategoryModelpublic long getGroupId()
getGroupId in interface AssetCategoryModelpublic void setGroupId(long groupId)
setGroupId in interface AssetCategoryModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface AssetCategoryModelpublic void setCompanyId(long companyId)
setCompanyId in interface AssetCategoryModelpublic long getUserId()
getUserId in interface AssetCategoryModelpublic void setUserId(long userId)
setUserId in interface AssetCategoryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface AssetCategoryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface AssetCategoryModelpublic String getUserName()
getUserName in interface AssetCategoryModelpublic void setUserName(String userName)
setUserName in interface AssetCategoryModelpublic Date getCreateDate()
getCreateDate in interface AssetCategoryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AssetCategoryModelpublic Date getModifiedDate()
getModifiedDate in interface AssetCategoryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AssetCategoryModelpublic long getParentCategoryId()
getParentCategoryId in interface AssetCategoryModelpublic void setParentCategoryId(long parentCategoryId)
setParentCategoryId in interface AssetCategoryModelpublic long getOriginalParentCategoryId()
public long getLeftCategoryId()
getLeftCategoryId in interface AssetCategoryModelpublic void setLeftCategoryId(long leftCategoryId)
setLeftCategoryId in interface AssetCategoryModelpublic long getRightCategoryId()
getRightCategoryId in interface AssetCategoryModelpublic void setRightCategoryId(long rightCategoryId)
setRightCategoryId in interface AssetCategoryModelpublic String getName()
getName in interface AssetCategoryModelpublic void setName(String name)
setName in interface AssetCategoryModelpublic String getOriginalName()
public String getTitle()
getTitle in interface AssetCategoryModelpublic String getTitle(Locale locale)
getTitle in interface AssetCategoryModel
public String getTitle(Locale locale,
boolean useDefault)
getTitle in interface AssetCategoryModelpublic String getTitle(String languageId)
getTitle in interface AssetCategoryModel
public String getTitle(String languageId,
boolean useDefault)
getTitle in interface AssetCategoryModelpublic Map<Locale,String> getTitleMap()
getTitleMap in interface AssetCategoryModelpublic void setTitle(String title)
setTitle in interface AssetCategoryModel
public void setTitle(Locale locale,
String title)
setTitle in interface AssetCategoryModelpublic void setTitleMap(Map<Locale,String> titleMap)
setTitleMap in interface AssetCategoryModelpublic long getVocabularyId()
getVocabularyId in interface AssetCategoryModelpublic void setVocabularyId(long vocabularyId)
setVocabularyId in interface AssetCategoryModelpublic long getOriginalVocabularyId()
public AssetCategory toEscapedModel()
toEscapedModel in interface AssetCategoryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetCategory>getExpandoBridge in interface AssetCategoryModelgetExpandoBridge in class BaseModelImpl<AssetCategory>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetCategory>setExpandoBridgeAttributes in interface AssetCategoryModelsetExpandoBridgeAttributes in class BaseModelImpl<AssetCategory>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<AssetCategory>clone in interface AssetCategoryModelclone in class BaseModelImpl<AssetCategory>public int compareTo(AssetCategory assetCategory)
compareTo in interface AssetCategoryModelcompareTo in interface Comparable<AssetCategory>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface AssetCategoryModelhashCode in class Objectpublic String toString()
toString in interface AssetCategoryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetCategory>toXmlString in interface AssetCategoryModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||