Interface ServiceOrgChartGroup
-
- All Superinterfaces:
org.fusesource.restygwt.client.RestService
@Path("/mobile/orgchartgroup") public interface ServiceOrgChartGroup extends org.fusesource.restygwt.client.RestService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getOrgChart(String appId, org.fusesource.restygwt.client.MethodCallback<GroupOrgChartDTO> callback)
-
-
-
Method Detail
-
getOrgChart
@GET @Produces("application/json") @Path("{appId}/") void getOrgChart(@PathParam("appId") String appId, org.fusesource.restygwt.client.MethodCallback<GroupOrgChartDTO> callback)
-
-