All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.logicommerce.sdk.services.UserService Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.logicommerce.sdk.services;

/**
 * 

UserService interface.

* * @author Logicommerce * @since 1.0.16 */ public interface UserService extends PluginService { /** *

upsert.

* * @throws com.logicommerce.sdk.services.PluginServiceException if any. */ void upsert() throws PluginServiceException; /** *

delete.

* * @throws com.logicommerce.sdk.services.PluginServiceException if any. */ void delete() throws PluginServiceException; /** *

login.

* * @throws com.logicommerce.sdk.services.PluginServiceException if any. */ void login() throws PluginServiceException; /** *

logout.

* * @throws com.logicommerce.sdk.services.PluginServiceException if any. */ void logout() throws PluginServiceException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy