com.liferay.portlet.imagegallery.model
Interface IGFolder
- All Superinterfaces:
- BaseModel<IGFolder>, java.lang.Cloneable, java.lang.Comparable<IGFolder>, IGFolderModel, java.io.Serializable
- All Known Implementing Classes:
- IGFolderWrapper
public interface IGFolder
- extends IGFolderModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the IGFolder table in the
database.
Customize com.liferay.portlet.imagegallery.model.impl.IGFolderImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
IGFolderModel
,
com.liferay.portlet.imagegallery.model.impl.IGFolderImpl
,
com.liferay.portlet.imagegallery.model.impl.IGFolderModelImpl
- Generated:
Methods inherited from interface com.liferay.portlet.imagegallery.model.IGFolderModel |
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setFolderId, setGroupId, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setUserId, setUserUuid, setUuid, toEscapedModel, toString, toXmlString |
getAncestors
java.util.List<IGFolder> getAncestors()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getParentFolder
IGFolder getParentFolder()
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
isRoot
boolean isRoot()