@ProviderType public interface WebDAVProps extends WebDAVPropsModel, PersistedModel
WebDAVPropsModel
Modifier and Type | Field and Description |
---|---|
static Accessor<WebDAVProps,Long> |
WEB_DAV_PROPS_ID_ACCESSOR |
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() |
getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getModifiedDate, getMvccVersion, getPrimaryKey, getProps, getWebDavPropsId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setModifiedDate, setMvccVersion, setPrimaryKey, setProps, setWebDavPropsId
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
persist
static final Accessor<WebDAVProps,Long> WEB_DAV_PROPS_ID_ACCESSOR
void addProp(String name, String prefix, String uri) throws Exception
Exception
void addProp(String name, String prefix, String uri, String text) throws Exception
Exception
Set<QName> getPropsSet() throws Exception
Exception
String getText(String name, String prefix, String uri) throws Exception
Exception
void removeProp(String name, String prefix, String uri) throws Exception
Exception
void store() throws Exception
Exception