ÎļþÃû´Ó Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/LoginServiceI.java ÐÞ¸Ä |
| | |
| | | package com.vci.web.service; |
| | | |
| | | import com.vci.corba.common.PLException; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | | import com.vci.starter.web.pagemodel.RequestClientInfo; |
| | | import com.vci.bo.LoginResultBO; |
| | | import com.vci.dto.LoginUserDTO; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | | import com.vci.starter.web.pagemodel.RequestClientInfo; |
| | | |
| | | /** |
| | | * ç»å½åéåºæå¡ |
| | | * @author weidy |
| | | * @date 2020/1/29 |
| | | */ |
| | | public interface LoginServiceI { |
| | | public interface OsLoginServiceI { |
| | | |
| | | /** |
| | | * ç»å½ |
| | |
| | | * @throws VciBaseException ç»å½å¤±è´¥çæ¶åæåºå¼å¸¸ |
| | | */ |
| | | LoginResultBO login(LoginUserDTO userDTO, RequestClientInfo clientInfo) throws Exception; |
| | | |
| | | /** |
| | | * åç¹ç»å½ |
| | | * @param userDTO ç»å½ä¿¡æ¯ |
| | | * @param clientInfo 请æ±ç客æ·ç«¯çä¿¡æ¯ |
| | | * @return ç»å½çç»æå¯¹è±¡ |
| | | * @throws VciBaseException ç»å½å¤±è´¥çæ¶åæåºå¼å¸¸ |
| | | */ |
| | | LoginResultBO singleLogin(LoginUserDTO userDTO, RequestClientInfo clientInfo) throws Exception; |
| | | |
| | | /** |
| | | * éåºç³»ç» |