|
Liferay 7.0-ce-b4 | |||||||||
| 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
@JSON(strict=true) @ProviderType public class AssetCategoryModelImpl
The base model implementation for the AssetCategory service. Represents a row in the "AssetCategory" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetCategoryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetCategoryImpl.
AssetCategoryImpl,
AssetCategory,
AssetCategoryModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static Object[][] |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
|
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
|
static long |
NAME_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PARENTCATEGORYID_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
static long |
VOCABULARYID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
AssetCategoryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(AssetCategory assetCategory)
|
boolean |
equals(Object obj)
|
String[] |
getAvailableLanguageIds()
|
long |
getCategoryId()
Returns the category ID of this asset category. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this asset category. |
Date |
getCreateDate()
Returns the create date of this asset category. |
String |
getDefaultLanguageId()
|
String |
getDescription()
Returns the description of this asset category. |
String |
getDescription(Locale locale)
Returns the localized description of this asset category in the language. |
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this asset category in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescription(String languageId)
Returns the localized description of this asset category in the language. |
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this asset category in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this asset category. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this asset category. |
Date |
getLastPublishDate()
Returns the last publish date of this asset category. |
long |
getLeftCategoryId()
Returns the left category ID of this asset category. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this asset category. |
String |
getName()
Returns the name of this asset category. |
long |
getNestedSetsTreeNodeLeft()
|
long |
getNestedSetsTreeNodeRight()
|
long |
getNestedSetsTreeNodeScopeId()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
String |
getOriginalName()
|
long |
getOriginalParentCategoryId()
|
String |
getOriginalUuid()
|
long |
getOriginalVocabularyId()
|
long |
getParentCategoryId()
Returns the parent category ID of this asset category. |
long |
getPrimaryKey()
Returns the primary key of this asset category. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getRightCategoryId()
Returns the right category ID of this asset category. |
StagedModelType |
getStagedModelType()
|
String |
getTitle()
Returns the title of this asset category. |
String |
getTitle(Locale locale)
Returns the localized title of this asset category in the language. |
String |
getTitle(Locale locale,
boolean useDefault)
Returns the localized title of this asset category in the language, optionally using the default language if no localization exists for the requested language. |
String |
getTitle(String languageId)
Returns the localized title of this asset category in the language. |
String |
getTitle(String languageId,
boolean useDefault)
Returns the localized title of this asset category in the language, optionally using the default language if no localization exists for the requested language. |
String |
getTitleCurrentLanguageId()
|
String |
getTitleCurrentValue()
|
Map<Locale,String> |
getTitleMap()
Returns a map of the locales and localized titles of this asset category. |
long |
getUserId()
Returns the user ID of this asset category. |
String |
getUserName()
Returns the user name of this asset category. |
String |
getUserUuid()
Returns the user uuid of this asset category. |
String |
getUuid()
Returns the uuid of this asset category. |
long |
getVocabularyId()
Returns the vocabulary ID of this asset category. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
prepareLocalizedFieldsForImport()
|
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCategoryId(long categoryId)
Sets the category ID of this asset category. |
void |
setCompanyId(long companyId)
Sets the company ID of this asset category. |
void |
setCreateDate(Date createDate)
Sets the create date of this asset category. |
void |
setDescription(String description)
Sets the description of this asset category. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this asset category in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this asset category in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this asset category from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this asset category from the map of locales and localized descriptions, and sets the default locale. |
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 category. |
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this asset category. |
void |
setLeftCategoryId(long leftCategoryId)
Sets the left category ID of this asset category. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this asset category. |
void |
setName(String name)
Sets the name of this asset category. |
void |
setNestedSetsTreeNodeLeft(long nestedSetsTreeNodeLeft)
|
void |
setNestedSetsTreeNodeRight(long nestedSetsTreeNodeRight)
|
void |
setParentCategoryId(long parentCategoryId)
Sets the parent category ID of this asset category. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this asset category. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setRightCategoryId(long rightCategoryId)
Sets the right category ID of this asset category. |
void |
setTitle(String title)
Sets the title of this asset category. |
void |
setTitle(String title,
Locale locale)
Sets the localized title of this asset category in the language. |
void |
setTitle(String title,
Locale locale,
Locale defaultLocale)
Sets the localized title of this asset category in the language, and sets the default locale. |
void |
setTitleCurrentLanguageId(String languageId)
|
void |
setTitleMap(Map<Locale,String> titleMap)
Sets the localized titles of this asset category from the map of locales and localized titles. |
void |
setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
Sets the localized titles of this asset category from the map of locales and localized titles, and sets the default locale. |
void |
setUserId(long userId)
Sets the user ID of this asset category. |
void |
setUserName(String userName)
Sets the user name of this asset category. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this asset category. |
void |
setUuid(String uuid)
Sets the uuid of this asset category. |
void |
setVocabularyId(long vocabularyId)
Sets the vocabulary ID of this asset category. |
CacheModel<AssetCategory> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
AssetCategory |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static AssetCategory |
toModel(AssetCategorySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<AssetCategory> |
toModels(AssetCategorySoap[] soapModels)
Converts the soap model instances into normal model instances. |
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.portlet.asset.model.AssetCategoryModel |
|---|
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 Map<String,Integer> TABLE_COLUMNS_MAP
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 COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long NAME_COLUMN_BITMASK
public static final long PARENTCATEGORYID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long VOCABULARYID_COLUMN_BITMASK
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
public static final Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
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)
soapModel - the soap model instance to convert
public static List<AssetCategory> toModels(AssetCategorySoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
AssetCategoryModel
getPrimaryKey in interface AssetCategoryModelpublic void setPrimaryKey(long primaryKey)
AssetCategoryModel
setPrimaryKey in interface AssetCategoryModelprimaryKey - the primary key of this asset categorypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<AssetCategory>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface AssetCategoryModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<AssetCategory>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface AssetCategoryModelprimaryKeyObj - 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<AssetCategory>getModelAttributes in class BaseModelImpl<AssetCategory>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AssetCategory>setModelAttributes in class BaseModelImpl<AssetCategory>@JSON public String getUuid()
AssetCategoryModel
getUuid in interface StagedModelgetUuid in interface AssetCategoryModelpublic void setUuid(String uuid)
AssetCategoryModel
setUuid in interface StagedModelsetUuid in interface AssetCategoryModeluuid - the uuid of this asset categorypublic String getOriginalUuid()
@JSON public long getCategoryId()
AssetCategoryModel
getCategoryId in interface AssetCategoryModelpublic void setCategoryId(long categoryId)
AssetCategoryModel
setCategoryId in interface AssetCategoryModelcategoryId - the category ID of this asset category@JSON public long getGroupId()
AssetCategoryModel
getGroupId in interface GroupedModelgetGroupId in interface AssetCategoryModelpublic void setGroupId(long groupId)
AssetCategoryModel
setGroupId in interface GroupedModelsetGroupId in interface AssetCategoryModelgroupId - the group ID of this asset categorypublic long getOriginalGroupId()
@JSON public long getCompanyId()
AssetCategoryModel
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface AssetCategoryModelpublic void setCompanyId(long companyId)
AssetCategoryModel
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface AssetCategoryModelcompanyId - the company ID of this asset categorypublic long getOriginalCompanyId()
@JSON public long getUserId()
AssetCategoryModel
getUserId in interface AuditedModelgetUserId in interface AssetCategoryModelpublic void setUserId(long userId)
AssetCategoryModel
setUserId in interface AuditedModelsetUserId in interface AssetCategoryModeluserId - the user ID of this asset categorypublic String getUserUuid()
AssetCategoryModel
getUserUuid in interface AuditedModelgetUserUuid in interface AssetCategoryModelpublic void setUserUuid(String userUuid)
AssetCategoryModel
setUserUuid in interface AuditedModelsetUserUuid in interface AssetCategoryModeluserUuid - the user uuid of this asset category@JSON public String getUserName()
AssetCategoryModel
getUserName in interface AuditedModelgetUserName in interface AssetCategoryModelpublic void setUserName(String userName)
AssetCategoryModel
setUserName in interface AuditedModelsetUserName in interface AssetCategoryModeluserName - the user name of this asset category@JSON public Date getCreateDate()
AssetCategoryModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface AssetCategoryModelpublic void setCreateDate(Date createDate)
AssetCategoryModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface AssetCategoryModelcreateDate - the create date of this asset category@JSON public Date getModifiedDate()
AssetCategoryModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface AssetCategoryModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
AssetCategoryModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface AssetCategoryModelmodifiedDate - the modified date of this asset category@JSON public long getParentCategoryId()
AssetCategoryModel
getParentCategoryId in interface AssetCategoryModelpublic void setParentCategoryId(long parentCategoryId)
AssetCategoryModel
setParentCategoryId in interface AssetCategoryModelparentCategoryId - the parent category ID of this asset categorypublic long getOriginalParentCategoryId()
@JSON public long getLeftCategoryId()
AssetCategoryModel
getLeftCategoryId in interface AssetCategoryModelpublic void setLeftCategoryId(long leftCategoryId)
AssetCategoryModel
setLeftCategoryId in interface AssetCategoryModelleftCategoryId - the left category ID of this asset category@JSON public long getRightCategoryId()
AssetCategoryModel
getRightCategoryId in interface AssetCategoryModelpublic void setRightCategoryId(long rightCategoryId)
AssetCategoryModel
setRightCategoryId in interface AssetCategoryModelrightCategoryId - the right category ID of this asset category@JSON public String getName()
AssetCategoryModel
getName in interface AssetCategoryModelpublic void setName(String name)
AssetCategoryModel
setName in interface AssetCategoryModelname - the name of this asset categorypublic String getOriginalName()
@JSON public String getTitle()
AssetCategoryModel
getTitle in interface AssetCategoryModelpublic String getTitle(Locale locale)
AssetCategoryModel
getTitle in interface AssetCategoryModellocale - the locale of the language
public String getTitle(Locale locale,
boolean useDefault)
AssetCategoryModel
getTitle in interface AssetCategoryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getTitle(String languageId)
AssetCategoryModel
getTitle in interface AssetCategoryModellanguageId - the ID of the language
public String getTitle(String languageId,
boolean useDefault)
AssetCategoryModel
getTitle in interface AssetCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface AssetCategoryModel@JSON public String getTitleCurrentValue()
getTitleCurrentValue in interface AssetCategoryModelpublic Map<Locale,String> getTitleMap()
AssetCategoryModel
getTitleMap in interface AssetCategoryModelpublic void setTitle(String title)
AssetCategoryModel
setTitle in interface AssetCategoryModeltitle - the title of this asset category
public void setTitle(String title,
Locale locale)
AssetCategoryModel
setTitle in interface AssetCategoryModeltitle - the localized title of this asset categorylocale - the locale of the language
public void setTitle(String title,
Locale locale,
Locale defaultLocale)
AssetCategoryModel
setTitle in interface AssetCategoryModeltitle - the localized title of this asset categorylocale - the locale of the languagedefaultLocale - the default localepublic void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId in interface AssetCategoryModelpublic void setTitleMap(Map<Locale,String> titleMap)
AssetCategoryModel
setTitleMap in interface AssetCategoryModeltitleMap - the locales and localized titles of this asset category
public void setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
AssetCategoryModel
setTitleMap in interface AssetCategoryModeltitleMap - the locales and localized titles of this asset categorydefaultLocale - the default locale@JSON public String getDescription()
AssetCategoryModel
getDescription in interface AssetCategoryModelpublic String getDescription(Locale locale)
AssetCategoryModel
getDescription in interface AssetCategoryModellocale - the locale of the language
public String getDescription(Locale locale,
boolean useDefault)
AssetCategoryModel
getDescription in interface AssetCategoryModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getDescription(String languageId)
AssetCategoryModel
getDescription in interface AssetCategoryModellanguageId - the ID of the language
public String getDescription(String languageId,
boolean useDefault)
AssetCategoryModel
getDescription in interface AssetCategoryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface AssetCategoryModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface AssetCategoryModelpublic Map<Locale,String> getDescriptionMap()
AssetCategoryModel
getDescriptionMap in interface AssetCategoryModelpublic void setDescription(String description)
AssetCategoryModel
setDescription in interface AssetCategoryModeldescription - the description of this asset category
public void setDescription(String description,
Locale locale)
AssetCategoryModel
setDescription in interface AssetCategoryModeldescription - the localized description of this asset categorylocale - the locale of the language
public void setDescription(String description,
Locale locale,
Locale defaultLocale)
AssetCategoryModel
setDescription in interface AssetCategoryModeldescription - the localized description of this asset categorylocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface AssetCategoryModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
AssetCategoryModel
setDescriptionMap in interface AssetCategoryModeldescriptionMap - the locales and localized descriptions of this asset category
public void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
AssetCategoryModel
setDescriptionMap in interface AssetCategoryModeldescriptionMap - the locales and localized descriptions of this asset categorydefaultLocale - the default locale@JSON public long getVocabularyId()
AssetCategoryModel
getVocabularyId in interface AssetCategoryModelpublic void setVocabularyId(long vocabularyId)
AssetCategoryModel
setVocabularyId in interface AssetCategoryModelvocabularyId - the vocabulary ID of this asset categorypublic long getOriginalVocabularyId()
@JSON public Date getLastPublishDate()
AssetCategoryModel
getLastPublishDate in interface StagedGroupedModelgetLastPublishDate in interface AssetCategoryModelpublic void setLastPublishDate(Date lastPublishDate)
AssetCategoryModel
setLastPublishDate in interface StagedGroupedModelsetLastPublishDate in interface AssetCategoryModellastPublishDate - the last publish date of this asset categorypublic long getNestedSetsTreeNodeLeft()
public long getNestedSetsTreeNodeRight()
public long getNestedSetsTreeNodeScopeId()
public void setNestedSetsTreeNodeLeft(long nestedSetsTreeNodeLeft)
public void setNestedSetsTreeNodeRight(long nestedSetsTreeNodeRight)
public StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<AssetCategory>getExpandoBridge in interface ClassedModelgetExpandoBridge 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 be appliedServiceContext.getExpandoBridgeAttributes()public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LocalizedModelgetAvailableLanguageIds in interface AssetCategoryModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface LocalizedModelgetDefaultLanguageId in interface AssetCategoryModel
public void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelprepareLocalizedFieldsForImport in interface AssetCategoryModelLocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LocalizedModelprepareLocalizedFieldsForImport in interface AssetCategoryModelLocaleExceptionpublic AssetCategory toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<AssetCategory>toEscapedModel in interface AssetCategoryModeltoEscapedModel in class BaseModelImpl<AssetCategory>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<AssetCategory>clone in interface StagedModelclone 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 boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<AssetCategory>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<AssetCategory>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<AssetCategory>resetOriginalValues in class BaseModelImpl<AssetCategory>public CacheModel<AssetCategory> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<AssetCategory>toCacheModel in interface AssetCategoryModeltoCacheModel in class BaseModelImpl<AssetCategory>public String toString()
toString in interface AssetCategoryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<AssetCategory>toXmlString in interface AssetCategoryModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||