Package de.aservo.confapi.crowd.rest
Class AllResourceImpl
- java.lang.Object
-
- de.aservo.confapi.crowd.rest.AllResourceImpl
-
- All Implemented Interfaces:
AllResource
@Named @Path("all") public class AllResourceImpl extends java.lang.Object implements AllResource
-
-
Constructor Summary
Constructors Constructor Description AllResourceImpl(AllService allService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsesetAll(AllBean allBean)
-
-
-
Constructor Detail
-
AllResourceImpl
@Inject public AllResourceImpl(AllService allService)
-
-
Method Detail
-
setAll
public javax.ws.rs.core.Response setAll(AllBean allBean)
- Specified by:
setAllin interfaceAllResource
-
-