Liferay 7.0-ce-b4

com.liferay.portal.model
Interface WebDAVProps

All Superinterfaces:
AttachedModel, BaseModel<WebDAVProps>, ClassedModel, Cloneable, Comparable<WebDAVProps>, MVCCModel, PersistedModel, Serializable, ShardedModel, TypedModel, WebDAVPropsModel
All Known Implementing Classes:
WebDAVPropsWrapper

@ProviderType
public interface WebDAVProps
extends WebDAVPropsModel, PersistedModel

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

See Also:
WebDAVPropsModel, WebDAVPropsImpl, WebDAVPropsModelImpl

Field Summary
static Accessor<WebDAVProps,Long> WEB_DAV_PROPS_ID_ACCESSOR
           
 
Method Summary
 void addProp(String name, String prefix, String uri)
           
 void addProp(String name, String prefix, String uri, String text)
           
 Set<QName> 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, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getProps, getWebDavPropsId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setProps, setWebDavPropsId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

WEB_DAV_PROPS_ID_ACCESSOR

static final Accessor<WebDAVProps,Long> WEB_DAV_PROPS_ID_ACCESSOR
Method Detail

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

getPropsSet

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

getText

String getText(String name,
               String prefix,
               String uri)
               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 7.0-ce-b4