@RemoteServiceRelativePath(value="../ksyzt_site_manager")
public interface ISiteManager
extends com.google.gwt.user.client.rpc.RemoteService
| 限定符和类型 | 方法和说明 |
|---|---|
AdminUser |
adminLogin(String username,
String pwd)
*********************** site configure user login ***********************.
|
AdminUser |
adminUpdate(String username,
String pwd)
Admin update.
|
AdminUser |
checkAdminLogin()
Check admin login.
|
List<RewriteData> |
deleteRewriteData(RewriteData data)
Delete rewrite data.
|
List<RewriteData> |
getRewriteData()
************************* url rewrite ***********************************.
|
SiteInformation |
getSiteInformation()
Gets the site information.
|
void |
quit()
Quit.
|
List<RewriteData> |
updateRewriteData(RewriteData data)
Update rewrite data.
|
SiteInformation |
updateSiteInformation(SiteInformation info)
*************************** site infomation ****************************.
|
SiteInformation updateSiteInformation(SiteInformation info) throws Exception
info - the infoException - the exceptionSiteInformation getSiteInformation() throws Exception
Exception - the exceptionList<RewriteData> getRewriteData() throws Exception
Exception - the exceptionList<RewriteData> updateRewriteData(RewriteData data) throws Exception
data - the dataException - the exceptionList<RewriteData> deleteRewriteData(RewriteData data) throws Exception
data - the dataException - the exceptionAdminUser adminLogin(String username, String pwd) throws AdminLoginException
username - the usernamepwd - the pwdAdminLoginException - the admin login exceptionAdminUser adminUpdate(String username, String pwd) throws AdminLoginException
username - the usernamepwd - the pwdAdminLoginException - the admin login exceptionAdminUser checkAdminLogin() throws AdminLoginException
AdminLoginException - the admin login exceptionvoid quit()
Copyright © 2017. All rights reserved.