Uses of Interface
org.chorem.bow.User

Packages that use User
org.chorem.bow   
org.chorem.bow.action   
 

Uses of User in org.chorem.bow
 

Classes in org.chorem.bow that implement User
 class UserAbstract
           
 class UserImpl
           
 

Fields in org.chorem.bow declared as User
protected  User BowSession.user
           
 

Methods in org.chorem.bow that return User
static User BowUtils.checkToken(BowSession session, String token)
           
 User BowSession.getUser()
           
 

Methods in org.chorem.bow with parameters of type User
static Bookmark BookmarkUtils.createBookmark(String url, String name, String tags, User user, String alias, Date date)
          Create new Bookmark
static Bookmark BookmarkUtils.createBookmark(String url, String nameAndTags, User user)
           
static Bookmark BookmarkUtils.createBookmarkFromHtml(String html, String name, User user)
           
static void BowSearch.fullText(javax.servlet.http.HttpServletRequest request, User user)
           
static org.nuiton.wikitty.search.Criteria BookmarkUtils.getBookmarkListCriteriaByUser(User user, String searchLine)
           
static List<org.nuiton.wikitty.search.FacetTopic> BookmarkUtils.getBookmarksByImportDate(javax.servlet.http.HttpServletRequest request, User user)
           
static void BowInit.initHomePage(javax.servlet.http.HttpServletRequest request, User user)
           
static void BowSearch.search(javax.servlet.http.HttpServletRequest request, User user)
           
 void BowSession.setUser(User user)
           
 

Uses of User in org.chorem.bow.action
 

Methods in org.chorem.bow.action that return User
protected  User PreferencesAction.changeUser(User newUser)
           
protected  User LoginAction.checkLogin(String email, String password)
           
 

Methods in org.chorem.bow.action with parameters of type User
protected  User PreferencesAction.changeUser(User newUser)
           
protected  void ImportBookmarksAction.parseHtmlToBookmarks(org.htmlparser.util.NodeList list, User user, Date date, List<Bookmark> bookmarks, List<String> tagList)
           
 



Copyright © 2010-2011 CodeLutin. All Rights Reserved.