|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebDAVProps
The model interface for the WebDAVProps service. Represents a row in the "WebDAVProps" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to WebDAVPropsImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a web d a v props model instance should use the WebDAVProps interface instead.
WebDAVPropsModel,
WebDAVPropsImpl,
WebDAVPropsModelImpl| Method Summary | |
|---|---|
void |
addProp(java.lang.String name,
java.lang.String prefix,
java.lang.String uri)
|
void |
addProp(java.lang.String name,
java.lang.String prefix,
java.lang.String uri,
java.lang.String text)
|
java.lang.String |
getProps()
Gets the props of this web d a v props. |
java.util.Set<Tuple> |
getPropsSet()
|
java.lang.String |
getText(java.lang.String name,
java.lang.String prefix,
java.lang.String uri)
|
void |
removeProp(java.lang.String name,
java.lang.String prefix,
java.lang.String uri)
|
void |
store()
|
| 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, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setProps, setWebDavPropsId, toEscapedModel, toString, toXmlString |
| Method Detail |
|---|
java.lang.String getProps()
WebDAVPropsModel
getProps in interface WebDAVPropsModel
java.util.Set<Tuple> getPropsSet()
throws java.lang.Exception
java.lang.Exception
java.lang.String getText(java.lang.String name,
java.lang.String prefix,
java.lang.String uri)
throws java.lang.Exception
java.lang.Exception
void addProp(java.lang.String name,
java.lang.String prefix,
java.lang.String uri)
throws java.lang.Exception
java.lang.Exception
void addProp(java.lang.String name,
java.lang.String prefix,
java.lang.String uri,
java.lang.String text)
throws java.lang.Exception
java.lang.Exception
void removeProp(java.lang.String name,
java.lang.String prefix,
java.lang.String uri)
throws java.lang.Exception
java.lang.Exception
void store()
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||