Package net.atthegate.server.service
Class ProfileService
java.lang.Object
net.atthegate.server.service.ProfileService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
static void
deleteProfile
(String key, AtTheGateAppUser user) static UserProfile
saveProfile
(UserProfile updatedProfile, AtTheGateAppUser user) static void
saveToDB
(String uid, String keyCode, UserProfile profile)
-
Constructor Details
-
ProfileService
public ProfileService()
-
-
Method Details
-
checksum
- Throws:
IOException
NoSuchAlgorithmException
-
saveToDB
-
saveProfile
public static UserProfile saveProfile(UserProfile updatedProfile, AtTheGateAppUser user) throws IOException - Throws:
IOException
-
deleteProfile
- Throws:
IOException
-