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

The model interface for the WebDAVProps service. Represents a row in the "WebDAVProps" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to WebDAVPropsImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a web d a v props model instance should use the WebDAVProps interface instead.

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()
          Gets the props of this web d a v props.
 java.util.Set<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()
Description copied from interface: WebDAVPropsModel
Gets the props of this web d a v props.

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

getPropsSet

java.util.Set<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