Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model.impl
Class DLFileEntryTypeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLFileEntryType>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeBaseImpl
              extended by com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeImpl
All Implemented Interfaces:
AuditedModel, BaseModel<DLFileEntryType>, ClassedModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, DLFileEntryType, DLFileEntryTypeModel, Serializable, Cloneable, Comparable<DLFileEntryType>

public class DLFileEntryTypeImpl
extends DLFileEntryTypeBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FILEENTRYTYPEID_COLUMN_BITMASK, FILEENTRYTYPEKEY_COLUMN_BITMASK, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DDMSTRUCTURES, FINDER_CACHE_ENABLED_DLFILEENTRYTYPES_DLFOLDERS, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_COLUMNS, MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_NAME, MAPPING_TABLE_DLFILEENTRYTYPES_DDMSTRUCTURES_SQL_CREATE, MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_COLUMNS, MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_NAME, MAPPING_TABLE_DLFILEENTRYTYPES_DLFOLDERS_SQL_CREATE, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
DLFileEntryTypeImpl()
           
 
Method Summary
 List<DDMStructure> getDDMStructures()
           
 String getName(Locale locale)
          Returns the localized name of this document library file entry type in the language.
 boolean isExportable()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl
clone, compareTo, equals, getAvailableLanguageIds, getColumnBitmask, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getFileEntryTypeId, getFileEntryTypeKey, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalCompanyId, getOriginalFileEntryTypeKey, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, hashCode, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setFileEntryTypeId, setFileEntryTypeKey, setGroupId, setModelAttributes, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryTypeModel
clone, compareTo, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getFileEntryTypeId, getFileEntryTypeKey, getGroupId, getModifiedDate, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileEntryTypeId, setFileEntryTypeKey, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, 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
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 

Constructor Detail

DLFileEntryTypeImpl

public DLFileEntryTypeImpl()
Method Detail

getDDMStructures

public List<DDMStructure> getDDMStructures()
                                    throws SystemException
Throws:
SystemException

getName

public String getName(Locale locale)
Description copied from interface: DLFileEntryTypeModel
Returns the localized name of this document library file entry type in the language. Uses the default language if no localization exists for the requested language.

Specified by:
getName in interface DLFileEntryTypeModel
Overrides:
getName in class DLFileEntryTypeModelImpl
Parameters:
locale - the locale of the language
Returns:
the localized name of this document library file entry type

isExportable

public boolean isExportable()

Liferay 6.2-ce-ga5