com.liferay.portlet.documentlibrary.model.impl
Class DLFileShortcutImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<DLFileShortcut>
com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutBaseImpl
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
| 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 |
| 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 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 |
DLFileShortcutImpl
public DLFileShortcutImpl()
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