Liferay 6.0.5

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

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

public class JournalStructureImpl
extends JournalStructureModelImpl
implements JournalStructure

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
JournalStructureImpl()
           
 
Method Summary
protected  void addParentStructureId(Element parentEl, String parentStructureId)
           
 String getMergedXsd()
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getId, getModifiedDate, getName, getOriginalGroupId, getOriginalStructureId, getOriginalUuid, getParentStructureId, getPrimaryKey, getPrimaryKeyObj, getStructureId, getUserId, getUserName, getUserUuid, getUuid, getXsd, hashCode, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setId, setModifiedDate, setName, setParentStructureId, setPrimaryKey, setStructureId, setUserId, setUserName, setUserUuid, setUuid, setXsd, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.journal.model.JournalStructureModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getId, getModifiedDate, getName, getParentStructureId, getPrimaryKey, getPrimaryKeyObj, getStructureId, getUserId, getUserName, getUserUuid, getUuid, getXsd, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setId, setModifiedDate, setName, setNew, setParentStructureId, setPrimaryKey, setStructureId, setUserId, setUserName, setUserUuid, setUuid, setXsd, toEscapedModel, toString, toXmlString
 

Constructor Detail

JournalStructureImpl

public JournalStructureImpl()
Method Detail

getMergedXsd

public String getMergedXsd()
Specified by:
getMergedXsd in interface JournalStructure

addParentStructureId

protected void addParentStructureId(Element parentEl,
                                    String parentStructureId)

Liferay 6.0.5