@ProviderType public interface WebDAVProps extends PersistedModel, WebDAVPropsModel
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() |
persist
getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getModifiedDate, getMvccVersion, getPrimaryKey, getProps, getWebDavPropsId, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setModifiedDate, setMvccVersion, setPrimaryKey, setProps, setWebDavPropsId
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
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