com.jivesoftware.forum.webservices.server
Class SystemPropertiesServiceImpl
java.lang.Object
com.jivesoftware.forum.webservices.server.SystemPropertiesServiceImpl
- All Implemented Interfaces:
- SystemPropertiesService
public class SystemPropertiesServiceImpl
- extends java.lang.Object
- implements SystemPropertiesService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertiesServiceImpl
public SystemPropertiesServiceImpl()
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()
Copyright © 1999-2006 Jive Software.