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.model.impl.WebDAVPropsImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
WebDAVPropsModel, WebDAVPropsImpl, 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<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 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, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getProps

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

getPropsSet

java.util.Set<com.liferay.portal.kernel.util.Tuple> getPropsSet()
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

getText

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

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

addProp

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

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

store

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