Liferay 6.1.2-ce-ga3

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.JournalStructureBaseImpl
              extended by com.liferay.portlet.journal.model.impl.JournalStructureImpl
All Implemented Interfaces:
AuditedModel, BaseModel<JournalStructure>, ClassedModel, GroupedModel, PersistedModel, JournalStructure, JournalStructureModel, Serializable, Cloneable, Comparable<JournalStructure>

public class JournalStructureImpl
extends JournalStructureBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTSTRUCTUREID_COLUMN_BITMASK, SESSION_FACTORY, STRUCTUREID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
JournalStructureImpl()
           
 
Method Summary
protected  void addParentStructureId(Element parentEl, String parentStructureId)
           
 String getMergedXsd()
           
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalStructureBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.journal.model.impl.JournalStructureModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalGroupId, getOriginalParentStructureId, getOriginalStructureId, getOriginalUuid, getParentStructureId, getPrimaryKey, getPrimaryKeyObj, getStructureId, getUserId, getUserName, getUserUuid, getUuid, getXsd, hashCode, prepareLocalizedFieldsForImport, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setId, setModelAttributes, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setParentStructureId, setPrimaryKey, setPrimaryKeyObj, setStructureId, setUserId, setUserName, setUserUuid, setUuid, setXsd, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getParentStructureId, getPrimaryKey, getPrimaryKeyObj, getStructureId, getUserId, getUserName, getUserUuid, getUuid, getXsd, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setParentStructureId, setPrimaryKey, setPrimaryKeyObj, setStructureId, setUserId, setUserName, setUserUuid, setUuid, setXsd, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

JournalStructureImpl

public JournalStructureImpl()
Method Detail

getMergedXsd

public String getMergedXsd()

addParentStructureId

protected void addParentStructureId(Element parentEl,
                                    String parentStructureId)

Liferay 6.1.2-ce-ga3