|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.LayoutSetPrototypeWrapper
public class LayoutSetPrototypeWrapper
This class is a wrapper for LayoutSetPrototype.
LayoutSetPrototype,
Serialized Form| Constructor Summary | |
|---|---|
LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSetPrototype layoutSetPrototype)
|
boolean |
getActive()
Gets the active of this layout set prototype. |
long |
getCompanyId()
Gets the company id of this layout set prototype. |
String |
getDescription()
Gets the description of this layout set prototype. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Group |
getGroup()
|
LayoutSet |
getLayoutSet()
|
long |
getLayoutSetPrototypeId()
Gets the layout set prototype id of this layout set prototype. |
String |
getName()
Gets the name of this layout set prototype. |
String |
getName(Locale locale)
Gets the localized name of this layout set prototype. |
String |
getName(Locale locale,
boolean useDefault)
Gets the localized name of this layout set prototype, optionally using the default language if no localization exists for the requested language. |
String |
getName(String languageId)
Gets the localized name of this layout set prototype. |
String |
getName(String languageId,
boolean useDefault)
Gets the localized name of this layout set prototype, optionally using the default language if no localization exists for the requested language. |
Map<Locale,String> |
getNameMap()
Gets a map of the locales and localized name of this layout set prototype. |
long |
getPrimaryKey()
Gets the primary key of this layout set prototype. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
String |
getSettings()
Gets the settings of this layout set prototype. |
LayoutSetPrototype |
getWrappedLayoutSetPrototype()
|
int |
hashCode()
|
boolean |
isActive()
Determines whether this layout set prototype is active. |
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setActive(boolean active)
Sets whether this {$entity.humanName} is active. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company id of this layout set prototype. |
void |
setDescription(String description)
Sets the description of this layout set prototype. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setLayoutSetPrototypeId(long layoutSetPrototypeId)
Sets the layout set prototype id of this layout set prototype. |
void |
setName(Locale locale,
String name)
Sets the localized name of this layout set prototype. |
void |
setName(String name)
Sets the name of this layout set prototype. |
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this layout set prototype from the map of locales and localized names. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
Sets the primary key of this layout set prototype |
void |
setSettings(String settings)
Sets the settings of this layout set prototype. |
LayoutSetPrototype |
toEscapedModel()
Gets a copy of this layout set prototype as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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 LayoutSetPrototypeWrapper(LayoutSetPrototype layoutSetPrototype)
| Method Detail |
|---|
public long getPrimaryKey()
LayoutSetPrototypeModel
getPrimaryKey in interface LayoutSetPrototypeModelpublic void setPrimaryKey(long pk)
LayoutSetPrototypeModel
setPrimaryKey in interface LayoutSetPrototypeModelpk - the primary key of this layout set prototypepublic long getLayoutSetPrototypeId()
LayoutSetPrototypeModel
getLayoutSetPrototypeId in interface LayoutSetPrototypeModelpublic void setLayoutSetPrototypeId(long layoutSetPrototypeId)
LayoutSetPrototypeModel
setLayoutSetPrototypeId in interface LayoutSetPrototypeModellayoutSetPrototypeId - the layout set prototype id of this layout set prototypepublic long getCompanyId()
LayoutSetPrototypeModel
getCompanyId in interface LayoutSetPrototypeModelpublic void setCompanyId(long companyId)
LayoutSetPrototypeModel
setCompanyId in interface LayoutSetPrototypeModelcompanyId - the company id of this layout set prototypepublic String getName()
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModelpublic String getName(Locale locale)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellocale - the locale to get the localized name for
public String getName(Locale locale,
boolean useDefault)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellocale - the local to get the localized name foruseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getName(String languageId)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellanguageId - the id of the language to get the localized name for
public String getName(String languageId,
boolean useDefault)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellanguageId - the id of the language to get the localized name foruseDefault - whether to use the default language if no localization exists for the requested language
public Map<Locale,String> getNameMap()
LayoutSetPrototypeModel
getNameMap in interface LayoutSetPrototypeModelpublic void setName(String name)
LayoutSetPrototypeModel
setName in interface LayoutSetPrototypeModelname - the name of this layout set prototype
public void setName(Locale locale,
String name)
LayoutSetPrototypeModel
setName in interface LayoutSetPrototypeModellocale - the locale to set the localized name forname - the localized name of this layout set prototypepublic void setNameMap(Map<Locale,String> nameMap)
LayoutSetPrototypeModel
setNameMap in interface LayoutSetPrototypeModelnameMap - the locales and localized names of this layout set prototypepublic String getDescription()
LayoutSetPrototypeModel
getDescription in interface LayoutSetPrototypeModelpublic void setDescription(String description)
LayoutSetPrototypeModel
setDescription in interface LayoutSetPrototypeModeldescription - the description of this layout set prototypepublic String getSettings()
LayoutSetPrototypeModel
getSettings in interface LayoutSetPrototypeModelpublic void setSettings(String settings)
LayoutSetPrototypeModel
setSettings in interface LayoutSetPrototypeModelsettings - the settings of this layout set prototypepublic boolean getActive()
LayoutSetPrototypeModel
getActive in interface LayoutSetPrototypeModelpublic boolean isActive()
LayoutSetPrototypeModel
isActive in interface LayoutSetPrototypeModelpublic void setActive(boolean active)
LayoutSetPrototypeModel
setActive in interface LayoutSetPrototypeModelactive - the active of this layout set prototypepublic LayoutSetPrototype toEscapedModel()
LayoutSetPrototypeModelAutoEscapeBeanHandler.
toEscapedModel in interface LayoutSetPrototypeModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<LayoutSetPrototype>isNew in interface LayoutSetPrototypeModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<LayoutSetPrototype>setNew in interface LayoutSetPrototypeModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<LayoutSetPrototype>isCachedModel in interface LayoutSetPrototypeModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<LayoutSetPrototype>setCachedModel in interface LayoutSetPrototypeModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<LayoutSetPrototype>isEscapedModel in interface LayoutSetPrototypeModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<LayoutSetPrototype>setEscapedModel in interface LayoutSetPrototypeModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>getPrimaryKeyObj in interface LayoutSetPrototypeModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSetPrototype>getExpandoBridge in interface LayoutSetPrototypeModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>setExpandoBridgeAttributes in interface LayoutSetPrototypeModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<LayoutSetPrototype>clone in interface LayoutSetPrototypeModelclone in class Objectpublic int compareTo(LayoutSetPrototype layoutSetPrototype)
compareTo in interface LayoutSetPrototypeModelcompareTo in interface Comparable<LayoutSetPrototype>public int hashCode()
hashCode in interface LayoutSetPrototypeModelhashCode in class Objectpublic String toString()
toString in interface LayoutSetPrototypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSetPrototype>toXmlString in interface LayoutSetPrototypeModel
public Group getGroup()
throws PortalException,
SystemException
getGroup in interface LayoutSetPrototypePortalException
SystemException
public LayoutSet getLayoutSet()
throws PortalException,
SystemException
getLayoutSet in interface LayoutSetPrototypePortalException
SystemExceptionpublic LayoutSetPrototype getWrappedLayoutSetPrototype()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||