Liferay 6.0.5

com.liferay.portal.model.impl
Class WebDAVPropsImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WebDAVProps>
      extended by com.liferay.portal.model.impl.WebDAVPropsModelImpl
          extended by com.liferay.portal.model.impl.WebDAVPropsImpl
All Implemented Interfaces:
BaseModel<WebDAVProps>, WebDAVProps, WebDAVPropsModel, Serializable, Cloneable, Comparable<WebDAVProps>

public class WebDAVPropsImpl
extends WebDAVPropsModelImpl
implements WebDAVProps

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.WebDAVPropsModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
WebDAVPropsImpl()
           
 
Method Summary
 void addProp(String name, String prefix, String uri)
           
 void addProp(String name, String prefix, String uri, String text)
           
 String getProps()
          Gets the props of this web d a v props.
 Set<Tuple> getPropsSet()
           
 String getText(String name, String prefix, String uri)
           
 void removeProp(String name, String prefix, String uri)
           
 void store()
           
 
Methods inherited from class com.liferay.portal.model.impl.WebDAVPropsModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getPrimaryKey, getPrimaryKeyObj, getWebDavPropsId, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModifiedDate, setPrimaryKey, setProps, setWebDavPropsId, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.WebDAVPropsModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getWebDavPropsId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setProps, setWebDavPropsId, toEscapedModel, toString, toXmlString
 

Constructor Detail

WebDAVPropsImpl

public WebDAVPropsImpl()
Method Detail

getProps

public String getProps()
Description copied from interface: WebDAVPropsModel
Gets the props of this web d a v props.

Specified by:
getProps in interface WebDAVProps
Specified by:
getProps in interface WebDAVPropsModel
Overrides:
getProps in class WebDAVPropsModelImpl
Returns:
the props of this web d a v props

getPropsSet

public Set<Tuple> getPropsSet()
                       throws Exception
Specified by:
getPropsSet in interface WebDAVProps
Throws:
Exception

getText

public String getText(String name,
                      String prefix,
                      String uri)
               throws Exception
Specified by:
getText in interface WebDAVProps
Throws:
Exception

addProp

public void addProp(String name,
                    String prefix,
                    String uri)
             throws Exception
Specified by:
addProp in interface WebDAVProps
Throws:
Exception

addProp

public void addProp(String name,
                    String prefix,
                    String uri,
                    String text)
             throws Exception
Specified by:
addProp in interface WebDAVProps
Throws:
Exception

removeProp

public void removeProp(String name,
                       String prefix,
                       String uri)
                throws Exception
Specified by:
removeProp in interface WebDAVProps
Throws:
Exception

store

public void store()
           throws Exception
Specified by:
store in interface WebDAVProps
Throws:
Exception

Liferay 6.0.5