|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<BookmarksFolder>
com.liferay.portlet.bookmarks.model.impl.BookmarksFolderModelImpl
public class BookmarksFolderModelImpl
This interface is a model that represents the BookmarksFolder table in the database.
BookmarksFolderImpl,
BookmarksFolder,
BookmarksFolderModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
BookmarksFolderModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(BookmarksFolder bookmarksFolder)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getFolderId()
|
long |
getGroupId()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getOriginalGroupId()
|
String |
getOriginalUuid()
|
long |
getParentFolderId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
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 |
setParentFolderId(long parentFolderId)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
BookmarksFolder |
toEscapedModel()
|
static BookmarksFolder |
toModel(BookmarksFolderSoap soapModel)
|
static List<BookmarksFolder> |
toModels(BookmarksFolderSoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.bookmarks.model.BookmarksFolderModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public BookmarksFolderModelImpl()
| Method Detail |
|---|
public static BookmarksFolder toModel(BookmarksFolderSoap soapModel)
public static List<BookmarksFolder> toModels(BookmarksFolderSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface BookmarksFolderModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface BookmarksFolderModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<BookmarksFolder>getPrimaryKeyObj in interface BookmarksFolderModelpublic String getUuid()
getUuid in interface BookmarksFolderModelpublic void setUuid(String uuid)
setUuid in interface BookmarksFolderModelpublic String getOriginalUuid()
public 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 getOriginalGroupId()
public 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<BookmarksFolder>getExpandoBridge in interface BookmarksFolderModelgetExpandoBridge in class BaseModelImpl<BookmarksFolder>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<BookmarksFolder>setExpandoBridgeAttributes in interface BookmarksFolderModelsetExpandoBridgeAttributes in class BaseModelImpl<BookmarksFolder>serviceContext - 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 BaseModelImpl<BookmarksFolder>public int compareTo(BookmarksFolder bookmarksFolder)
compareTo in interface BookmarksFolderModelcompareTo in interface Comparable<BookmarksFolder>public boolean equals(Object obj)
equals in class Objectpublic 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
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||