Liferay 6.2-ce-ga5

com.liferay.portlet.journal.model
Interface JournalTemplate

All Superinterfaces:
Cloneable, Comparable<JournalTemplate>, Serializable
All Known Implementing Classes:
JournalTemplateAdapter

public interface JournalTemplate
extends Cloneable, Comparable<JournalTemplate>, Serializable


Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 boolean getCacheable()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 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()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 long getId()
           
 String getLangType()
           
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 String getName()
           
 String getName(Locale locale)
           
 String getName(Locale locale, boolean useDefault)
           
 String getName(String languageId)
           
 String getName(String languageId, boolean useDefault)
           
 String getNameCurrentLanguageId()
           
 String getNameCurrentValue()
           
 Map<Locale,String> getNameMap()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
           
 boolean getSmallImage()
           
 File getSmallImageFile()
           
 long getSmallImageId()
           
 String getSmallImageType()
           
 String getSmallImageURL()
           
 String getStructureId()
           
 String getTemplateId()
           
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 String getUuid()
           
 String getXsl()
           
 int hashCode()
           
 boolean isCacheable()
           
 boolean isNew()
           
 boolean isSmallImage()
           
 void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
           
 void setCacheable(boolean cacheable)
           
 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 setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 void setExpandoBridgeAttributes(JournalTemplate journalTemplate)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setId(long id)
           
 void setLangType(String langType)
           
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setName(String name, Locale locale)
           
 void setName(String name, Locale locale, Locale defaultLocale)
           
 void setNameCurrentLanguageId(String languageId)
           
 void setNameMap(Map<Locale,String> nameMap)
           
 void setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
           
 void setNew(boolean n)
           
 void setPrimaryKey(long primaryKey)
           
 void setPrimaryKeyObj(Serializable primaryKeyObj)
           
 void setSmallImage(boolean smallImage)
           
 void setSmallImageId(long smallImageId)
           
 void setSmallImageType(String smallImageType)
           
 void setSmallImageURL(String smallImageURL)
           
 void setStructureId(String structureId)
           
 void setTemplateId(String templateId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUserUuid(String userUuid)
           
 void setUuid(String uuid)
           
 void setXsl(String xsl)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

clone

Object clone()

equals

boolean equals(Object obj)
Overrides:
equals in class Object

getCacheable

boolean getCacheable()

getCompanyId

long getCompanyId()

getCreateDate

Date getCreateDate()

getDescription

String getDescription()

getDescription

String getDescription(Locale locale)

getDescription

String getDescription(Locale locale,
                      boolean useDefault)

getDescription

String getDescription(String languageId)

getDescription

String getDescription(String languageId,
                      boolean useDefault)

getDescriptionCurrentLanguageId

String getDescriptionCurrentLanguageId()

getDescriptionCurrentValue

String getDescriptionCurrentValue()

getDescriptionMap

Map<Locale,String> getDescriptionMap()

getExpandoBridge

ExpandoBridge getExpandoBridge()

getGroupId

long getGroupId()

getId

long getId()

getLangType

String getLangType()

getModelAttributes

Map<String,Object> getModelAttributes()

getModelClass

Class<?> getModelClass()

getModelClassName

String getModelClassName()

getModifiedDate

Date getModifiedDate()

getName

String getName()

getName

String getName(Locale locale)

getName

String getName(Locale locale,
               boolean useDefault)

getName

String getName(String languageId)

getName

String getName(String languageId,
               boolean useDefault)

getNameCurrentLanguageId

String getNameCurrentLanguageId()

getNameCurrentValue

String getNameCurrentValue()

getNameMap

Map<Locale,String> getNameMap()

getPrimaryKey

long getPrimaryKey()

getPrimaryKeyObj

Serializable getPrimaryKeyObj()

getSmallImage

boolean getSmallImage()

getSmallImageFile

File getSmallImageFile()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getSmallImageId

long getSmallImageId()

getSmallImageType

String getSmallImageType()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

getSmallImageURL

String getSmallImageURL()

getStructureId

String getStructureId()

getTemplateId

String getTemplateId()

getUserId

long getUserId()

getUserName

String getUserName()

getUserUuid

String getUserUuid()
                   throws SystemException
Throws:
SystemException

getUuid

String getUuid()

getXsl

String getXsl()

hashCode

int hashCode()
Overrides:
hashCode in class Object

isCacheable

boolean isCacheable()

isNew

boolean isNew()

isSmallImage

boolean isSmallImage()

prepareLocalizedFieldsForImport

void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
                                     throws LocaleException
Throws:
LocaleException

setCacheable

void setCacheable(boolean cacheable)

setCompanyId

void setCompanyId(long companyId)

setCreateDate

void setCreateDate(Date createDate)

setDescription

void setDescription(String description)

setDescription

void setDescription(String description,
                    Locale locale)

setDescription

void setDescription(String description,
                    Locale locale,
                    Locale defaultLocale)

setDescriptionCurrentLanguageId

void setDescriptionCurrentLanguageId(String languageId)

setDescriptionMap

void setDescriptionMap(Map<Locale,String> descriptionMap)

setDescriptionMap

void setDescriptionMap(Map<Locale,String> descriptionMap,
                       Locale defaultLocale)

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(JournalTemplate journalTemplate)

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)

setGroupId

void setGroupId(long groupId)

setId

void setId(long id)

setLangType

void setLangType(String langType)

setModelAttributes

void setModelAttributes(Map<String,Object> attributes)

setModifiedDate

void setModifiedDate(Date modifiedDate)

setName

void setName(String name)

setName

void setName(String name,
             Locale locale)

setName

void setName(String name,
             Locale locale,
             Locale defaultLocale)

setNameCurrentLanguageId

void setNameCurrentLanguageId(String languageId)

setNameMap

void setNameMap(Map<Locale,String> nameMap)

setNameMap

void setNameMap(Map<Locale,String> nameMap,
                Locale defaultLocale)

setNew

void setNew(boolean n)

setPrimaryKey

void setPrimaryKey(long primaryKey)

setPrimaryKeyObj

void setPrimaryKeyObj(Serializable primaryKeyObj)

setSmallImage

void setSmallImage(boolean smallImage)

setSmallImageId

void setSmallImageId(long smallImageId)

setSmallImageType

void setSmallImageType(String smallImageType)

setSmallImageURL

void setSmallImageURL(String smallImageURL)

setStructureId

void setStructureId(String structureId)

setTemplateId

void setTemplateId(String templateId)

setUserId

void setUserId(long userId)

setUserName

void setUserName(String userName)

setUserUuid

void setUserUuid(String userUuid)

setUuid

void setUuid(String uuid)

setXsl

void setXsl(String xsl)

Liferay 6.2-ce-ga5