com.liferay.portal.model
Interface WebDAVProps

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, WebDAVPropsModel

public interface WebDAVProps
extends WebDAVPropsModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the WebDAVProps table in the database.

Customize com.liferay.portal.service.model.impl.WebDAVPropsImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.WebDAVPropsModel, com.liferay.portal.service.model.impl.WebDAVPropsImpl, com.liferay.portal.service.model.impl.WebDAVPropsModelImpl

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 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 interface com.liferay.portal.model.WebDAVPropsModel
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
 

Method Detail

getProps

public java.lang.String getProps()
Specified by:
getProps in interface WebDAVPropsModel

getPropsSet

public java.util.Set getPropsSet()
                          throws java.lang.Exception
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
Throws:
java.lang.Exception

addProp

public void addProp(java.lang.String name,
                    java.lang.String prefix,
                    java.lang.String uri)
             throws java.lang.Exception
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
Throws:
java.lang.Exception

removeProp

public void removeProp(java.lang.String name,
                       java.lang.String prefix,
                       java.lang.String uri)
                throws java.lang.Exception
Throws:
java.lang.Exception

store

public void store()
           throws java.lang.Exception
Throws:
java.lang.Exception