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

The model interface for the IGFolder service. Represents a row in the "IGFolder" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.imagegallery.model.impl.IGFolderImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a i g folder model instance should use the IGFolder interface instead.

Author:
Brian Wing Shun Chan
See Also:
IGFolderModel, com.liferay.portlet.imagegallery.model.impl.IGFolderImpl, com.liferay.portlet.imagegallery.model.impl.IGFolderModelImpl
Generated:

Method Summary
 java.util.List<IGFolder> getAncestors()
           
 IGFolder getParentFolder()
           
 boolean isRoot()
           
 
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
 

Method Detail

getAncestors

java.util.List<IGFolder> getAncestors()
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

getParentFolder

IGFolder getParentFolder()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

isRoot

boolean isRoot()