com.liferay.portal.model
Interface WebDAVProps

All Superinterfaces:
BaseModel<WebDAVProps>, java.lang.Cloneable, java.lang.Comparable<WebDAVProps>, java.io.Serializable, WebDAVPropsModel
All Known Implementing Classes:
WebDAVPropsWrapper

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

Author:
Brian Wing Shun Chan
See Also:
WebDAVPropsModel, WebDAVPropsImpl, WebDAVPropsModelImpl
Generated:

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
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
 

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