public class WebDAVPropsImpl extends WebDAVPropsBaseImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, WEBDAVPROPSID_COLUMN_BITMASK
Constructor and Description |
---|
WebDAVPropsImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addProp(String name,
String prefix,
String uri) |
void |
addProp(String name,
String prefix,
String uri,
String text) |
String |
getProps() |
Set<com.liferay.portal.kernel.xml.QName> |
getPropsSet() |
String |
getText(String name,
String prefix,
String uri) |
void |
removeProp(String name,
String prefix,
String uri) |
void |
store() |
persist
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getOriginalClassNameId, getOriginalClassPK, getPrimaryKey, getPrimaryKeyObj, getWebDavPropsId, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setProps, setWebDavPropsId, toCacheModel, toEscapedModel, toString, toXmlString
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getModifiedDate, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, 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
public void addProp(String name, String prefix, String uri) throws Exception
Exception
public void addProp(String name, String prefix, String uri, String text) throws Exception
Exception
public String getProps()
getProps
in interface com.liferay.portal.kernel.model.WebDAVPropsModel
getProps
in class WebDAVPropsModelImpl
public Set<com.liferay.portal.kernel.xml.QName> getPropsSet() throws Exception
Exception
public String getText(String name, String prefix, String uri) throws Exception
Exception
public void removeProp(String name, String prefix, String uri) throws Exception
Exception
public void store() throws Exception
Exception