@ProviderType public interface WebDAVProps extends WebDAVPropsModel, PersistedModel
WebDAVPropsModel
,
WebDAVPropsImpl
,
WebDAVPropsModelImpl
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() |
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
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
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