Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.webservices.server
Class SystemPropertiesServiceImpl

java.lang.Object
  extended by com.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
All Implemented Interfaces:
SystemPropertiesService

public class SystemPropertiesServiceImpl
extends java.lang.Object
implements SystemPropertiesService


Constructor Summary
SystemPropertiesServiceImpl()
           
 
Method Summary
protected  void checkAuthorization()
           
 void deleteProperty(java.lang.String name)
          Deletes a Jive System Property.
protected  Permissions getPermissions()
           
 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

SystemPropertiesServiceImpl

public SystemPropertiesServiceImpl()
Method Detail

getProperties

public Property[] getProperties()
Description copied from interface: SystemPropertiesService
Obtains all Jive System Properties.

Specified by:
getProperties in interface SystemPropertiesService
Returns:
the current Jive System Properties.

saveProperty

public void saveProperty(java.lang.String name,
                         java.lang.String value)
Description copied from interface: SystemPropertiesService
Saves a name/value pair as a Jive System Property.

Specified by:
saveProperty in interface SystemPropertiesService
Parameters:
name - the name of the property to set.
value - the value of the property to set.

deleteProperty

public void deleteProperty(java.lang.String name)
Description copied from interface: SystemPropertiesService
Deletes a Jive System Property.

Specified by:
deleteProperty in interface SystemPropertiesService
Parameters:
name - the property to delete.

getPermissions

protected Permissions getPermissions()

checkAuthorization

protected void checkAuthorization()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.