com.liferay.portlet.journal.model.impl
Class JournalStructureImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl
      extended by com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
          extended by com.liferay.portlet.journal.model.impl.JournalStructureImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel, com.liferay.portlet.journal.model.JournalStructure, com.liferay.portlet.journal.model.JournalStructureModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable

public class JournalStructureImpl
extends JournalStructureModelImpl
implements com.liferay.portlet.journal.model.JournalStructure

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
static java.lang.String RESERVED
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_COMMENTS
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_ID
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_JOB_TITLE
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_LOCATION
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_NAME
           
static java.lang.String RESERVED_ARTICLE_AUTHOR_ORGANIZATION
           
static java.lang.String RESERVED_ARTICLE_CREATE_DATE
           
static java.lang.String RESERVED_ARTICLE_DESCRIPTION
           
static java.lang.String RESERVED_ARTICLE_DISPLAY_DATE
           
static java.lang.String RESERVED_ARTICLE_ID
           
static java.lang.String RESERVED_ARTICLE_MODIFIED_DATE
           
static java.lang.String RESERVED_ARTICLE_SMALL_IMAGE_URL
           
static java.lang.String RESERVED_ARTICLE_TITLE
           
static java.lang.String RESERVED_ARTICLE_TYPE
           
static java.lang.String RESERVED_ARTICLE_VERSION
           
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
JournalStructureImpl()
           
 
Method Summary
 java.lang.String getMergedXsd()
           
 java.lang.String getUserUuid()
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getId, getModifiedDate, getName, getParentStructureId, getPrimaryKey, getPrimaryKeyObj, getStructureId, getUserId, getUserName, getUuid, getXsd, hashCode, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setModifiedDate, setName, setParentStructureId, setPrimaryKey, setStructureId, setUserId, setUserName, setUuid, setXsd, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalStructureModel
getCompanyId, getCreateDate, getDescription, getGroupId, getId, getModifiedDate, getName, getParentStructureId, getPrimaryKey, getStructureId, getUserId, getUserName, getUuid, getXsd, setCompanyId, setCreateDate, setDescription, setGroupId, setId, setModifiedDate, setName, setParentStructureId, setPrimaryKey, setStructureId, setUserId, setUserName, setUuid, setXsd, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

RESERVED

public static final java.lang.String RESERVED
See Also:
Constant Field Values

RESERVED_ARTICLE_ID

public static final java.lang.String RESERVED_ARTICLE_ID
See Also:
Constant Field Values

RESERVED_ARTICLE_VERSION

public static final java.lang.String RESERVED_ARTICLE_VERSION
See Also:
Constant Field Values

RESERVED_ARTICLE_TITLE

public static final java.lang.String RESERVED_ARTICLE_TITLE
See Also:
Constant Field Values

RESERVED_ARTICLE_DESCRIPTION

public static final java.lang.String RESERVED_ARTICLE_DESCRIPTION
See Also:
Constant Field Values

RESERVED_ARTICLE_TYPE

public static final java.lang.String RESERVED_ARTICLE_TYPE
See Also:
Constant Field Values

RESERVED_ARTICLE_CREATE_DATE

public static final java.lang.String RESERVED_ARTICLE_CREATE_DATE
See Also:
Constant Field Values

RESERVED_ARTICLE_MODIFIED_DATE

public static final java.lang.String RESERVED_ARTICLE_MODIFIED_DATE
See Also:
Constant Field Values

RESERVED_ARTICLE_DISPLAY_DATE

public static final java.lang.String RESERVED_ARTICLE_DISPLAY_DATE
See Also:
Constant Field Values

RESERVED_ARTICLE_SMALL_IMAGE_URL

public static final java.lang.String RESERVED_ARTICLE_SMALL_IMAGE_URL
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_ID

public static final java.lang.String RESERVED_ARTICLE_AUTHOR_ID
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_NAME

public static final java.lang.String RESERVED_ARTICLE_AUTHOR_NAME
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS

public static final java.lang.String RESERVED_ARTICLE_AUTHOR_EMAIL_ADDRESS
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_COMMENTS

public static final java.lang.String RESERVED_ARTICLE_AUTHOR_COMMENTS
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_ORGANIZATION

public static final java.lang.String RESERVED_ARTICLE_AUTHOR_ORGANIZATION
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_LOCATION

public static final java.lang.String RESERVED_ARTICLE_AUTHOR_LOCATION
See Also:
Constant Field Values

RESERVED_ARTICLE_AUTHOR_JOB_TITLE

public static final java.lang.String RESERVED_ARTICLE_AUTHOR_JOB_TITLE
See Also:
Constant Field Values
Constructor Detail

JournalStructureImpl

public JournalStructureImpl()
Method Detail

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface com.liferay.portlet.journal.model.JournalStructure
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portlet.journal.model.JournalStructure

getMergedXsd

public java.lang.String getMergedXsd()
Specified by:
getMergedXsd in interface com.liferay.portlet.journal.model.JournalStructure