|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.imagegallery.model.IGFolderWrapper
public class IGFolderWrapper
This class is a wrapper for IGFolder.
IGFolder,
Serialized Form| Constructor Summary | |
|---|---|
IGFolderWrapper(IGFolder igFolder)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(IGFolder igFolder)
|
List<IGFolder> |
getAncestors()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFolderId()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
IGFolder |
getParentFolder()
|
long |
getParentFolderId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserUuid()
|
String |
getUuid()
|
IGFolder |
getWrappedIGFolder()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRoot()
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFolderId(long folderId)
|
void |
setGroupId(long groupId)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setParentFolderId(long parentFolderId)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
IGFolder |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IGFolderWrapper(IGFolder igFolder)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface IGFolderModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface IGFolderModelpublic String getUuid()
getUuid in interface IGFolderModelpublic void setUuid(String uuid)
setUuid in interface IGFolderModelpublic long getFolderId()
getFolderId in interface IGFolderModelpublic void setFolderId(long folderId)
setFolderId in interface IGFolderModelpublic long getGroupId()
getGroupId in interface IGFolderModelpublic void setGroupId(long groupId)
setGroupId in interface IGFolderModelpublic long getCompanyId()
getCompanyId in interface IGFolderModelpublic void setCompanyId(long companyId)
setCompanyId in interface IGFolderModelpublic long getUserId()
getUserId in interface IGFolderModelpublic void setUserId(long userId)
setUserId in interface IGFolderModel
public String getUserUuid()
throws SystemException
getUserUuid in interface IGFolderModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface IGFolderModelpublic Date getCreateDate()
getCreateDate in interface IGFolderModelpublic void setCreateDate(Date createDate)
setCreateDate in interface IGFolderModelpublic Date getModifiedDate()
getModifiedDate in interface IGFolderModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface IGFolderModelpublic long getParentFolderId()
getParentFolderId in interface IGFolderModelpublic void setParentFolderId(long parentFolderId)
setParentFolderId in interface IGFolderModelpublic String getName()
getName in interface IGFolderModelpublic void setName(String name)
setName in interface IGFolderModelpublic String getDescription()
getDescription in interface IGFolderModelpublic void setDescription(String description)
setDescription in interface IGFolderModelpublic IGFolder toEscapedModel()
toEscapedModel in interface IGFolderModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<IGFolder>isNew in interface IGFolderModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<IGFolder>setNew in interface IGFolderModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<IGFolder>isCachedModel in interface IGFolderModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<IGFolder>setCachedModel in interface IGFolderModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<IGFolder>isEscapedModel in interface IGFolderModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<IGFolder>setEscapedModel in interface IGFolderModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<IGFolder>getPrimaryKeyObj in interface IGFolderModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<IGFolder>getExpandoBridge in interface IGFolderModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<IGFolder>setExpandoBridgeAttributes in interface IGFolderModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<IGFolder>clone in interface IGFolderModelclone in class Objectpublic int compareTo(IGFolder igFolder)
compareTo in interface IGFolderModelcompareTo in interface Comparable<IGFolder>public int hashCode()
hashCode in interface IGFolderModelhashCode in class Objectpublic String toString()
toString in interface IGFolderModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<IGFolder>toXmlString in interface IGFolderModel
public List<IGFolder> getAncestors()
throws PortalException,
SystemException
getAncestors in interface IGFolderPortalException
SystemException
public IGFolder getParentFolder()
throws PortalException,
SystemException
getParentFolder in interface IGFolderPortalException
SystemExceptionpublic boolean isRoot()
isRoot in interface IGFolderpublic IGFolder getWrappedIGFolder()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||