@Path(value="product") @Produces(value={"application/json","application/xml"}) public class ProductResource extends BaseResource
Title: 产品信息
Description: 产品信息资源
Copyright: Copyright (c) 2014
Company: seeyon.com
构造器和说明 |
---|
ProductResource() |
限定符和类型 | 方法和说明 |
---|---|
javax.ws.rs.core.Response |
document2Pdf(long fileId,
long fileCreateDate) |
javax.ws.rs.core.Response |
getAllProductInfo() |
javax.ws.rs.core.Response |
getConnectionInfo(java.lang.String key,
java.lang.String from) |
javax.ws.rs.core.Response |
getDongleData() |
javax.ws.rs.core.Response |
getProductEdition() |
javax.ws.rs.core.Response |
getProductInfo() |
javax.ws.rs.core.Response |
getProductPatchForWechat() |
javax.ws.rs.core.Response |
getProductType() |
javax.ws.rs.core.Response |
hasPlugin(java.lang.String pluginName) |
void |
setHtmlToPdfManager(HtmlToPdfManager htmlToPdfManager) |
javax.ws.rs.core.Response |
transToPdf(java.lang.String formPath) |
copyProperties, decode, error, fail, fail, getFlipInfo, getObjectMapper, getToken, judgeSortId, noContent, ok, required, required, setCurrentUser, setPagination, setVirtualUser, status, status, success, success, success, toJSON, toJSON
public void setHtmlToPdfManager(HtmlToPdfManager htmlToPdfManager)
@GET @Path(value="/version") @RestInterfaceAnnotation public javax.ws.rs.core.Response getProductInfo()
@GET @Path(value="/edition") public javax.ws.rs.core.Response getProductEdition()
@GET @Path(value="orgType") @RestInterfaceAnnotation public javax.ws.rs.core.Response getProductType()
@GET @RestInterfaceAnnotation public javax.ws.rs.core.Response getAllProductInfo()
@GET @Path(value="patch") public javax.ws.rs.core.Response getProductPatchForWechat()
@GET @Path(value="configure") public javax.ws.rs.core.Response getConnectionInfo(@QueryParam(value="key") java.lang.String key, @QueryParam(value="from") java.lang.String from)
@GET @Path(value="/hasPlugin/{pluginName}") @RestInterfaceAnnotation public javax.ws.rs.core.Response hasPlugin(@PathParam(value="pluginName") java.lang.String pluginName)
@GET @Path(value="/trans/htmlToPdf") @RestInterfaceAnnotation public javax.ws.rs.core.Response transToPdf(@QueryParam(value="formPath") java.lang.String formPath)
@GET @Path(value="/trans/document2Pdf") @RestInterfaceAnnotation public javax.ws.rs.core.Response document2Pdf(@QueryParam(value="fileId") long fileId, @QueryParam(value="fileCreateDate") long fileCreateDate)
@GET @Path(value="/dongle/data") public javax.ws.rs.core.Response getDongleData()