Liferay 6.2.0-ce-rc4

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLFileShortcut>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutBaseImpl
              extended by com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl
All Implemented Interfaces:
AuditedModel, BaseModel<DLFileShortcut>, ClassedModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel, DLFileShortcut, DLFileShortcutModel, Serializable, Cloneable, Comparable<DLFileShortcut>

public class DLFileShortcutImpl
extends DLFileShortcutBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
ACTIVE_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FILESHORTCUTID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, FOLDERID_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TOFILEENTRYID_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
DLFileShortcutImpl()
           
 
Method Summary
 String buildTreePath()
           
protected  void buildTreePath(StringBundler sb, DLFolder dlFolder)
           
 DLFolder getDLFolder()
           
 Folder getFolder()
           
 String getToTitle()
           
 DLFolder getTrashContainer()
           
 boolean isInHiddenFolder()
           
 boolean isInTrashContainer()
          Returns true if the parent of this document library file shortcut is in the Recycle Bin.
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
clone, compareTo, equals, getActive, getApproved, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalActive, getOriginalCompanyId, getOriginalFolderId, getOriginalGroupId, getOriginalStatus, getOriginalToFileEntryId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getToFileEntryId, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isPending, isScheduled, resetOriginalValues, setActive, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFileEntryId, setTreePath, 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.DLFileShortcutModel
clone, compareTo, getActive, getApproved, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getToFileEntryId, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isNew, isPending, isScheduled, setActive, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFileEntryId, setTreePath, 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

DLFileShortcutImpl

public DLFileShortcutImpl()
Method Detail

buildTreePath

public String buildTreePath()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getDLFolder

public DLFolder getDLFolder()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getFolder

public Folder getFolder()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getToTitle

public String getToTitle()

getTrashContainer

public DLFolder getTrashContainer()
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

isInHiddenFolder

public boolean isInHiddenFolder()

isInTrashContainer

public boolean isInTrashContainer()
Description copied from interface: DLFileShortcutModel
Returns true if the parent of this document library file shortcut is in the Recycle Bin.

Specified by:
isInTrashContainer in interface TrashedModel
Specified by:
isInTrashContainer in interface DLFileShortcutModel
Overrides:
isInTrashContainer in class DLFileShortcutModelImpl
Returns:
true if the parent of this document library file shortcut is in the Recycle Bin; false otherwise

buildTreePath

protected void buildTreePath(StringBundler sb,
                             DLFolder dlFolder)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

Liferay 6.2.0-ce-rc4