org.drools.guvnor.server
Class ConfigurationServiceImplementation
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.drools.guvnor.server.ConfigurationServiceImplementation
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, ConfigurationService
public class ConfigurationServiceImplementation
- extends com.google.gwt.user.server.rpc.RemoteServiceServlet
- implements ConfigurationService
- See Also:
- Serialized Form
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationServiceImplementation
public ConfigurationServiceImplementation()
save
public String save(IFramePerspectiveConfiguration configuration)
- Specified by:
save
in interface ConfigurationService
load
public IFramePerspectiveConfiguration load(String uuid)
throws com.google.gwt.user.client.rpc.SerializationException
- Specified by:
load
in interface ConfigurationService
- Throws:
com.google.gwt.user.client.rpc.SerializationException
loadPerspectiveConfigurations
public Collection<IFramePerspectiveConfiguration> loadPerspectiveConfigurations()
- Specified by:
loadPerspectiveConfigurations
in interface ConfigurationService
remove
public void remove(String uuid)
- Specified by:
remove
in interface ConfigurationService
getRepository
protected RulesRepository getRepository()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.