|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayoutModel
This interface is a model that represents the Layout table in the database.
Layout,
LayoutImpl,
LayoutModelImpl| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Layout layout)
|
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 |
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 |
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 |
isHidden()
|
boolean |
isIconImage()
|
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isPrivateLayout()
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setColorSchemeId(String colorSchemeId)
|
void |
setCompanyId(long companyId)
|
void |
setCss(String css)
|
void |
setDescription(String description)
|
void |
setDlFolderId(long dlFolderId)
|
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 |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
String getUuid()
void setUuid(String uuid)
long getPlid()
void setPlid(long plid)
long getGroupId()
void setGroupId(long groupId)
long getCompanyId()
void setCompanyId(long companyId)
boolean getPrivateLayout()
boolean isPrivateLayout()
void setPrivateLayout(boolean privateLayout)
long getLayoutId()
void setLayoutId(long layoutId)
long getParentLayoutId()
void setParentLayoutId(long parentLayoutId)
String getName()
void setName(String name)
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String description)
String getType()
void setType(String type)
String getTypeSettings()
void setTypeSettings(String typeSettings)
boolean getHidden()
boolean isHidden()
void setHidden(boolean hidden)
String getFriendlyURL()
void setFriendlyURL(String friendlyURL)
boolean getIconImage()
boolean isIconImage()
void setIconImage(boolean iconImage)
long getIconImageId()
void setIconImageId(long iconImageId)
String getThemeId()
void setThemeId(String themeId)
String getColorSchemeId()
void setColorSchemeId(String colorSchemeId)
String getWapThemeId()
void setWapThemeId(String wapThemeId)
String getWapColorSchemeId()
void setWapColorSchemeId(String wapColorSchemeId)
String getCss()
void setCss(String css)
int getPriority()
void setPriority(int priority)
long getLayoutPrototypeId()
void setLayoutPrototypeId(long layoutPrototypeId)
long getDlFolderId()
void setDlFolderId(long dlFolderId)
Layout toEscapedModel()
boolean isNew()
BaseModel
isNew in interface BaseModel<Layout>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<Layout>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<Layout>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Layout>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<Layout>true if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)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<Layout>escapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Layout>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Layout>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Layout>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<Layout>int compareTo(Layout layout)
compareTo in interface Comparable<Layout>int hashCode()
hashCode in class ObjectString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<Layout>
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||