|
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.WebDAVPropsWrapper
public class WebDAVPropsWrapper
This class is a wrapper for WebDAVProps.
WebDAVProps,
Serialized Form| Constructor Summary | |
|---|---|
WebDAVPropsWrapper(WebDAVProps webDAVProps)
|
|
| Method Summary | |
|---|---|
void |
addProp(String name,
String prefix,
String uri)
|
void |
addProp(String name,
String prefix,
String uri,
String text)
|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(WebDAVProps webDAVProps)
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getProps()
|
Set<Tuple> |
getPropsSet()
|
String |
getText(String name,
String prefix,
String uri)
|
long |
getWebDavPropsId()
|
WebDAVProps |
getWrappedWebDAVProps()
|
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 |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
removeProp(String name,
String prefix,
String uri)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
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 |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setProps(String props)
|
void |
setWebDavPropsId(long webDavPropsId)
|
void |
store()
|
WebDAVProps |
toEscapedModel()
|
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 WebDAVPropsWrapper(WebDAVProps webDAVProps)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface WebDAVPropsModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface WebDAVPropsModelpublic long getWebDavPropsId()
getWebDavPropsId in interface WebDAVPropsModelpublic void setWebDavPropsId(long webDavPropsId)
setWebDavPropsId in interface WebDAVPropsModelpublic long getCompanyId()
getCompanyId in interface WebDAVPropsModelpublic void setCompanyId(long companyId)
setCompanyId in interface WebDAVPropsModelpublic Date getCreateDate()
getCreateDate in interface WebDAVPropsModelpublic void setCreateDate(Date createDate)
setCreateDate in interface WebDAVPropsModelpublic Date getModifiedDate()
getModifiedDate in interface WebDAVPropsModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface WebDAVPropsModelpublic String getClassName()
getClassName in interface WebDAVPropsModelpublic long getClassNameId()
getClassNameId in interface WebDAVPropsModelpublic void setClassNameId(long classNameId)
setClassNameId in interface WebDAVPropsModelpublic long getClassPK()
getClassPK in interface WebDAVPropsModelpublic void setClassPK(long classPK)
setClassPK in interface WebDAVPropsModelpublic String getProps()
getProps in interface WebDAVPropsgetProps in interface WebDAVPropsModelpublic void setProps(String props)
setProps in interface WebDAVPropsModelpublic WebDAVProps toEscapedModel()
toEscapedModel in interface WebDAVPropsModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<WebDAVProps>isNew in interface WebDAVPropsModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<WebDAVProps>setNew in interface WebDAVPropsModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<WebDAVProps>isCachedModel in interface WebDAVPropsModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<WebDAVProps>setCachedModel in interface WebDAVPropsModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<WebDAVProps>isEscapedModel in interface WebDAVPropsModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public 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<WebDAVProps>setEscapedModel in interface WebDAVPropsModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<WebDAVProps>getPrimaryKeyObj in interface WebDAVPropsModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<WebDAVProps>getExpandoBridge in interface WebDAVPropsModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<WebDAVProps>setExpandoBridgeAttributes in interface WebDAVPropsModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<WebDAVProps>clone in interface WebDAVPropsModelclone in class Objectpublic int compareTo(WebDAVProps webDAVProps)
compareTo in interface WebDAVPropsModelcompareTo in interface Comparable<WebDAVProps>public int hashCode()
hashCode in interface WebDAVPropsModelhashCode in class Objectpublic String toString()
toString in interface WebDAVPropsModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<WebDAVProps>toXmlString in interface WebDAVPropsModel
public Set<Tuple> getPropsSet()
throws Exception
getPropsSet in interface WebDAVPropsException
public String getText(String name,
String prefix,
String uri)
throws Exception
getText in interface WebDAVPropsException
public void addProp(String name,
String prefix,
String uri)
throws Exception
addProp in interface WebDAVPropsException
public void addProp(String name,
String prefix,
String uri,
String text)
throws Exception
addProp in interface WebDAVPropsException
public void removeProp(String name,
String prefix,
String uri)
throws Exception
removeProp in interface WebDAVPropsException
public void store()
throws Exception
store in interface WebDAVPropsExceptionpublic WebDAVProps getWrappedWebDAVProps()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||