| Package | Description |
|---|---|
| org.chorem.bow | |
| org.chorem.bow.action.login | |
| org.chorem.bow.action.preference |
| Modifier and Type | Class and Description |
|---|---|
class |
BowUserAbstract |
class |
BowUserImpl |
| Modifier and Type | Field and Description |
|---|---|
protected BowUser |
BowSession.user |
| Modifier and Type | Method and Description |
|---|---|
static BowUser |
BowUtils.checkToken(BowSession session,
String token)
Retrieves the user by the temporary or the permanent token
|
BowUser |
BowSearchPrefixAbstract.getBowUser(boolean exceptionIfNotLoaded) |
BowUser |
BowSearchPrefix.getBowUser(boolean exceptionIfNotLoaded) |
static BowUser |
BowSearchPrefixHelper.getBowUser(org.nuiton.wikitty.entities.Wikitty wikitty,
boolean exceptionIfNotLoaded) |
BowUser |
BowSession.getUser() |
static BowUser |
BowSearchPrefixHelper.setBowUser(org.nuiton.wikitty.entities.Wikitty wikitty,
BowUser bowUser) |
| Modifier and Type | Method and Description |
|---|---|
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 org.nuiton.wikitty.query.WikittyQuery |
BookmarkUtils.getBookmarkListCriteriaByUser(BowUser user,
String tagLine,
String fullTextLine,
String order,
int first) |
void |
BowSearchPrefixAbstract.setBowUser(BowUser bowUser) |
void |
BowSearchPrefix.setBowUser(BowUser bowUser) |
static BowUser |
BowSearchPrefixHelper.setBowUser(org.nuiton.wikitty.entities.Wikitty wikitty,
BowUser bowUser) |
void |
BowSession.setUser(BowUser user) |
| Modifier and Type | Method and Description |
|---|---|
protected BowUser |
LoginAction.checkLogin(String email,
String password)
Check password in solr index, if fail try to check password admin in config file
|
| Modifier and Type | Method and Description |
|---|---|
protected BowBookmark |
ImportBookmarksAction.createBookmarkFromHtml(String html,
String name,
BowUser user) |
protected void |
ImportBookmarksAction.parseHtmlToBookmarks(org.htmlparser.util.NodeList list,
BowUser user,
Date date,
List<BowBookmark> bookmarks,
Set<String> tagList) |
Copyright © 2010–2014 CodeLutin. All rights reserved.