Liferay 7.0-ce-b7 portal-impl

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

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.document.library.kernel.model.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:
com.liferay.document.library.kernel.model.DLFileEntryType, com.liferay.document.library.kernel.model.DLFileEntryTypeModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.document.library.kernel.model.DLFileEntryType>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, Serializable, Cloneable, Comparable<com.liferay.document.library.kernel.model.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_DLFOLDERS, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, 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_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.document.library.kernel.model.DLFileEntryType
FILE_ENTRY_TYPE_ID_ACCESSOR
 
Constructor Summary
DLFileEntryTypeImpl()
           
 
Method Summary
 List<com.liferay.dynamic.data.mapping.kernel.DDMStructure> getDDMStructures()
           
protected  List<com.liferay.dynamic.data.mapping.kernel.DDMStructure> getDDMStructures(List<com.liferay.dynamic.data.mapping.kernel.DDMStructureLink> ddmStructureLinks)
           
 String getName(Locale locale)
           
 String getUnambiguousName(List<com.liferay.document.library.kernel.model.DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale)
           
 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, getLastPublishDate, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalCompanyId, getOriginalFileEntryTypeKey, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setFileEntryTypeId, setFileEntryTypeKey, setGroupId, setLastPublishDate, 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.kernel.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.document.library.kernel.model.DLFileEntryTypeModel
clone, compareTo, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getFileEntryTypeId, getFileEntryTypeKey, getGroupId, getLastPublishDate, 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, setLastPublishDate, 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.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
getStagedModelType
 

Constructor Detail

DLFileEntryTypeImpl

public DLFileEntryTypeImpl()
Method Detail

getDDMStructures

public List<com.liferay.dynamic.data.mapping.kernel.DDMStructure> getDDMStructures()

getName

public String getName(Locale locale)
Specified by:
getName in interface com.liferay.document.library.kernel.model.DLFileEntryTypeModel
Overrides:
getName in class DLFileEntryTypeModelImpl

getUnambiguousName

public String getUnambiguousName(List<com.liferay.document.library.kernel.model.DLFileEntryType> dlFileEntryTypes,
                                 long groupId,
                                 Locale locale)
                          throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

isExportable

public boolean isExportable()

getDDMStructures

protected List<com.liferay.dynamic.data.mapping.kernel.DDMStructure> getDDMStructures(List<com.liferay.dynamic.data.mapping.kernel.DDMStructureLink> ddmStructureLinks)

Liferay 7.0-ce-b7 portal-impl