|
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.bookmarks.model.BookmarksFolderWrapper
public class BookmarksFolderWrapper
This class is a wrapper for BookmarksFolder.
BookmarksFolder,
Serialized Form| Constructor Summary | |
|---|---|
BookmarksFolderWrapper(BookmarksFolder bookmarksFolder)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BookmarksFolder bookmarksFolder)
|
List<BookmarksFolder> |
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()
|
BookmarksFolder |
getParentFolder()
|
long |
getParentFolderId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserUuid()
|
String |
getUuid()
|
BookmarksFolder |
getWrappedBookmarksFolder()
|
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)
|
BookmarksFolder |
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 BookmarksFolderWrapper(BookmarksFolder bookmarksFolder)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface BookmarksFolderModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface BookmarksFolderModelpublic String getUuid()
getUuid in interface BookmarksFolderModelpublic void setUuid(String uuid)
setUuid in interface BookmarksFolderModelpublic long getFolderId()
getFolderId in interface BookmarksFolderModelpublic void setFolderId(long folderId)
setFolderId in interface BookmarksFolderModelpublic long getGroupId()
getGroupId in interface BookmarksFolderModelpublic void setGroupId(long groupId)
setGroupId in interface BookmarksFolderModelpublic long getCompanyId()
getCompanyId in interface BookmarksFolderModelpublic void setCompanyId(long companyId)
setCompanyId in interface BookmarksFolderModelpublic long getUserId()
getUserId in interface BookmarksFolderModelpublic void setUserId(long userId)
setUserId in interface BookmarksFolderModel
public String getUserUuid()
throws SystemException
getUserUuid in interface BookmarksFolderModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface BookmarksFolderModelpublic Date getCreateDate()
getCreateDate in interface BookmarksFolderModelpublic void setCreateDate(Date createDate)
setCreateDate in interface BookmarksFolderModelpublic Date getModifiedDate()
getModifiedDate in interface BookmarksFolderModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface BookmarksFolderModelpublic long getParentFolderId()
getParentFolderId in interface BookmarksFolderModelpublic void setParentFolderId(long parentFolderId)
setParentFolderId in interface BookmarksFolderModelpublic String getName()
getName in interface BookmarksFolderModelpublic void setName(String name)
setName in interface BookmarksFolderModelpublic String getDescription()
getDescription in interface BookmarksFolderModelpublic void setDescription(String description)
setDescription in interface BookmarksFolderModelpublic BookmarksFolder toEscapedModel()
toEscapedModel in interface BookmarksFolderModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<BookmarksFolder>isNew in interface BookmarksFolderModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<BookmarksFolder>setNew in interface BookmarksFolderModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<BookmarksFolder>isCachedModel in interface BookmarksFolderModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<BookmarksFolder>setCachedModel in interface BookmarksFolderModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<BookmarksFolder>isEscapedModel in interface BookmarksFolderModeltrue 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<BookmarksFolder>setEscapedModel in interface BookmarksFolderModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BookmarksFolder>getPrimaryKeyObj in interface BookmarksFolderModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BookmarksFolder>getExpandoBridge in interface BookmarksFolderModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BookmarksFolder>setExpandoBridgeAttributes in interface BookmarksFolderModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<BookmarksFolder>clone in interface BookmarksFolderModelclone in class Objectpublic int compareTo(BookmarksFolder bookmarksFolder)
compareTo in interface BookmarksFolderModelcompareTo in interface Comparable<BookmarksFolder>public int hashCode()
hashCode in interface BookmarksFolderModelhashCode in class Objectpublic String toString()
toString in interface BookmarksFolderModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<BookmarksFolder>toXmlString in interface BookmarksFolderModel
public List<BookmarksFolder> getAncestors()
throws PortalException,
SystemException
getAncestors in interface BookmarksFolderPortalException
SystemException
public BookmarksFolder getParentFolder()
throws PortalException,
SystemException
getParentFolder in interface BookmarksFolderPortalException
SystemExceptionpublic boolean isRoot()
isRoot in interface BookmarksFolderpublic BookmarksFolder getWrappedBookmarksFolder()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||