@RemoteServiceRelativePath(value="webFrameServer")
public interface IWebFrameService
extends com.google.gwt.user.client.rpc.RemoteService
AdminLoginResponse adminLogin(Integer resourceRootId, String username, String pwd, String type) throws ServerException
ServerExceptionList<S_RESOURCEObj> getAllMenu() throws ServerException
ServerExceptionS_RESOURCEObj saveMenu(S_RESOURCEObj resource) throws ServerException
ServerExceptionvoid deleteResource(Long resourceId) throws ServerException
ServerExceptionList<S_ROLEObj> getAllRole() throws ServerException
ServerExceptionS_ROLEObj saveAdminRole(S_ROLEObj role) throws ServerException
ServerExceptionboolean deleteAdminRole(Long roleid) throws ServerException
ServerExceptionBoolean updateAdminRoleMenu(Long roleid, Long resourceId, boolean addOrRemove) throws ServerException
ServerExceptionS_USERObj saveAdminUser(S_USERObj user) throws ServerException
ServerExceptionboolean updateAdminUserRole(Long userid, Long roleid, Boolean addOrRemove) throws ServerException
ServerExceptionList<S_USER_ROLEObj> getAdminUserRole(Long userid) throws ServerException
ServerExceptionPagerData<S_RESOURCEObj> adminUserMainMenu() throws ServerException
ServerExceptionList<S_RESOURCEObj> adminSubMenu(int menuId) throws ServerException
ServerExceptionAdminLoginResponse getUserByToken(Integer resourceRootId, String token) throws ServerException
ServerExceptionPagerData<S_USERObj> findUserByQuery(String query, PagerData<S_USERObj> pager) throws ServerException
ServerExceptionPagerData<S_USERObj> searchUserList(SearchReq req) throws ServerException
ServerExceptionList<S_RESOURCEObj> adminAllMenu(int rootMenuId) throws ServerException
ServerExceptionList<S_ROLE_RESOURCEObj> getRoleResource(Long roleId)
Boolean isUserOwnResource(Long resid) throws ServerException
ServerExceptionList<ResourceNameAuthority> isUserOwnResource(List<ResourceNameAuthority> request, Integer rootid) throws ServerException
ServerExceptionList<S_RESOURCEObj> userResources(Integer rootid) throws ServerException
ServerExceptionList<S_METAObj> fetchMetaData() throws ServerException
ServerExceptionS_METAObj saveOrUpdateMetaData(S_METAObj meta) throws ServerException
ServerExceptionList<S_METAObj> getMetaData(String catalog, Boolean includeSub) throws ServerException
ServerExceptionBoolean deleteMetaData(Integer metaId) throws ServerException
ServerExceptionS_RESOURCEObj getMenuInfo(Integer id) throws ServerException
ServerExceptionList<DashboardData> dashboardIndex() throws ServerException
ServerExceptionCopyright © 2020. All rights reserved.