|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
public class SystemPropertiesServiceImpl
| Constructor Summary | |
|---|---|
SystemPropertiesServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
deleteProperty(java.lang.String name)
Deletes a Jive System Property. |
Property[] |
getProperties()
Obtains all Jive System Properties. |
void |
saveProperty(java.lang.String name,
java.lang.String value)
Saves a name/value pair as a Jive System Property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemPropertiesServiceImpl()
| Method Detail |
|---|
public Property[] getProperties()
SystemPropertiesService
getProperties in interface SystemPropertiesService
public void saveProperty(java.lang.String name,
java.lang.String value)
SystemPropertiesService
saveProperty in interface SystemPropertiesServicename - the name of the property to set.value - the value of the property to set.public void deleteProperty(java.lang.String name)
SystemPropertiesService
deleteProperty in interface SystemPropertiesServicename - the property to delete.
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||