Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class WebDAVPropsImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WebDAVProps>
      extended by com.liferay.portal.model.impl.WebDAVPropsModelImpl
          extended by com.liferay.portal.model.impl.WebDAVPropsBaseImpl
              extended by com.liferay.portal.model.impl.WebDAVPropsImpl
All Implemented Interfaces:
AttachedModel, BaseModel<WebDAVProps>, ClassedModel, PersistedModel, WebDAVProps, WebDAVPropsModel, Serializable, Cloneable, Comparable<WebDAVProps>

public class WebDAVPropsImpl
extends WebDAVPropsBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.WebDAVPropsModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
WebDAVPropsImpl()
           
 
Method Summary
 void addProp(String name, String prefix, String uri)
           
 void addProp(String name, String prefix, String uri, String text)
           
 String getProps()
          Returns the props of this web d a v props.
 Set<QName> getPropsSet()
           
 String getText(String name, String prefix, String uri)
           
 void removeProp(String name, String prefix, String uri)
           
 void store()
           
 
Methods inherited from class com.liferay.portal.model.impl.WebDAVPropsBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.WebDAVPropsModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getPrimaryKey, getPrimaryKeyObj, getWebDavPropsId, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setProps, setWebDavPropsId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.WebDAVPropsModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getWebDavPropsId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setProps, setWebDavPropsId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

WebDAVPropsImpl

public WebDAVPropsImpl()
Method Detail

addProp

public void addProp(String name,
                    String prefix,
                    String uri)
             throws Exception
Throws:
Exception

addProp

public void addProp(String name,
                    String prefix,
                    String uri,
                    String text)
             throws Exception
Throws:
Exception

getProps

public String getProps()
Description copied from interface: WebDAVPropsModel
Returns the props of this web d a v props.

Specified by:
getProps in interface WebDAVProps
Specified by:
getProps in interface WebDAVPropsModel
Overrides:
getProps in class WebDAVPropsModelImpl
Returns:
the props of this web d a v props

getPropsSet

public Set<QName> getPropsSet()
                       throws Exception
Throws:
Exception

getText

public String getText(String name,
                      String prefix,
                      String uri)
               throws Exception
Throws:
Exception

removeProp

public void removeProp(String name,
                       String prefix,
                       String uri)
                throws Exception
Throws:
Exception

store

public void store()
           throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3