@ProviderType public interface WebDAVProps extends PersistedModel, WebDAVPropsModel
WebDAVPropsModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<WebDAVProps,Long> |
WEB_DAV_PROPS_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
persistgetClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getModifiedDate, getMvccVersion, getPrimaryKey, getProps, getWebDavPropsId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setModifiedDate, setMvccVersion, setPrimaryKey, setProps, setWebDavPropsIdclone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamestatic final Accessor<WebDAVProps,Long> WEB_DAV_PROPS_ID_ACCESSOR
com.liferay.portal.model.impl.WebDAVPropsImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.void addProp(String name,
String prefix,
String uri)
throws Exception
Exceptionvoid addProp(String name,
String prefix,
String uri,
String text)
throws Exception
ExceptionSet<QName> getPropsSet() throws Exception
ExceptionString getText(String name,
String prefix,
String uri)
throws Exception
Exceptionvoid removeProp(String name,
String prefix,
String uri)
throws Exception
Exceptionvoid store()
throws Exception
Exception