Uses of Interface
org.chorem.bow.BowUser

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

Uses of BowUser in org.chorem.bow
 

Subinterfaces of BowUser in org.chorem.bow
 interface BowPreference
           
 

Classes in org.chorem.bow that implement BowUser
 class BowPreferenceAbstract
           
 class BowPreferenceImpl
           
 class BowUserAbstract
           
 class BowUserImpl
           
 

Methods in org.chorem.bow that return BowUser
static BowUser BowUtils.checkToken(BowSession session, String token)
          Retrieves the user by the temporary or the permanent token
 BowUser BowSession.getUser()
           
 

Methods in org.chorem.bow that return types with arguments of type BowUser
static List<BowUser> BowMigration04To05.migrateUser(org.nuiton.wikitty.WikittyProxy proxy, List<UserImpl> users)
           
 

Methods in org.chorem.bow with parameters of type BowUser
static BowBookmark BookmarkUtils.createBookmark(String url, String nameAndTags, BowUser user)
           
static BowBookmark BookmarkUtils.createBookmark(String url, String name, String tags, BowUser user, String privateAlias, String publicAlias, Date date)
          Create new Bookmark
static BowBookmark BookmarkUtils.createBookmarkFromHtml(String html, String name, BowUser user)
           
static Map<String,Integer> BookmarkUtils.getBookmarksByImportDate(javax.servlet.http.HttpServletRequest request, BowUser user)
           
static List<BowBookmark> BowMigration04To05.migrateBookmark(org.nuiton.wikitty.WikittyProxy proxy, BowUser user, List<BookmarkImpl> bookmarks)
           
 void BowSession.setUser(BowUser user)
           
 

Uses of BowUser in org.chorem.bow.action
 

Methods in org.chorem.bow.action that return BowUser
protected  BowUser PreferencesAction.changeUser(BowUser newUser)
           
protected  BowUser LoginAction.checkLogin(String email, String password)
          Check password in solr index, if fail try to check password admin in config file
 

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



Copyright © 2010-2011 CodeLutin. All Rights Reserved.