|
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.ListTypeWrapper
public class ListTypeWrapper
This class is a wrapper for ListType.
ListType,
Serialized Form| Constructor Summary | |
|---|---|
ListTypeWrapper(ListType listType)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ListType listType)
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
int |
getListTypeId()
Gets the list type id of this list type. |
String |
getName()
Gets the name of this list type. |
int |
getPrimaryKey()
Gets the primary key of this list type. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
String |
getType()
Gets the type of this list type. |
ListType |
getWrappedListType()
|
int |
hashCode()
|
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 |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setListTypeId(int listTypeId)
Sets the list type id of this list type. |
void |
setName(String name)
Sets the name of this list type. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(int pk)
Sets the primary key of this list type |
void |
setType(String type)
Sets the type of this list type. |
ListType |
toEscapedModel()
Gets a copy of this list type 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 ListTypeWrapper(ListType listType)
| Method Detail |
|---|
public int getPrimaryKey()
ListTypeModel
getPrimaryKey in interface ListTypeModelpublic void setPrimaryKey(int pk)
ListTypeModel
setPrimaryKey in interface ListTypeModelpk - the primary key of this list typepublic int getListTypeId()
ListTypeModel
getListTypeId in interface ListTypeModelpublic void setListTypeId(int listTypeId)
ListTypeModel
setListTypeId in interface ListTypeModellistTypeId - the list type id of this list typepublic String getName()
ListTypeModel
getName in interface ListTypeModelpublic void setName(String name)
ListTypeModel
setName in interface ListTypeModelname - the name of this list typepublic String getType()
ListTypeModel
getType in interface ListTypeModelpublic void setType(String type)
ListTypeModel
setType in interface ListTypeModeltype - the type of this list typepublic ListType toEscapedModel()
ListTypeModelAutoEscapeBeanHandler.
toEscapedModel in interface ListTypeModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<ListType>isNew in interface ListTypeModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<ListType>setNew in interface ListTypeModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<ListType>isCachedModel in interface ListTypeModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<ListType>setCachedModel in interface ListTypeModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<ListType>isEscapedModel in interface ListTypeModeltrue 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<ListType>setEscapedModel in interface ListTypeModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ListType>getPrimaryKeyObj in interface ListTypeModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ListType>getExpandoBridge in interface ListTypeModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ListType>setExpandoBridgeAttributes in interface ListTypeModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<ListType>clone in interface ListTypeModelclone in class Objectpublic int compareTo(ListType listType)
compareTo in interface ListTypeModelcompareTo in interface Comparable<ListType>public int hashCode()
hashCode in interface ListTypeModelhashCode in class Objectpublic String toString()
toString in interface ListTypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ListType>toXmlString in interface ListTypeModelpublic ListType getWrappedListType()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||