|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.model.AssetCategoryWrapper
public class AssetCategoryWrapper
This class is a wrapper for AssetCategory.
AssetCategory,
Serialized Form| Constructor Summary | |
|---|---|
AssetCategoryWrapper(AssetCategory assetCategory)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetCategory assetCategory)
|
List<AssetCategory> |
getAncestors()
|
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 |
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()
|
AssetCategory |
getWrappedAssetCategory()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRootCategory()
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCategoryId(long categoryId)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
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 |
setGroupId(long groupId)
|
void |
setLeftCategoryId(long leftCategoryId)
|
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 |
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()
|
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 AssetCategoryWrapper(AssetCategory assetCategory)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface AssetCategoryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface AssetCategoryModelpublic String getUuid()
getUuid in interface AssetCategoryModelpublic void setUuid(String uuid)
setUuid in interface AssetCategoryModelpublic 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 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 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 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 AssetCategory toEscapedModel()
toEscapedModel in interface AssetCategoryModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<AssetCategory>isNew in interface AssetCategoryModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<AssetCategory>setNew in interface AssetCategoryModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<AssetCategory>isCachedModel in interface AssetCategoryModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<AssetCategory>setCachedModel in interface AssetCategoryModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<AssetCategory>isEscapedModel in interface AssetCategoryModeltrue 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<AssetCategory>setEscapedModel in interface AssetCategoryModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetCategory>getPrimaryKeyObj in interface AssetCategoryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetCategory>getExpandoBridge in interface AssetCategoryModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<AssetCategory>setExpandoBridgeAttributes in interface AssetCategoryModelserviceContext - 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 Objectpublic int compareTo(AssetCategory assetCategory)
compareTo in interface AssetCategoryModelcompareTo in interface Comparable<AssetCategory>public 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
public List<AssetCategory> getAncestors()
throws PortalException,
SystemException
getAncestors in interface AssetCategoryPortalException
SystemExceptionpublic boolean isRootCategory()
isRootCategory in interface AssetCategorypublic AssetCategory getWrappedAssetCategory()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||