|
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<Layout>
com.liferay.portal.model.impl.LayoutModelImpl
public class LayoutModelImpl
This interface is a model that represents the Layout table in the database.
LayoutImpl,
Layout,
LayoutModel,
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 | |
|---|---|
LayoutModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Layout layout)
|
boolean |
equals(Object obj)
|
String |
getColorSchemeId()
|
long |
getCompanyId()
|
String |
getCss()
|
String |
getDescription()
|
long |
getDlFolderId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getFriendlyURL()
|
long |
getGroupId()
|
boolean |
getHidden()
|
boolean |
getIconImage()
|
long |
getIconImageId()
|
long |
getLayoutId()
|
long |
getLayoutPrototypeId()
|
String |
getName()
|
long |
getOriginalDlFolderId()
|
String |
getOriginalFriendlyURL()
|
long |
getOriginalGroupId()
|
long |
getOriginalIconImageId()
|
long |
getOriginalLayoutId()
|
boolean |
getOriginalPrivateLayout()
|
String |
getOriginalUuid()
|
long |
getParentLayoutId()
|
long |
getPlid()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getPriority()
|
boolean |
getPrivateLayout()
|
String |
getThemeId()
|
String |
getTitle()
|
String |
getType()
|
String |
getTypeSettings()
|
String |
getUuid()
|
String |
getWapColorSchemeId()
|
String |
getWapThemeId()
|
int |
hashCode()
|
boolean |
isHidden()
|
boolean |
isIconImage()
|
boolean |
isPrivateLayout()
|
void |
setColorSchemeId(String colorSchemeId)
|
void |
setCompanyId(long companyId)
|
void |
setCss(String css)
|
void |
setDescription(String description)
|
void |
setDlFolderId(long dlFolderId)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFriendlyURL(String friendlyURL)
|
void |
setGroupId(long groupId)
|
void |
setHidden(boolean hidden)
|
void |
setIconImage(boolean iconImage)
|
void |
setIconImageId(long iconImageId)
|
void |
setLayoutId(long layoutId)
|
void |
setLayoutPrototypeId(long layoutPrototypeId)
|
void |
setName(String name)
|
void |
setParentLayoutId(long parentLayoutId)
|
void |
setPlid(long plid)
|
void |
setPrimaryKey(long pk)
|
void |
setPriority(int priority)
|
void |
setPrivateLayout(boolean privateLayout)
|
void |
setThemeId(String themeId)
|
void |
setTitle(String title)
|
void |
setType(String type)
|
void |
setTypeSettings(String typeSettings)
|
void |
setUuid(String uuid)
|
void |
setWapColorSchemeId(String wapColorSchemeId)
|
void |
setWapThemeId(String wapThemeId)
|
Layout |
toEscapedModel()
|
static Layout |
toModel(LayoutSoap soapModel)
|
static List<Layout> |
toModels(LayoutSoap[] 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.portal.model.LayoutModel |
|---|
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 LayoutModelImpl()
| Method Detail |
|---|
public static Layout toModel(LayoutSoap soapModel)
public static List<Layout> toModels(LayoutSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface LayoutModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface LayoutModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Layout>getPrimaryKeyObj in interface LayoutModelpublic String getUuid()
getUuid in interface LayoutModelpublic void setUuid(String uuid)
setUuid in interface LayoutModelpublic String getOriginalUuid()
public long getPlid()
getPlid in interface LayoutModelpublic void setPlid(long plid)
setPlid in interface LayoutModelpublic long getGroupId()
getGroupId in interface LayoutModelpublic void setGroupId(long groupId)
setGroupId in interface LayoutModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface LayoutModelpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutModelpublic boolean getPrivateLayout()
getPrivateLayout in interface LayoutModelpublic boolean isPrivateLayout()
isPrivateLayout in interface LayoutModelpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface LayoutModelpublic boolean getOriginalPrivateLayout()
public long getLayoutId()
getLayoutId in interface LayoutModelpublic void setLayoutId(long layoutId)
setLayoutId in interface LayoutModelpublic long getOriginalLayoutId()
public long getParentLayoutId()
getParentLayoutId in interface LayoutModelpublic void setParentLayoutId(long parentLayoutId)
setParentLayoutId in interface LayoutModelpublic String getName()
getName in interface LayoutModelpublic void setName(String name)
setName in interface LayoutModelpublic String getTitle()
getTitle in interface LayoutModelpublic void setTitle(String title)
setTitle in interface LayoutModelpublic String getDescription()
getDescription in interface LayoutModelpublic void setDescription(String description)
setDescription in interface LayoutModelpublic String getType()
getType in interface LayoutModelpublic void setType(String type)
setType in interface LayoutModelpublic String getTypeSettings()
getTypeSettings in interface LayoutModelpublic void setTypeSettings(String typeSettings)
setTypeSettings in interface LayoutModelpublic boolean getHidden()
getHidden in interface LayoutModelpublic boolean isHidden()
isHidden in interface LayoutModelpublic void setHidden(boolean hidden)
setHidden in interface LayoutModelpublic String getFriendlyURL()
getFriendlyURL in interface LayoutModelpublic void setFriendlyURL(String friendlyURL)
setFriendlyURL in interface LayoutModelpublic String getOriginalFriendlyURL()
public boolean getIconImage()
getIconImage in interface LayoutModelpublic boolean isIconImage()
isIconImage in interface LayoutModelpublic void setIconImage(boolean iconImage)
setIconImage in interface LayoutModelpublic long getIconImageId()
getIconImageId in interface LayoutModelpublic void setIconImageId(long iconImageId)
setIconImageId in interface LayoutModelpublic long getOriginalIconImageId()
public String getThemeId()
getThemeId in interface LayoutModelpublic void setThemeId(String themeId)
setThemeId in interface LayoutModelpublic String getColorSchemeId()
getColorSchemeId in interface LayoutModelpublic void setColorSchemeId(String colorSchemeId)
setColorSchemeId in interface LayoutModelpublic String getWapThemeId()
getWapThemeId in interface LayoutModelpublic void setWapThemeId(String wapThemeId)
setWapThemeId in interface LayoutModelpublic String getWapColorSchemeId()
getWapColorSchemeId in interface LayoutModelpublic void setWapColorSchemeId(String wapColorSchemeId)
setWapColorSchemeId in interface LayoutModelpublic String getCss()
getCss in interface LayoutModelpublic void setCss(String css)
setCss in interface LayoutModelpublic int getPriority()
getPriority in interface LayoutModelpublic void setPriority(int priority)
setPriority in interface LayoutModelpublic long getLayoutPrototypeId()
getLayoutPrototypeId in interface LayoutModelpublic void setLayoutPrototypeId(long layoutPrototypeId)
setLayoutPrototypeId in interface LayoutModelpublic long getDlFolderId()
getDlFolderId in interface LayoutModelpublic void setDlFolderId(long dlFolderId)
setDlFolderId in interface LayoutModelpublic long getOriginalDlFolderId()
public Layout toEscapedModel()
toEscapedModel in interface LayoutModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Layout>getExpandoBridge in interface LayoutModelgetExpandoBridge in class BaseModelImpl<Layout>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Layout>setExpandoBridgeAttributes in interface LayoutModelsetExpandoBridgeAttributes in class BaseModelImpl<Layout>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Layout>clone in interface LayoutModelclone in class BaseModelImpl<Layout>public int compareTo(Layout layout)
compareTo in interface LayoutModelcompareTo in interface Comparable<Layout>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LayoutModelhashCode in class Objectpublic String toString()
toString in interface LayoutModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Layout>toXmlString in interface LayoutModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||