com.liferay.portal.model.impl
Class WebDAVPropsImpl

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

public class WebDAVPropsImpl
extends WebDAVPropsModelImpl
implements com.liferay.portal.model.WebDAVProps

View Source

Author:
Alexander Chow
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.WebDAVPropsModelImpl
CACHE_ENABLED, DATA_SOURCE, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
WebDAVPropsImpl()
           
 
Method Summary
 void addProp(java.lang.String name, java.lang.String prefix, java.lang.String uri)
           
 void addProp(java.lang.String name, java.lang.String prefix, java.lang.String uri, java.lang.String text)
           
 java.lang.String getProps()
           
 java.util.Set<com.liferay.portal.kernel.util.Tuple> getPropsSet()
           
 java.lang.String getText(java.lang.String name, java.lang.String prefix, java.lang.String uri)
           
 void removeProp(java.lang.String name, java.lang.String prefix, java.lang.String uri)
           
 void store()
           
 
Methods inherited from class com.liferay.portal.model.impl.WebDAVPropsModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getWebDavPropsId, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setModifiedDate, setPrimaryKey, setProps, setWebDavPropsId, toEscapedModel, toModel, toModels
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.WebDAVPropsModel
getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getModifiedDate, getPrimaryKey, getWebDavPropsId, setClassNameId, setClassPK, setCompanyId, setCreateDate, setModifiedDate, setPrimaryKey, setProps, setWebDavPropsId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

WebDAVPropsImpl

public WebDAVPropsImpl()
Method Detail

getProps

public java.lang.String getProps()
Specified by:
getProps in interface com.liferay.portal.model.WebDAVProps
Specified by:
getProps in interface com.liferay.portal.model.WebDAVPropsModel
Overrides:
getProps in class WebDAVPropsModelImpl

getPropsSet

public java.util.Set<com.liferay.portal.kernel.util.Tuple> getPropsSet()
                                                                throws java.lang.Exception
Specified by:
getPropsSet in interface com.liferay.portal.model.WebDAVProps
Throws:
java.lang.Exception

getText

public java.lang.String getText(java.lang.String name,
                                java.lang.String prefix,
                                java.lang.String uri)
                         throws java.lang.Exception
Specified by:
getText in interface com.liferay.portal.model.WebDAVProps
Throws:
java.lang.Exception

addProp

public void addProp(java.lang.String name,
                    java.lang.String prefix,
                    java.lang.String uri)
             throws java.lang.Exception
Specified by:
addProp in interface com.liferay.portal.model.WebDAVProps
Throws:
java.lang.Exception

addProp

public void addProp(java.lang.String name,
                    java.lang.String prefix,
                    java.lang.String uri,
                    java.lang.String text)
             throws java.lang.Exception
Specified by:
addProp in interface com.liferay.portal.model.WebDAVProps
Throws:
java.lang.Exception

removeProp

public void removeProp(java.lang.String name,
                       java.lang.String prefix,
                       java.lang.String uri)
                throws java.lang.Exception
Specified by:
removeProp in interface com.liferay.portal.model.WebDAVProps
Throws:
java.lang.Exception

store

public void store()
           throws java.lang.Exception
Specified by:
store in interface com.liferay.portal.model.WebDAVProps
Throws:
java.lang.Exception