Package net.atthegate.server.service
Class StolenCarsService
java.lang.Object
net.atthegate.server.service.StolenCarsService
Created by ivbar on 10.03.16.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
authAndGetToken
(StolenCarsSettings stolenCarsSettings) static void
checkEntry
(AtgEntry atgEntry, AtTheGateAppUser user, StolenCarsSettings stolenCarsSettings) static void
createNewRecord
(AtgEntry atgEntry, String userEmail, String stolenCarIncidentId, StolenCarsSettings stolenCarsSettings) Creating record in api that car found
-
Field Details
-
format
-
-
Constructor Details
-
StolenCarsService
public StolenCarsService()
-
-
Method Details
-
checkEntry
public static void checkEntry(AtgEntry atgEntry, AtTheGateAppUser user, StolenCarsSettings stolenCarsSettings) -
createNewRecord
public static void createNewRecord(AtgEntry atgEntry, String userEmail, String stolenCarIncidentId, StolenCarsSettings stolenCarsSettings) throws IOException Creating record in api that car found- Throws:
IOException
-
authAndGetToken
- Throws:
IOException
-