|
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.WebsiteWrapper
public class WebsiteWrapper
This class is a wrapper for Website.
Website,
Serialized Form| Constructor Summary | |
|---|---|
WebsiteWrapper(Website website)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Website website)
|
String |
getClassName()
Gets the class name of the model instance this website is polymorphically associated with. |
long |
getClassNameId()
Gets the class name id of this website. |
long |
getClassPK()
Gets the class p k of this website. |
long |
getCompanyId()
Gets the company id of this website. |
Date |
getCreateDate()
Gets the create date of this website. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
Gets the modified date of this website. |
boolean |
getPrimary()
Gets the primary of this website. |
long |
getPrimaryKey()
Gets the primary key of this website. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
ListType |
getType()
|
int |
getTypeId()
Gets the type id of this website. |
String |
getUrl()
Gets the url of this website. |
long |
getUserId()
Gets the user id of this website. |
String |
getUserName()
Gets the user name of this website. |
String |
getUserUuid()
Gets the user uuid of this website. |
long |
getWebsiteId()
Gets the website id of this website. |
Website |
getWrappedWebsite()
|
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. |
boolean |
isPrimary()
Determines whether this website is primary. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
Sets the class name id of this website. |
void |
setClassPK(long classPK)
Sets the class p k of this website. |
void |
setCompanyId(long companyId)
Sets the company id of this website. |
void |
setCreateDate(Date createDate)
Sets the create date of this website. |
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 |
setModifiedDate(Date modifiedDate)
Sets the modified date of this website. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimary(boolean primary)
Sets whether this {$entity.humanName} is primary. |
void |
setPrimaryKey(long pk)
Sets the primary key of this website |
void |
setTypeId(int typeId)
Sets the type id of this website. |
void |
setUrl(String url)
Sets the url of this website. |
void |
setUserId(long userId)
Sets the user id of this website. |
void |
setUserName(String userName)
Sets the user name of this website. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this website. |
void |
setWebsiteId(long websiteId)
Sets the website id of this website. |
Website |
toEscapedModel()
Gets a copy of this website 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 WebsiteWrapper(Website website)
| Method Detail |
|---|
public long getPrimaryKey()
WebsiteModel
getPrimaryKey in interface WebsiteModelpublic void setPrimaryKey(long pk)
WebsiteModel
setPrimaryKey in interface WebsiteModelpk - the primary key of this websitepublic long getWebsiteId()
WebsiteModel
getWebsiteId in interface WebsiteModelpublic void setWebsiteId(long websiteId)
WebsiteModel
setWebsiteId in interface WebsiteModelwebsiteId - the website id of this websitepublic long getCompanyId()
WebsiteModel
getCompanyId in interface WebsiteModelpublic void setCompanyId(long companyId)
WebsiteModel
setCompanyId in interface WebsiteModelcompanyId - the company id of this websitepublic long getUserId()
WebsiteModel
getUserId in interface WebsiteModelpublic void setUserId(long userId)
WebsiteModel
setUserId in interface WebsiteModeluserId - the user id of this website
public String getUserUuid()
throws SystemException
WebsiteModel
getUserUuid in interface WebsiteModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
WebsiteModel
setUserUuid in interface WebsiteModeluserUuid - the user uuid of this websitepublic String getUserName()
WebsiteModel
getUserName in interface WebsiteModelpublic void setUserName(String userName)
WebsiteModel
setUserName in interface WebsiteModeluserName - the user name of this websitepublic Date getCreateDate()
WebsiteModel
getCreateDate in interface WebsiteModelpublic void setCreateDate(Date createDate)
WebsiteModel
setCreateDate in interface WebsiteModelcreateDate - the create date of this websitepublic Date getModifiedDate()
WebsiteModel
getModifiedDate in interface WebsiteModelpublic void setModifiedDate(Date modifiedDate)
WebsiteModel
setModifiedDate in interface WebsiteModelmodifiedDate - the modified date of this websitepublic String getClassName()
WebsiteModel
getClassName in interface WebsiteModelpublic long getClassNameId()
WebsiteModel
getClassNameId in interface WebsiteModelpublic void setClassNameId(long classNameId)
WebsiteModel
setClassNameId in interface WebsiteModelclassNameId - the class name id of this websitepublic long getClassPK()
WebsiteModel
getClassPK in interface WebsiteModelpublic void setClassPK(long classPK)
WebsiteModel
setClassPK in interface WebsiteModelclassPK - the class p k of this websitepublic String getUrl()
WebsiteModel
getUrl in interface WebsiteModelpublic void setUrl(String url)
WebsiteModel
setUrl in interface WebsiteModelurl - the url of this websitepublic int getTypeId()
WebsiteModel
getTypeId in interface WebsiteModelpublic void setTypeId(int typeId)
WebsiteModel
setTypeId in interface WebsiteModeltypeId - the type id of this websitepublic boolean getPrimary()
WebsiteModel
getPrimary in interface WebsiteModelpublic boolean isPrimary()
WebsiteModel
isPrimary in interface WebsiteModelpublic void setPrimary(boolean primary)
WebsiteModel
setPrimary in interface WebsiteModelprimary - the primary of this websitepublic Website toEscapedModel()
WebsiteModelAutoEscapeBeanHandler.
toEscapedModel in interface WebsiteModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
isNew in interface BaseModel<Website>isNew in interface WebsiteModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<Website>setNew in interface WebsiteModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<Website>isCachedModel in interface WebsiteModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Website>setCachedModel in interface WebsiteModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<Website>isEscapedModel in interface WebsiteModeltrue 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<Website>setEscapedModel in interface WebsiteModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Website>getPrimaryKeyObj in interface WebsiteModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Website>getExpandoBridge in interface WebsiteModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Website>setExpandoBridgeAttributes in interface WebsiteModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Website>clone in interface WebsiteModelclone in class Objectpublic int compareTo(Website website)
compareTo in interface WebsiteModelcompareTo in interface Comparable<Website>public int hashCode()
hashCode in interface WebsiteModelhashCode in class Objectpublic String toString()
toString in interface WebsiteModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Website>toXmlString in interface WebsiteModel
public ListType getType()
throws PortalException,
SystemException
getType in interface WebsitePortalException
SystemExceptionpublic Website getWrappedWebsite()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||