com.liferay.portlet.asset.model.impl
Class AssetEntryModelImpl
java.lang.Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
- All Implemented Interfaces:
- com.liferay.asset.kernel.model.AssetEntryModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<com.liferay.asset.kernel.model.AssetEntry>
- Direct Known Subclasses:
- AssetEntryBaseImpl
@JSON(strict=true)
@ProviderType
public class AssetEntryModelImpl
- extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
- implements com.liferay.asset.kernel.model.AssetEntryModel
The base model implementation for the AssetEntry service. Represents a row in the "AssetEntry" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AssetEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetEntryImpl.
- See Also:
AssetEntryImpl,
AssetEntry,
AssetEntryModel,
Serialized Form- {$generated.description}
|
Method Summary |
Object |
clone()
|
int |
compareTo(com.liferay.asset.kernel.model.AssetEntry assetEntry)
|
boolean |
equals(Object obj)
|
String[] |
getAvailableLanguageIds()
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getClassTypeId()
|
String |
getClassUuid()
|
long |
getColumnBitmask()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDefaultLanguageId()
|
String |
getDescription()
|
String |
getDescription(Locale locale)
|
String |
getDescription(Locale locale,
boolean useDefault)
|
String |
getDescription(String languageId)
|
String |
getDescription(String languageId,
boolean useDefault)
|
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
|
Date |
getEndDate()
|
long |
getEntryId()
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge()
|
Date |
getExpirationDate()
|
long |
getGroupId()
|
int |
getHeight()
|
String |
getLayoutUuid()
|
boolean |
getListable()
|
String |
getMimeType()
|
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
|
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
String |
getOriginalClassUuid()
|
long |
getOriginalCompanyId()
|
Date |
getOriginalExpirationDate()
|
long |
getOriginalGroupId()
|
String |
getOriginalLayoutUuid()
|
Date |
getOriginalPublishDate()
|
boolean |
getOriginalVisible()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
|
double |
getPriority()
|
Date |
getPublishDate()
|
Date |
getStartDate()
|
String |
getSummary()
|
String |
getSummary(Locale locale)
|
String |
getSummary(Locale locale,
boolean useDefault)
|
String |
getSummary(String languageId)
|
String |
getSummary(String languageId,
boolean useDefault)
|
String |
getSummaryCurrentLanguageId()
|
String |
getSummaryCurrentValue()
|
Map<Locale,String> |
getSummaryMap()
|
String |
getTitle()
|
String |
getTitle(Locale locale)
|
String |
getTitle(Locale locale,
boolean useDefault)
|
String |
getTitle(String languageId)
|
String |
getTitle(String languageId,
boolean useDefault)
|
String |
getTitleCurrentLanguageId()
|
String |
getTitleCurrentValue()
|
Map<Locale,String> |
getTitleMap()
|
String |
getUrl()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
getViewCount()
|
boolean |
getVisible()
|
int |
getWidth()
|
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isEntityCacheEnabled()
|
boolean |
isFinderCacheEnabled()
|
boolean |
isListable()
|
boolean |
isVisible()
|
void |
prepareLocalizedFieldsForImport()
|
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
|
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setClassTypeId(long classTypeId)
|
void |
setClassUuid(String classUuid)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setDescription(String description,
Locale locale)
|
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
|
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
|
void |
setEndDate(Date endDate)
|
void |
setEntryId(long entryId)
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
|
void |
setExpirationDate(Date expirationDate)
|
void |
setGroupId(long groupId)
|
void |
setHeight(int height)
|
void |
setLayoutUuid(String layoutUuid)
|
void |
setListable(boolean listable)
|
void |
setMimeType(String mimeType)
|
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long primaryKey)
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
|
void |
setPriority(double priority)
|
void |
setPublishDate(Date publishDate)
|
void |
setStartDate(Date startDate)
|
void |
setSummary(String summary)
|
void |
setSummary(String summary,
Locale locale)
|
void |
setSummary(String summary,
Locale locale,
Locale defaultLocale)
|
void |
setSummaryCurrentLanguageId(String languageId)
|
void |
setSummaryMap(Map<Locale,String> summaryMap)
|
void |
setSummaryMap(Map<Locale,String> summaryMap,
Locale defaultLocale)
|
void |
setTitle(String title)
|
void |
setTitle(String title,
Locale locale)
|
void |
setTitle(String title,
Locale locale,
Locale defaultLocale)
|
void |
setTitleCurrentLanguageId(String languageId)
|
void |
setTitleMap(Map<Locale,String> titleMap)
|
void |
setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
|
void |
setUrl(String url)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setViewCount(int viewCount)
|
void |
setVisible(boolean visible)
|
void |
setWidth(int width)
|
com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetEntry> |
toCacheModel()
|
com.liferay.asset.kernel.model.AssetEntry |
toEscapedModel()
|
static com.liferay.asset.kernel.model.AssetEntry |
toModel(com.liferay.asset.kernel.model.AssetEntrySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<com.liferay.asset.kernel.model.AssetEntry> |
toModels(com.liferay.asset.kernel.model.AssetEntrySoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
|
| Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from interface com.liferay.asset.kernel.model.AssetEntryModel |
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final Object[][] TABLE_COLUMNS
TABLE_COLUMNS_MAP
public static final Map<String,Integer> TABLE_COLUMNS_MAP
TABLE_SQL_CREATE
public static final String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final String TABLE_SQL_DROP
- See Also:
- Constant Field Values
ORDER_BY_JPQL
public static final String ORDER_BY_JPQL
- See Also:
- Constant Field Values
ORDER_BY_SQL
public static final String ORDER_BY_SQL
- See Also:
- Constant Field Values
DATA_SOURCE
public static final String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSNAMEID_COLUMN_BITMASK
- See Also:
- Constant Field Values
CLASSPK_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
- See Also:
- Constant Field Values
CLASSUUID_COLUMN_BITMASK
public static final long CLASSUUID_COLUMN_BITMASK
- See Also:
- Constant Field Values
COMPANYID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
- See Also:
- Constant Field Values
EXPIRATIONDATE_COLUMN_BITMASK
public static final long EXPIRATIONDATE_COLUMN_BITMASK
- See Also:
- Constant Field Values
GROUPID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
- See Also:
- Constant Field Values
LAYOUTUUID_COLUMN_BITMASK
public static final long LAYOUTUUID_COLUMN_BITMASK
- See Also:
- Constant Field Values
PUBLISHDATE_COLUMN_BITMASK
public static final long PUBLISHDATE_COLUMN_BITMASK
- See Also:
- Constant Field Values
VISIBLE_COLUMN_BITMASK
public static final long VISIBLE_COLUMN_BITMASK
- See Also:
- Constant Field Values
ENTRYID_COLUMN_BITMASK
public static final long ENTRYID_COLUMN_BITMASK
- See Also:
- Constant Field Values
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
- See Also:
- Constant Field Values
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
public static final Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
- See Also:
- Constant Field Values
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
- See Also:
- Constant Field Values
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
public static final Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
- See Also:
- Constant Field Values
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
AssetEntryModelImpl
public AssetEntryModelImpl()
toModel
public static com.liferay.asset.kernel.model.AssetEntry toModel(com.liferay.asset.kernel.model.AssetEntrySoap soapModel)
- Converts the soap model instance into a normal model instance.
- Parameters:
soapModel - the soap model instance to convert
- Returns:
- the normal model instance
toModels
public static List<com.liferay.asset.kernel.model.AssetEntry> toModels(com.liferay.asset.kernel.model.AssetEntrySoap[] soapModels)
- Converts the soap model instances into normal model instances.
- Parameters:
soapModels - the soap model instances to convert
- Returns:
- the normal model instances
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.asset.kernel.model.AssetEntryModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.asset.kernel.model.AssetEntryModel
getPrimaryKeyObj
public Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
setPrimaryKeyObj
public void setPrimaryKeyObj(Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
getModelClass
public Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ClassedModel
getModelClassName
public String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel
getModelAttributes
public Map<String,Object> getModelAttributes()
- Specified by:
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Overrides:
getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
setModelAttributes
public void setModelAttributes(Map<String,Object> attributes)
- Specified by:
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Overrides:
setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
getEntryId
@JSON
public long getEntryId()
- Specified by:
getEntryId in interface com.liferay.asset.kernel.model.AssetEntryModel
setEntryId
public void setEntryId(long entryId)
- Specified by:
setEntryId in interface com.liferay.asset.kernel.model.AssetEntryModel
getGroupId
@JSON
public long getGroupId()
- Specified by:
getGroupId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
getOriginalGroupId
public long getOriginalGroupId()
getCompanyId
@JSON
public long getCompanyId()
- Specified by:
getCompanyId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
getOriginalCompanyId
public long getOriginalCompanyId()
getUserId
@JSON
public long getUserId()
- Specified by:
getUserId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getUserId in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setUserId in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
public String getUserUuid()
- Specified by:
getUserUuid in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
public void setUserUuid(String userUuid)
- Specified by:
setUserUuid in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
@JSON
public String getUserName()
- Specified by:
getUserName in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getUserName in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
public void setUserName(String userName)
- Specified by:
setUserName in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setUserName in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
@JSON
public Date getCreateDate()
- Specified by:
getCreateDate in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
public void setCreateDate(Date createDate)
- Specified by:
setCreateDate in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
@JSON
public Date getModifiedDate()
- Specified by:
getModifiedDate in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
hasSetModifiedDate
public boolean hasSetModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
- Specified by:
setModifiedDate in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
getClassName
public String getClassName()
- Specified by:
getClassName in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getClassName in interface com.liferay.portal.kernel.model.TypedModel
setClassName
public void setClassName(String className)
- Specified by:
setClassName in interface com.liferay.asset.kernel.model.AssetEntryModel
getClassNameId
@JSON
public long getClassNameId()
- Specified by:
getClassNameId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
setClassNameId
public void setClassNameId(long classNameId)
- Specified by:
setClassNameId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
getOriginalClassNameId
public long getOriginalClassNameId()
getClassPK
@JSON
public long getClassPK()
- Specified by:
getClassPK in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
setClassPK
public void setClassPK(long classPK)
- Specified by:
setClassPK in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
getOriginalClassPK
public long getOriginalClassPK()
getClassUuid
@JSON
public String getClassUuid()
- Specified by:
getClassUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
setClassUuid
public void setClassUuid(String classUuid)
- Specified by:
setClassUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
getOriginalClassUuid
public String getOriginalClassUuid()
getClassTypeId
@JSON
public long getClassTypeId()
- Specified by:
getClassTypeId in interface com.liferay.asset.kernel.model.AssetEntryModel
setClassTypeId
public void setClassTypeId(long classTypeId)
- Specified by:
setClassTypeId in interface com.liferay.asset.kernel.model.AssetEntryModel
getListable
@JSON
public boolean getListable()
- Specified by:
getListable in interface com.liferay.asset.kernel.model.AssetEntryModel
isListable
public boolean isListable()
- Specified by:
isListable in interface com.liferay.asset.kernel.model.AssetEntryModel
setListable
public void setListable(boolean listable)
- Specified by:
setListable in interface com.liferay.asset.kernel.model.AssetEntryModel
getVisible
@JSON
public boolean getVisible()
- Specified by:
getVisible in interface com.liferay.asset.kernel.model.AssetEntryModel
isVisible
public boolean isVisible()
- Specified by:
isVisible in interface com.liferay.asset.kernel.model.AssetEntryModel
setVisible
public void setVisible(boolean visible)
- Specified by:
setVisible in interface com.liferay.asset.kernel.model.AssetEntryModel
getOriginalVisible
public boolean getOriginalVisible()
getStartDate
@JSON
public Date getStartDate()
- Specified by:
getStartDate in interface com.liferay.asset.kernel.model.AssetEntryModel
setStartDate
public void setStartDate(Date startDate)
- Specified by:
setStartDate in interface com.liferay.asset.kernel.model.AssetEntryModel
getEndDate
@JSON
public Date getEndDate()
- Specified by:
getEndDate in interface com.liferay.asset.kernel.model.AssetEntryModel
setEndDate
public void setEndDate(Date endDate)
- Specified by:
setEndDate in interface com.liferay.asset.kernel.model.AssetEntryModel
getPublishDate
@JSON
public Date getPublishDate()
- Specified by:
getPublishDate in interface com.liferay.asset.kernel.model.AssetEntryModel
setPublishDate
public void setPublishDate(Date publishDate)
- Specified by:
setPublishDate in interface com.liferay.asset.kernel.model.AssetEntryModel
getOriginalPublishDate
public Date getOriginalPublishDate()
getExpirationDate
@JSON
public Date getExpirationDate()
- Specified by:
getExpirationDate in interface com.liferay.asset.kernel.model.AssetEntryModel
setExpirationDate
public void setExpirationDate(Date expirationDate)
- Specified by:
setExpirationDate in interface com.liferay.asset.kernel.model.AssetEntryModel
getOriginalExpirationDate
public Date getOriginalExpirationDate()
getMimeType
@JSON
public String getMimeType()
- Specified by:
getMimeType in interface com.liferay.asset.kernel.model.AssetEntryModel
setMimeType
public void setMimeType(String mimeType)
- Specified by:
setMimeType in interface com.liferay.asset.kernel.model.AssetEntryModel
getTitle
@JSON
public String getTitle()
- Specified by:
getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
getTitle
public String getTitle(Locale locale)
- Specified by:
getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
getTitle
public String getTitle(Locale locale,
boolean useDefault)
- Specified by:
getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
getTitle
public String getTitle(String languageId)
- Specified by:
getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
getTitle
public String getTitle(String languageId,
boolean useDefault)
- Specified by:
getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
getTitleCurrentLanguageId
public String getTitleCurrentLanguageId()
- Specified by:
getTitleCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
getTitleCurrentValue
@JSON
public String getTitleCurrentValue()
- Specified by:
getTitleCurrentValue in interface com.liferay.asset.kernel.model.AssetEntryModel
getTitleMap
public Map<Locale,String> getTitleMap()
- Specified by:
getTitleMap in interface com.liferay.asset.kernel.model.AssetEntryModel
setTitle
public void setTitle(String title)
- Specified by:
setTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
setTitle
public void setTitle(String title,
Locale locale)
- Specified by:
setTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
setTitle
public void setTitle(String title,
Locale locale,
Locale defaultLocale)
- Specified by:
setTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
setTitleCurrentLanguageId
public void setTitleCurrentLanguageId(String languageId)
- Specified by:
setTitleCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
setTitleMap
public void setTitleMap(Map<Locale,String> titleMap)
- Specified by:
setTitleMap in interface com.liferay.asset.kernel.model.AssetEntryModel
setTitleMap
public void setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
- Specified by:
setTitleMap in interface com.liferay.asset.kernel.model.AssetEntryModel
getDescription
@JSON
public String getDescription()
- Specified by:
getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
getDescription
public String getDescription(Locale locale)
- Specified by:
getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
getDescription
public String getDescription(Locale locale,
boolean useDefault)
- Specified by:
getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
getDescription
public String getDescription(String languageId)
- Specified by:
getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
getDescription
public String getDescription(String languageId,
boolean useDefault)
- Specified by:
getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
getDescriptionCurrentLanguageId
public String getDescriptionCurrentLanguageId()
- Specified by:
getDescriptionCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
getDescriptionCurrentValue
@JSON
public String getDescriptionCurrentValue()
- Specified by:
getDescriptionCurrentValue in interface com.liferay.asset.kernel.model.AssetEntryModel
getDescriptionMap
public Map<Locale,String> getDescriptionMap()
- Specified by:
getDescriptionMap in interface com.liferay.asset.kernel.model.AssetEntryModel
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
setDescription
public void setDescription(String description,
Locale locale)
- Specified by:
setDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
setDescription
public void setDescription(String description,
Locale locale,
Locale defaultLocale)
- Specified by:
setDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
setDescriptionCurrentLanguageId
public void setDescriptionCurrentLanguageId(String languageId)
- Specified by:
setDescriptionCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
setDescriptionMap
public void setDescriptionMap(Map<Locale,String> descriptionMap)
- Specified by:
setDescriptionMap in interface com.liferay.asset.kernel.model.AssetEntryModel
setDescriptionMap
public void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
- Specified by:
setDescriptionMap in interface com.liferay.asset.kernel.model.AssetEntryModel
getSummary
@JSON
public String getSummary()
- Specified by:
getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
getSummary
public String getSummary(Locale locale)
- Specified by:
getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
getSummary
public String getSummary(Locale locale,
boolean useDefault)
- Specified by:
getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
getSummary
public String getSummary(String languageId)
- Specified by:
getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
getSummary
public String getSummary(String languageId,
boolean useDefault)
- Specified by:
getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
getSummaryCurrentLanguageId
public String getSummaryCurrentLanguageId()
- Specified by:
getSummaryCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
getSummaryCurrentValue
@JSON
public String getSummaryCurrentValue()
- Specified by:
getSummaryCurrentValue in interface com.liferay.asset.kernel.model.AssetEntryModel
getSummaryMap
public Map<Locale,String> getSummaryMap()
- Specified by:
getSummaryMap in interface com.liferay.asset.kernel.model.AssetEntryModel
setSummary
public void setSummary(String summary)
- Specified by:
setSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
setSummary
public void setSummary(String summary,
Locale locale)
- Specified by:
setSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
setSummary
public void setSummary(String summary,
Locale locale,
Locale defaultLocale)
- Specified by:
setSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
setSummaryCurrentLanguageId
public void setSummaryCurrentLanguageId(String languageId)
- Specified by:
setSummaryCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
setSummaryMap
public void setSummaryMap(Map<Locale,String> summaryMap)
- Specified by:
setSummaryMap in interface com.liferay.asset.kernel.model.AssetEntryModel
setSummaryMap
public void setSummaryMap(Map<Locale,String> summaryMap,
Locale defaultLocale)
- Specified by:
setSummaryMap in interface com.liferay.asset.kernel.model.AssetEntryModel
getUrl
@JSON
public String getUrl()
- Specified by:
getUrl in interface com.liferay.asset.kernel.model.AssetEntryModel
setUrl
public void setUrl(String url)
- Specified by:
setUrl in interface com.liferay.asset.kernel.model.AssetEntryModel
getLayoutUuid
@JSON
public String getLayoutUuid()
- Specified by:
getLayoutUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
setLayoutUuid
public void setLayoutUuid(String layoutUuid)
- Specified by:
setLayoutUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
getOriginalLayoutUuid
public String getOriginalLayoutUuid()
getHeight
@JSON
public int getHeight()
- Specified by:
getHeight in interface com.liferay.asset.kernel.model.AssetEntryModel
setHeight
public void setHeight(int height)
- Specified by:
setHeight in interface com.liferay.asset.kernel.model.AssetEntryModel
getWidth
@JSON
public int getWidth()
- Specified by:
getWidth in interface com.liferay.asset.kernel.model.AssetEntryModel
setWidth
public void setWidth(int width)
- Specified by:
setWidth in interface com.liferay.asset.kernel.model.AssetEntryModel
getPriority
@JSON
public double getPriority()
- Specified by:
getPriority in interface com.liferay.asset.kernel.model.AssetEntryModel
setPriority
public void setPriority(double priority)
- Specified by:
setPriority in interface com.liferay.asset.kernel.model.AssetEntryModel
getViewCount
@JSON
public int getViewCount()
- Specified by:
getViewCount in interface com.liferay.asset.kernel.model.AssetEntryModel
setViewCount
public void setViewCount(int viewCount)
- Specified by:
setViewCount in interface com.liferay.asset.kernel.model.AssetEntryModel
getColumnBitmask
public long getColumnBitmask()
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
getAvailableLanguageIds
public String[] getAvailableLanguageIds()
- Specified by:
getAvailableLanguageIds in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModel
getDefaultLanguageId
public String getDefaultLanguageId()
- Specified by:
getDefaultLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModel
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
- Specified by:
prepareLocalizedFieldsForImport in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
- Specified by:
prepareLocalizedFieldsForImport in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
toEscapedModel
public com.liferay.asset.kernel.model.AssetEntry toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Overrides:
toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
clone
public Object clone()
- Specified by:
clone in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Specified by:
clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
compareTo
public int compareTo(com.liferay.asset.kernel.model.AssetEntry assetEntry)
- Specified by:
compareTo in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
compareTo in interface Comparable<com.liferay.asset.kernel.model.AssetEntry>
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.asset.kernel.model.AssetEntryModel- Overrides:
hashCode in class Object
isEntityCacheEnabled
public boolean isEntityCacheEnabled()
- Specified by:
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
isFinderCacheEnabled
public boolean isFinderCacheEnabled()
- Specified by:
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Overrides:
resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetEntry> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>- Overrides:
toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
toString
public String toString()
- Specified by:
toString in interface com.liferay.asset.kernel.model.AssetEntryModel- Overrides:
toString in class Object
toXmlString
public String toXmlString()
- Specified by:
toXmlString in interface com.liferay.asset.kernel.model.AssetEntryModel- Specified by:
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>