com.liferay.portal.model
Interface WebDAVProps
- All Superinterfaces:
- AttachedModel, BaseModel<WebDAVProps>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<WebDAVProps>, PersistedModel, java.io.Serializable, WebDAVPropsModel
- All Known Implementing Classes:
- WebDAVPropsWrapper
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.
- 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()
Returns the props of this web d a v props. |
java.util.Set<QName> |
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, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setProps, setWebDavPropsId, toCacheModel, toEscapedModel, toString, toXmlString |
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
getProps
java.lang.String getProps()
- Description copied from interface:
WebDAVPropsModel
- Returns 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<QName> 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
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