Liferay 6.0.5

com.liferay.portal.model
Interface WebDAVProps

All Superinterfaces:
BaseModel<WebDAVProps>, Cloneable, Comparable<WebDAVProps>, Serializable, WebDAVPropsModel
All Known Implementing Classes:
WebDAVPropsImpl, 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.

See Also:
WebDAVPropsModel, WebDAVPropsImpl, WebDAVPropsModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void addProp(String name, String prefix, String uri)
           
 void addProp(String name, String prefix, String uri, String text)
           
 String getProps()
          Gets the props of this web d a v props.
 Set<Tuple> getPropsSet()
           
 String getText(String name, String prefix, String uri)
           
 void removeProp(String name, String prefix, 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

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

Set<Tuple> getPropsSet()
                       throws Exception
Throws:
Exception

getText

String getText(String name,
               String prefix,
               String uri)
               throws Exception
Throws:
Exception

addProp

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

addProp

void addProp(String name,
             String prefix,
             String uri,
             String text)
             throws Exception
Throws:
Exception

removeProp

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

store

void store()
           throws Exception
Throws:
Exception

Liferay 6.0.5