Package ru.bgcrm.plugin.ufanet.ugin
Class UginApi
java.lang.Object
ru.bgcrm.plugin.ufanet.ugin.UginApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNodefindByLocation(int houseId, int categoryId) static intgetContractPortId(int cid, int cityId) static com.fasterxml.jackson.databind.JsonNodestatic com.fasterxml.jackson.databind.JsonNodegetObjectPortLinks(int networkObjectId) static com.fasterxml.jackson.databind.JsonNodestatic com.fasterxml.jackson.databind.JsonNode
-
Constructor Details
-
UginApi
public UginApi()
-
-
Method Details
-
postJSON
public static com.fasterxml.jackson.databind.JsonNode postJSON(URL url, String urlParameters) throws BGMessageException - Throws:
BGMessageException
-
portTune
public static com.fasterxml.jackson.databind.JsonNode portTune(int port, String service) throws MalformedURLException, BGMessageException -
getJSON
- Throws:
IOException
-
findByLocation
public static com.fasterxml.jackson.databind.JsonNode findByLocation(int houseId, int categoryId) throws MalformedURLException, IOException - Throws:
MalformedURLExceptionIOException
-
getObjectPortLinks
public static com.fasterxml.jackson.databind.JsonNode getObjectPortLinks(int networkObjectId) throws MalformedURLException, IOException - Throws:
MalformedURLExceptionIOException
-
getContractPortId
- Throws:
BGMessageExceptionIOException
-