Liferay 6.2.0

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

Method Detail

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)

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)

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()

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)

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)

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.0