MCPcopy Create free account

hub / github.com/caelum/guj.com.br / functions

Functions3,675 in github.com/caelum/guj.com.br

↓ 1,239 callersMethodadd
Adds a new bookmark. @param b The bookmark to add
src/net/jforum/dao/BookmarkDAO.java:59
↓ 706 callersMethodput
(String compatibleURI, String bookmarkableURI)
src/br/com/caelum/guj/uri/URICache.java:7
↓ 469 callersMethodget
Gets some object from the cache. @param fqn The fully qualified name associated with the key @param key The key to get @return The cached object, or
src/net/jforum/cache/CacheEngine.java:92
↓ 419 callersMethodclose
(ResultSet rs, Statement st)
src/net/jforum/util/DbUtils.java:57
↓ 353 callersMethodappend
(int topicId, Post p)
src/net/jforum/repository/PostRepository.java:166
↓ 316 callersMethodgetValue
Gets the value of some property @param field The property name to retrieve the value @return String with the value, or <code>null</code> if not found
src/net/jforum/util/preferences/SystemGlobals.java:270
↓ 312 callersMethodgetSql
Gets some SQL statement. @param sql The query's name, as defined in the file loaded by {@link #loadQueries(String)} @return The SQL statement, or <co
src/net/jforum/util/preferences/SystemGlobals.java:398
↓ 297 callersMethodgetConnection
Gets the current thread's connection @return Connection
src/net/jforum/JForumExecutionContext.java:149
↓ 287 callersMethodcreate
(Post post)
src/net/jforum/search/SearchManager.java:55
↓ 274 callersMethodnext
@see com.mysql.jdbc.ResultSet#next()
src/net/jforum/dao/mysql/security/MySQL323GroupSecurityDAO.java:243
↓ 270 callersMethodremove
Removes a bookmark. @param bookmarkId The bookmark's id to remove
src/net/jforum/dao/BookmarkDAO.java:76
↓ 255 callersFunction$
(element)
webapp/javascripts/prototype.js:1490
↓ 253 callersMethodgetInstance
Gets a driver implementation instance. You MUST use this method when you want a instance of a valid <code>DataAccessDriver</code>. Never access the dr
src/net/jforum/dao/DataAccessDriver.java:89
↓ 246 callersMethodgetParameter
Returns the value of a request parameter as a <code>String</code>, or <code>null</code> if the parameter does not exist. Request parameters are extra
src/net/jforum/context/RequestContext.java:329
↓ 209 callersMethodgetLang
Gets the user language @return String value with the language chosen
src/net/jforum/entities/User.java:287
↓ 198 callersMethodtoString
@see java.lang.Object#toString()
src/net/jforum/security/Role.java:109
↓ 176 callersMethodgetString
Returns the contents of the file item as a String, using the specified encoding. This method uses {@link #get()} to retrieve the contents of the item
src/net/jforum/util/legacy/commons/fileupload/FileItem.java:134
↓ 172 callersMethodequals
@see java.lang.Object#equals(java.lang.Object)
src/net/jforum/security/Role.java:85
↓ 164 callersMethodsetTemplateName
(String templateName)
src/net/jforum/Command.java:78
↓ 160 callersMethodgetMessage
Gets a I18N (internationalized) message. @param localeName The locale name to retrieve the messages from @param messageName The
src/net/jforum/util/I18n.java:262
↓ 145 callersMethodgetId
()
src/net/jforum/context/SessionContext.java:59
↓ 133 callersMethodgetNode
Gets a node. @param pos Node position to retrieve @return <code>GroupNode</code>
src/net/jforum/util/GroupNode.java:85
↓ 120 callersMethodgetIntParameter
Gets an parameter that is a number. A call to <code>Integer#parseInt(String)</code> is made to do the conversion @param parameter The parameter name
src/net/jforum/context/RequestContext.java:290
↓ 109 callersMethodgetIntValue
Retrieve an integer-valued configuration field @param field Name of the configuration option @return The value of the configuration option @exception
src/net/jforum/util/preferences/SystemGlobals.java:287
↓ 90 callersFunctionselectByValue
(form_obj, field_name, value, add_custom, ignore_case)
webapp/tiny_mce/plugins/xhtmlxtras/js/element_common.js:72
↓ 88 callersMethodgetUserSession
Gets the user's <code>UserSession</code> object @return The <code>UserSession</code> associated to the user's session
src/net/jforum/SessionFacade.java:285
↓ 87 callersMethodgetAttribute
(String name)
src/net/jforum/context/SessionContext.java:57
↓ 87 callersMethodgetUserId
Gets the ID of the user that have posted the message @return int value with the user id
src/net/jforum/entities/Post.java:244
↓ 84 callersMethodgetTime
Gets the time, represented as long, of the message post @return long representing the post time
src/net/jforum/entities/Post.java:226
↓ 80 callersMethodgetBoolValue
Retrieve an boolean-values configuration field @param field name of the configuration option @return The value of the configuration option @exception
src/net/jforum/util/preferences/SystemGlobals.java:299
↓ 80 callersMethodsetAttribute
(String name, Object value)
src/net/jforum/context/SessionContext.java:53
↓ 68 callersMethodclose
Does nothing
src/net/jforum/dao/mysql/security/MySQL323GroupSecurityDAO.java:273
↓ 63 callersFunctionf
()
webapp/tiny_mce/tiny_mce.js:1
↓ 63 callersFunctionfillSelect
(f, s, param, dval, sep, em)
webapp/tiny_mce/plugins/style/js/props.js:566
↓ 62 callersMethodnewUserDAO
Gets an {@link net.jforum.dao.UserDAO} instance. @return <code>net.jforum.model.UserModel</code> instance.
src/net/jforum/dao/DataAccessDriver.java:141
↓ 62 callersMethodsetActive
Set the active status. An user with the active status equals to false cannot be considered a "oficial", "fully registered" user until its status is se
src/net/jforum/dao/UserDAO.java:195
↓ 60 callersMethodgetForumId
Returns the ID of the forum this topic belongs to @return int value with the ID
src/net/jforum/entities/Topic.java:122
↓ 59 callersMethodreplaceAll
Replaces some string with another value @param sb the StrinbBuilder with the contents to work on @param what the string to be replaced @param with the
src/net/jforum/view/forum/common/ViewCommon.java:260
↓ 55 callersMethodcanAccess
Check if the logged user has access to the role. This method gets user's id from its session. @param roleName The role name to verity @return <code>t
src/net/jforum/repository/SecurityRepository.java:172
↓ 53 callersFunctionb
(c,d)
webapp/tiny_mce/plugins/bbcode/editor_plugin.js:1
↓ 50 callersFunctionrep
(re, str)
webapp/tiny_mce/plugins/bbcode/editor_plugin_src.js:42
↓ 50 callersMethodselectById
Gets a specific <code>User</code>. @param userId The User ID to search @return <code>User</code>object containing all the information @see #selectAll
src/net/jforum/dao/UserDAO.java:68
↓ 49 callersMethodload
Load the default I18n file
src/net/jforum/util/I18n.java:113
↓ 49 callersMethodsize
Gets the total number of nodes @return Quantidade de nos.
src/net/jforum/util/GroupNode.java:105
↓ 48 callersMethodwrite
A convenience method to write an uploaded item to disk. The client code is not concerned with whether or not the item is stored in memory, or on disk
src/net/jforum/util/legacy/commons/fileupload/FileItem.java:164
↓ 47 callersFunctiong
()
webapp/tiny_mce/tiny_mce.js:1
↓ 47 callersMethodgetContent
()
src/br/com/caelum/guj/model/Article.java:140
↓ 46 callersMethodgetBookmark
(ResultSet rs)
src/net/jforum/dao/generic/GenericBookmarkDAO.java:333
↓ 44 callersMethodgetName
Returns the original filename in the client's filesystem, as provided by the browser (or other client software). In most cases, this will be the base
src/net/jforum/util/legacy/commons/fileupload/FileItem.java:90
↓ 44 callersMethodnewTopicDAO
Gets a {@link net.jforum.dao.TopicDAO} instance. @return <code>net.jforum.model.TopicModel</code> instance.
src/net/jforum/dao/DataAccessDriver.java:134
↓ 43 callersMethodgetId
Gets the user id @return int value with the id
src/net/jforum/entities/User.java:269
↓ 43 callersFunctiono
()
webapp/tiny_mce/tiny_mce.js:1
↓ 43 callersMethodshow
Display all topics in a forum
src/net/jforum/view/forum/ForumAction.java:163
↓ 42 callersMethodgetText
Gets the message of the post @return String containing the text
src/net/jforum/entities/Post.java:383
↓ 41 callersMethodgetContextPath
Returns the portion of the request URI that indicates the context of the request. The context path always comes first in a request URI. The path start
src/net/jforum/context/RequestContext.java:269
↓ 41 callersMethodgetRequest
Gets the current thread's request @return WebContextRequest
src/net/jforum/JForumExecutionContext.java:190
↓ 41 callersMethodmatches
(Banlist b)
src/net/jforum/entities/Banlist.java:125
↓ 41 callersMethodsetValue
Sets a value for some property @param field The property name @param value The property value @see #getVariableValue(String)
src/net/jforum/util/preferences/SystemGlobals.java:153
↓ 40 callersMethodgetForumId
Gets the forum's id the post is associated @return int value with the id of the forum
src/net/jforum/entities/Post.java:172
↓ 40 callersMethodsetContent
(String content)
src/br/com/caelum/guj/model/Article.java:144
↓ 40 callersFunctionsetStr
(pl, p, n)
webapp/tiny_mce/plugins/media/js/media.js:475
↓ 39 callersMethodfind
Search for a mail integration instance @param forumId the forumId of the desired object. @return the requested information, or null if not found
src/net/jforum/dao/MailIntegrationDAO.java:40
↓ 38 callersFunctiongetStr
(p, n, d)
webapp/tiny_mce/plugins/media/js/media.js:496
↓ 37 callersMethodgetId
Returns the ID of the topic @return int value with the ID
src/net/jforum/entities/Topic.java:113
↓ 37 callersMethodsetText
Sets the text of the post @param text The text to set
src/net/jforum/entities/Post.java:392
↓ 36 callersMethodclear
()
src/net/jforum/SessionFacade.java:269
↓ 36 callersFunctionisNum
(s)
webapp/tiny_mce/plugins/style/js/props.js:549
↓ 36 callersMethodupdate
Updates a user. @param user Reference to a <code>User</code> object to update
src/net/jforum/dao/UserDAO.java:165
↓ 35 callersFunctione
(f)
webapp/tiny_mce/tiny_mce.js:1
↓ 35 callersFunctiongetBool
(p, n, d, tv, fv)
webapp/tiny_mce/plugins/media/js/media.js:487
↓ 35 callersMethodgetFromSession
(String key)
src/net/jforum/view/install/InstallAction.java:149
↓ 35 callersFunctionsetBool
(pl, p, n)
webapp/tiny_mce/plugins/media/js/media.js:468
↓ 34 callersMethoddestroy
@see javax.servlet.GenericServlet#destroy()
src/net/jforum/JForum.java:308
↓ 34 callersMethodgetTopicId
Gets the id of the topic this message is associated @return int value with the topic id
src/net/jforum/entities/Post.java:235
↓ 34 callersMethodremoveAttribute
(String name)
src/net/jforum/context/SessionContext.java:55
↓ 32 callersMethoderror
(SAXParseException exception)
src/net/jforum/util/bbcode/BBCodeHandler.java:179
↓ 31 callersMethodgetForum
Gets a specific forum from the cache. @param forumId The forum's ID to get @return <code>net.jforum.Forum</code> object instance or <code>null</code>
src/net/jforum/repository/ForumRepository.java:415
↓ 31 callersMethodsetRedirect
Gets the current thread's <code>DataHolder</code> instance @param redirect String
src/net/jforum/JForumExecutionContext.java:214
↓ 30 callersFunction$A
(iterable)
webapp/javascripts/prototype.js:806
↓ 29 callersMethodcontains
Check whether the language is loaded in i18n. @param language String @return boolean
src/net/jforum/util/I18n.java:357
↓ 29 callersMethoddoFilter
(ServletRequest req, ServletResponse res, FilterChain chain)
src/br/com/caelum/guj/vraptor/filter/VRaptorFilter.java:27
↓ 28 callersMethodset
Sets the execution context @param ex JForumExecutionContext
src/net/jforum/JForumExecutionContext.java:131
↓ 27 callersMethodcanAccess
@see net.jforum.security.PermissionControl#canAccess(java.lang.String) @param roleName String @return boolean
src/net/jforum/security/PermissionControl.java:110
↓ 27 callersMethodgetParameterValues
Returns an array of <code>String</code> objects containing all of the values the given request parameter has, or <code>null</code> if the parameter do
src/net/jforum/context/RequestContext.java:305
↓ 27 callersFunctionsetAttrib
(elm, attrib, value)
webapp/tiny_mce/plugins/advlink/js/advlink.js:343
↓ 27 callersFunctionsetFormValue
(name, value)
webapp/tiny_mce/plugins/advlink/js/advlink.js:123
↓ 26 callersFunctiond
(i)
webapp/tiny_mce/tiny_mce.js:1
↓ 26 callersFunctiongetSelectValue
(form_obj, field_name)
webapp/tiny_mce/plugins/advlink/js/advlink.js:464
↓ 26 callersMethodgetUserId
Gets user's id @return The user id
src/net/jforum/entities/UserSession.java:262
↓ 26 callersMethodisLogged
Verify is the user is logged in. @return <code>true</code> if the user is logged, or <code>false</code> if is an anonymous user.
src/net/jforum/SessionFacade.java:365
↓ 25 callersFunctiona
(d,e)
webapp/tiny_mce/plugins/xhtmlxtras/editor_plugin.js:1
↓ 25 callersMethodgetId
Gets the forum's ID @return int value representing the ID
src/net/jforum/entities/Forum.java:118
↓ 25 callersMethodinit
Inits the cache engine.
src/net/jforum/cache/CacheEngine.java:59
↓ 24 callersMethodexists
Checks if there is an execution context already set @return <code>true</code> if there is an execution context @see #get()
src/net/jforum/JForumExecutionContext.java:104
↓ 24 callersMethodgetInfo
@return Returns the info.
src/net/jforum/entities/Attachment.java:128
↓ 24 callersMethodnewBanlist
(int userId, String email, String ip)
tests/core/net/jforum/entities/BanlistTestCase.java:71
↓ 24 callersMethodnewForumDAO
Gets a {@link net.jforum.dao.ForumDAO} instance. @return <code>net.jforum.model.ForumModel</code> instance
src/net/jforum/dao/DataAccessDriver.java:99
↓ 24 callersMethodnewPostDAO
Gets a {@link net.jforum.dao.PostDAO} instance. @return <code>net.jforum.model.PostModel</code> instance.
src/net/jforum/dao/DataAccessDriver.java:113
↓ 24 callersFunctionsetAttrib
(elm, attrib, value)
webapp/tiny_mce/plugins/xhtmlxtras/js/attributes.js:59
↓ 24 callersMethodsetId
Sets the user id. @param id The user id to set
src/net/jforum/entities/User.java:572
next →1–100 of 3,675, ranked by callers