-
- All Superinterfaces:
PluginService
public interface UserService extends PluginService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete()voidlogin()voidlogout()voidupsert()
-
-
-
Method Detail
-
upsert
void upsert() throws PluginServiceException- Throws:
PluginServiceException
-
delete
void delete() throws PluginServiceException- Throws:
PluginServiceException
-
login
void login() throws PluginServiceException- Throws:
PluginServiceException
-
logout
void logout() throws PluginServiceException- Throws:
PluginServiceException
-
-