|
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<LayoutSet>
com.liferay.portal.model.impl.LayoutSetModelImpl
public class LayoutSetModelImpl
This interface is a model that represents the LayoutSet table in the database.
LayoutSetImpl,
LayoutSet,
LayoutSetModel,
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 |
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 | |
|---|---|
LayoutSetModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSet layoutSet)
|
boolean |
equals(Object obj)
|
String |
getColorSchemeId()
|
long |
getCompanyId()
|
String |
getCss()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
long |
getLayoutSetId()
|
long |
getLayoutSetPrototypeId()
|
boolean |
getLogo()
|
long |
getLogoId()
|
long |
getOriginalGroupId()
|
boolean |
getOriginalPrivateLayout()
|
String |
getOriginalVirtualHost()
|
int |
getPageCount()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
boolean |
getPrivateLayout()
|
String |
getSettings()
|
String |
getThemeId()
|
String |
getVirtualHost()
|
String |
getWapColorSchemeId()
|
String |
getWapThemeId()
|
int |
hashCode()
|
boolean |
isLogo()
|
boolean |
isPrivateLayout()
|
void |
setColorSchemeId(String colorSchemeId)
|
void |
setCompanyId(long companyId)
|
void |
setCss(String css)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
|
void |
setLayoutSetId(long layoutSetId)
|
void |
setLayoutSetPrototypeId(long layoutSetPrototypeId)
|
void |
setLogo(boolean logo)
|
void |
setLogoId(long logoId)
|
void |
setPageCount(int pageCount)
|
void |
setPrimaryKey(long pk)
|
void |
setPrivateLayout(boolean privateLayout)
|
void |
setSettings(String settings)
|
void |
setThemeId(String themeId)
|
void |
setVirtualHost(String virtualHost)
|
void |
setWapColorSchemeId(String wapColorSchemeId)
|
void |
setWapThemeId(String wapThemeId)
|
LayoutSet |
toEscapedModel()
|
static LayoutSet |
toModel(LayoutSetSoap soapModel)
|
static List<LayoutSet> |
toModels(LayoutSetSoap[] 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.LayoutSetModel |
|---|
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 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 LayoutSetModelImpl()
| Method Detail |
|---|
public static LayoutSet toModel(LayoutSetSoap soapModel)
public static List<LayoutSet> toModels(LayoutSetSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface LayoutSetModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface LayoutSetModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSet>getPrimaryKeyObj in interface LayoutSetModelpublic long getLayoutSetId()
getLayoutSetId in interface LayoutSetModelpublic void setLayoutSetId(long layoutSetId)
setLayoutSetId in interface LayoutSetModelpublic long getGroupId()
getGroupId in interface LayoutSetModelpublic void setGroupId(long groupId)
setGroupId in interface LayoutSetModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface LayoutSetModelpublic void setCompanyId(long companyId)
setCompanyId in interface LayoutSetModelpublic boolean getPrivateLayout()
getPrivateLayout in interface LayoutSetModelpublic boolean isPrivateLayout()
isPrivateLayout in interface LayoutSetModelpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface LayoutSetModelpublic boolean getOriginalPrivateLayout()
public boolean getLogo()
getLogo in interface LayoutSetModelpublic boolean isLogo()
isLogo in interface LayoutSetModelpublic void setLogo(boolean logo)
setLogo in interface LayoutSetModelpublic long getLogoId()
getLogoId in interface LayoutSetModelpublic void setLogoId(long logoId)
setLogoId in interface LayoutSetModelpublic String getThemeId()
getThemeId in interface LayoutSetModelpublic void setThemeId(String themeId)
setThemeId in interface LayoutSetModelpublic String getColorSchemeId()
getColorSchemeId in interface LayoutSetModelpublic void setColorSchemeId(String colorSchemeId)
setColorSchemeId in interface LayoutSetModelpublic String getWapThemeId()
getWapThemeId in interface LayoutSetModelpublic void setWapThemeId(String wapThemeId)
setWapThemeId in interface LayoutSetModelpublic String getWapColorSchemeId()
getWapColorSchemeId in interface LayoutSetModelpublic void setWapColorSchemeId(String wapColorSchemeId)
setWapColorSchemeId in interface LayoutSetModelpublic String getCss()
getCss in interface LayoutSetModelpublic void setCss(String css)
setCss in interface LayoutSetModelpublic int getPageCount()
getPageCount in interface LayoutSetModelpublic void setPageCount(int pageCount)
setPageCount in interface LayoutSetModelpublic String getVirtualHost()
getVirtualHost in interface LayoutSetModelpublic void setVirtualHost(String virtualHost)
setVirtualHost in interface LayoutSetModelpublic String getOriginalVirtualHost()
public String getSettings()
getSettings in interface LayoutSetModelpublic void setSettings(String settings)
setSettings in interface LayoutSetModelpublic long getLayoutSetPrototypeId()
getLayoutSetPrototypeId in interface LayoutSetModelpublic void setLayoutSetPrototypeId(long layoutSetPrototypeId)
setLayoutSetPrototypeId in interface LayoutSetModelpublic LayoutSet toEscapedModel()
toEscapedModel in interface LayoutSetModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSet>getExpandoBridge in interface LayoutSetModelgetExpandoBridge in class BaseModelImpl<LayoutSet>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSet>setExpandoBridgeAttributes in interface LayoutSetModelsetExpandoBridgeAttributes in class BaseModelImpl<LayoutSet>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<LayoutSet>clone in interface LayoutSetModelclone in class BaseModelImpl<LayoutSet>public int compareTo(LayoutSet layoutSet)
compareTo in interface LayoutSetModelcompareTo in interface Comparable<LayoutSet>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LayoutSetModelhashCode in class Objectpublic String toString()
toString in interface LayoutSetModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSet>toXmlString in interface LayoutSetModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||