@ProviderType public class WebDAVPropsWrapper extends Object implements WebDAVProps, ModelWrapper<WebDAVProps>
This class is a wrapper for WebDAVProps
.
WebDAVProps
,
Serialized FormWEB_DAV_PROPS_ID_ACCESSOR
Constructor and Description |
---|
WebDAVPropsWrapper(WebDAVProps webDAVProps) |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
equals(Object obj) |
String |
getClassName()
Returns the fully qualified class name of this web dav props.
|
long |
getClassNameId()
Returns the class name ID of this web dav props.
|
long |
getClassPK()
Returns the class pk of this web dav props.
|
long |
getCompanyId()
Returns the company ID of this web dav props.
|
Date |
getCreateDate()
Returns the create date of this web dav props.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate()
Returns the modified date of this web dav props.
|
long |
getMvccVersion()
Returns the mvcc version of this web dav props.
|
long |
getPrimaryKey()
Returns the primary key of this web dav props.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
String |
getProps()
Returns the props of this web dav props.
|
Set<QName> |
getPropsSet() |
String |
getText(String name,
String prefix,
String uri) |
long |
getWebDavPropsId()
Returns the web dav props ID of this web dav props.
|
WebDAVProps |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
removeProp(String name,
String prefix,
String uri) |
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this web dav props.
|
void |
setClassPK(long classPK)
Sets the class pk of this web dav props.
|
void |
setCompanyId(long companyId)
Sets the company ID of this web dav props.
|
void |
setCreateDate(Date createDate)
Sets the create date of this web dav props.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this web dav props.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this web dav props.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this web dav props.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setProps(String props)
Sets the props of this web dav props.
|
void |
setWebDavPropsId(long webDavPropsId)
Sets the web dav props ID of this web dav props.
|
void |
store() |
CacheModel<WebDAVProps> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
WebDAVProps |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
String |
toString() |
WebDAVProps |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public WebDAVPropsWrapper(WebDAVProps webDAVProps)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<WebDAVProps>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<WebDAVProps>
public void addProp(String name, String prefix, String uri) throws Exception
addProp
in interface WebDAVProps
Exception
public void addProp(String name, String prefix, String uri, String text) throws Exception
addProp
in interface WebDAVProps
Exception
public Object clone()
BaseModel
clone
in interface BaseModel<WebDAVProps>
clone
in interface WebDAVPropsModel
clone
in class Object
public int compareTo(WebDAVProps webDAVProps)
compareTo
in interface WebDAVPropsModel
compareTo
in interface Comparable<WebDAVProps>
public String getClassName()
getClassName
in interface TypedModel
getClassName
in interface WebDAVPropsModel
public long getClassNameId()
getClassNameId
in interface TypedModel
getClassNameId
in interface WebDAVPropsModel
public long getClassPK()
getClassPK
in interface AttachedModel
getClassPK
in interface WebDAVPropsModel
public long getCompanyId()
getCompanyId
in interface ShardedModel
getCompanyId
in interface WebDAVPropsModel
public Date getCreateDate()
getCreateDate
in interface WebDAVPropsModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<WebDAVProps>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface WebDAVPropsModel
public Date getModifiedDate()
getModifiedDate
in interface WebDAVPropsModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface WebDAVPropsModel
public long getPrimaryKey()
getPrimaryKey
in interface WebDAVPropsModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<WebDAVProps>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface WebDAVPropsModel
public String getProps()
getProps
in interface WebDAVPropsModel
public Set<QName> getPropsSet() throws Exception
getPropsSet
in interface WebDAVProps
Exception
public String getText(String name, String prefix, String uri) throws Exception
getText
in interface WebDAVProps
Exception
public long getWebDavPropsId()
getWebDavPropsId
in interface WebDAVPropsModel
public int hashCode()
hashCode
in interface WebDAVPropsModel
hashCode
in class Object
public boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<WebDAVProps>
isCachedModel
in interface WebDAVPropsModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<WebDAVProps>
isEscapedModel
in interface WebDAVPropsModel
true
if this model instance is escaped;
false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<WebDAVProps>
isNew
in interface WebDAVPropsModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void persist()
PersistedModel
persist
in interface PersistedModel
public void removeProp(String name, String prefix, String uri) throws Exception
removeProp
in interface WebDAVProps
Exception
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<WebDAVProps>
setCachedModel
in interface WebDAVPropsModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setClassName(String className)
setClassName
in interface WebDAVPropsModel
public void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
setClassNameId
in interface WebDAVPropsModel
classNameId
- the class name ID of this web dav propspublic void setClassPK(long classPK)
setClassPK
in interface AttachedModel
setClassPK
in interface WebDAVPropsModel
classPK
- the class pk of this web dav propspublic void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
setCompanyId
in interface WebDAVPropsModel
companyId
- the company ID of this web dav propspublic void setCreateDate(Date createDate)
setCreateDate
in interface WebDAVPropsModel
createDate
- the create date of this web dav propspublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<WebDAVProps>
setExpandoBridgeAttributes
in interface WebDAVPropsModel
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<WebDAVProps>
setExpandoBridgeAttributes
in interface WebDAVPropsModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<WebDAVProps>
setExpandoBridgeAttributes
in interface WebDAVPropsModel
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface WebDAVPropsModel
modifiedDate
- the modified date of this web dav propspublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface WebDAVPropsModel
mvccVersion
- the mvcc version of this web dav propspublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<WebDAVProps>
setNew
in interface WebDAVPropsModel
n
- whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface WebDAVPropsModel
primaryKey
- the primary key of this web dav propspublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<WebDAVProps>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface WebDAVPropsModel
primaryKeyObj
- the primary key of this model instancepublic void setProps(String props)
setProps
in interface WebDAVPropsModel
props
- the props of this web dav propspublic void setWebDavPropsId(long webDavPropsId)
setWebDavPropsId
in interface WebDAVPropsModel
webDavPropsId
- the web dav props ID of this web dav propspublic void store() throws Exception
store
in interface WebDAVProps
Exception
public CacheModel<WebDAVProps> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<WebDAVProps>
toCacheModel
in interface WebDAVPropsModel
public WebDAVProps toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<WebDAVProps>
toEscapedModel
in interface WebDAVPropsModel
AutoEscapeBeanHandler
public String toString()
toString
in interface WebDAVPropsModel
toString
in class Object
public WebDAVProps toUnescapedModel()
toUnescapedModel
in interface BaseModel<WebDAVProps>
toUnescapedModel
in interface WebDAVPropsModel
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<WebDAVProps>
toXmlString
in interface WebDAVPropsModel
public boolean equals(Object obj)
equals
in class Object
public WebDAVProps getWrappedModel()
getWrappedModel
in interface ModelWrapper<WebDAVProps>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<WebDAVProps>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<WebDAVProps>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<WebDAVProps>