org.exoplatform.platform.common.rest.services.GettingStarted
Class DeleteGadgetService

java.lang.Object
  extended by org.exoplatform.platform.common.rest.services.GettingStarted.DeleteGadgetService
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

public class DeleteGadgetService
extends Object
implements org.exoplatform.services.rest.resource.ResourceContainer

Author:
Fbradai

Constructor Summary
DeleteGadgetService()
           
 
Method Summary
 javax.ws.rs.core.Response delete(javax.ws.rs.core.SecurityContext sc, javax.ws.rs.core.UriInfo uriInfo)
           
 javax.ws.rs.core.Response IsDelete(javax.ws.rs.core.SecurityContext sc, javax.ws.rs.core.UriInfo uriInfo)
           
 javax.ws.rs.core.Response setDelete(javax.ws.rs.core.SecurityContext sc, javax.ws.rs.core.UriInfo uriInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteGadgetService

public DeleteGadgetService()
Method Detail

delete

public javax.ws.rs.core.Response delete(@Context
                                        javax.ws.rs.core.SecurityContext sc,
                                        @Context
                                        javax.ws.rs.core.UriInfo uriInfo)
                                 throws Exception
Throws:
Exception

setDelete

public javax.ws.rs.core.Response setDelete(@Context
                                           javax.ws.rs.core.SecurityContext sc,
                                           @Context
                                           javax.ws.rs.core.UriInfo uriInfo)
                                    throws Exception
Throws:
Exception

IsDelete

public javax.ws.rs.core.Response IsDelete(@Context
                                          javax.ws.rs.core.SecurityContext sc,
                                          @Context
                                          javax.ws.rs.core.UriInfo uriInfo)
                                   throws Exception
Throws:
Exception


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.