MCPcopy Create free account

hub / github.com/astubbs/spring-modules / functions

Functions12,561 in github.com/astubbs/spring-modules

↓ 11 callersMethodgetKeyAndModel
(int index)
projects/spring-modules-cache/src/test/java/org/springmodules/cache/integration/AbstractIntegrationTests.java:152
↓ 11 callersMethodgetLine
()
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/valang/predicates/AbstractPropertyPredicate.java:85
↓ 11 callersMethodgetPersistenceBrokerHolder
()
projects/ojb/src/java/org/springmodules/orm/ojb/PersistenceBrokerTransactionManager.java:351
↓ 11 callersMethodgetPersistenceBrokerTemplate
Return the PersistenceBrokerTemplate for this DAO, pre-initialized with the JCD alias or set explicitly.
projects/ojb/src/java/org/springmodules/orm/ojb/support/PersistenceBrokerDaoSupport.java:102
↓ 11 callersMethodgetPetTypes
Retrieve all <code>PetType</code>s from the datastore. @return a <code>Collection</code> of <code>PetType</code>s
samples/prevayler-petclinic/src/org/springframework/samples/petclinic/Clinic.java:28
↓ 11 callersMethodgetRepository
@return Returns the repository.
projects/spring-modules-jcr/src/main/java/org/springmodules/jcr/JcrSessionFactory.java:304
↓ 11 callersMethodgetResource
Retrieve a resource for the given key that is bound to the current thread. @param key key to check @return a value bound to the current thread, or nul
projects/spring-modules-lucene/src/main/java/org/springmodules/lucene/index/resource/ResourceBindingManager.java:71
↓ 11 callersMethodgetSessionFactory
@return Returns the sessionFactory.
projects/spring-modules-jcr/src/main/java/org/springmodules/jcr/JcrAccessor.java:90
↓ 11 callersMethodgetSessionHolder
Returns a specific SessionHolder for the given Session. The holder provider is used internally by the framework in components such as transaction mana
projects/spring-modules-jcr/src/main/java/org/springmodules/jcr/SessionFactory.java:37
↓ 11 callersMethodgetType
Get the message type. @return The message type.
projects/spring-modules-xt/src/main/java/org/springmodules/xt/model/notification/Message.java:42
↓ 11 callersMethodgetUserDao
()
sandbox/orm/src/test/org/springmodules/orm/support/AbstractValidatingInterceptorTests.java:51
↓ 11 callersMethodhashCode
Returns the same value as <code>{@link Boolean#hashCode()}</code>. @param bool the given <code>boolean</code>. @return the hash code for the
projects/spring-modules-cache/src/main/java/org/springmodules/util/Objects.java:79
↓ 11 callersMethodnotify
When entries are written that match this template notify the given listener with a RemoteEvent that includes the handback object. Matching is done as
projects/javaspaces/src/java/org/springmodules/javaspaces/JavaSpaceTemplate.java:223
↓ 11 callersMethodonRemoveFromCache
Removes the object stored under the given key from the cache (and group, if any) specified in the given caching model. The caching model should be an
projects/spring-modules-cache/src/main/java/org/springmodules/cache/provider/jcs/JcsFacade.java:280
↓ 11 callersMethodreleaseIndexReader
Close the given IndexReader if necessary, i.e. if it is not bound to the thread. @param indexFactory IndexFactory that the IndexReader came from @para
sandbox/lucene/src/java/org/springmodules/lucene/index/factory/IndexReaderFactoryUtils.java:95
↓ 11 callersMethodreleaseResources
()
projects/spring-modules-lucene/src/main/java/org/springmodules/lucene/index/resource/ResourceManager.java:34
↓ 11 callersMethodreplay
()
projects/spring-modules-cache/src/test/java/org/springmodules/cache/interceptor/flush/FlushingInterceptorTests.java:294
↓ 11 callersMethodselectMany
(String statementID)
projects/orbroker/src/java/org/springmodules/orm/orbroker/BrokerOperations.java:69
↓ 11 callersMethodsetCachingModels
Sets the caching models with method names as keys. <p> Note: Method names are always applied to the target class, no matter if defined in an interface
projects/spring-modules-cache/src/main/java/org/springmodules/cache/interceptor/proxy/CacheProxyFactoryBean.java:208
↓ 11 callersMethodsetContext
(String supportedToken)
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/bean/context/ValidationContextUtils.java:24
↓ 11 callersMethodsetCronExpression
Sets the cron expression that the age of the cache entry will be compared to. If the entry is older than the most recent match for the cron expression
projects/spring-modules-cache/src/main/java/org/springmodules/cache/provider/oscache/OsCacheCachingModel.java:189
↓ 11 callersMethodsetFunctionExpressionParser
Sets the function expression parser to be used when parsing the function expressions. @param functionExpressionParser The function expression parser
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/util/fel/FunctionExpressionBased.java:33
↓ 11 callersMethodsetName
(String name)
samples/feed-xt/src/java/org/springmodules/feedxt/web/view/AddFeedSubscriptionView.java:15
↓ 11 callersMethodsetSession
(Session session)
projects/spring-modules-jcr/src/main/java/org/springmodules/jcr/SessionHolder.java:22
↓ 11 callersMethodsupports
Indicates whether this handler can handle the given annotation. @param annotation The annoation to handle. @return <code>true</code> if this handler
projects/spring-modules-validation/spring-modules-validation-jdk15/src/main/java/org/springmodules/validation/bean/conf/loader/annotation/handler/ClassValidationAnnotationHandler.java:37
↓ 11 callersMethodtakeIfExists
(SimpleBean template)
projects/javaspaces/src/test/org/springmodules/javaspaces/gigaspaces/app/ISimpleDao.java:14
↓ 11 callersMethoduseBeanFactory
@see org.springframework.beans.factory.access.BeanFactoryLocator#useBeanFactory(java.lang.String)
projects/spring-modules-jbpm31/src/main/java/org/springmodules/workflow/jbpm31/JbpmFactoryLocator.java:152
↓ 11 callersMethodverify
()
projects/spring-modules-cache/src/test/java/org/springmodules/cache/interceptor/flush/FlushingInterceptorTests.java:324
↓ 11 callersMethodverify
()
projects/spring-modules-cache/src/test/java/org/springmodules/cache/config/CacheSetupStrategyParserTests.java:457
↓ 10 callersMethodaddEmployee
(IEmployee e)
projects/spring-modules-springmvc-extra/src/test/java/org/springmodules/web/test/domain/IOffice.java:13
↓ 10 callersMethodafterPropertiesSet
Eagerly initialize the exception translator, creating a default one for the specified Broker if none set.
projects/orbroker/src/java/org/springmodules/orm/orbroker/BrokerAccessor.java:133
↓ 10 callersMethodassertSynchronizationManager
()
projects/javaspaces/src/test/org/springmodules/javaspaces/tx/TransactionTests.java:103
↓ 10 callersMethodequals
(Object obj)
samples/xt/src/java/org/springmodules/xt/examples/domain/Office.java:77
↓ 10 callersMethodevaluate
Evaluate the function on the given argument and return the evaluation result. @param argument The argument to the function. @return The evaluation re
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/util/fel/Function.java:34
↓ 10 callersFunctionexecuteAction
(xml, action)
samples/xt/src/webapp/js/springxt.js:742
↓ 10 callersFunctionexecuteAction
(xml,action)
samples/xt/src/webapp/js/springxt-min.js:68
↓ 10 callersFunctionexecuteAction
(xml, action)
samples/feed-xt/src/webapp/js/springxt.js:726
↓ 10 callersFunctionexecuteAction
(xml,action)
samples/feed-xt/src/webapp/js/springxt-min.js:64
↓ 10 callersFunctionexecuteAction
(xml, action)
projects/spring-modules-xt/src/main/js/springxt-taconite.js:541
↓ 10 callersFunctionexecuteAction
(xml, action)
projects/spring-modules-xt/src/main/js/lib/core/springxt.js:742
↓ 10 callersFunctionexecuteAction
(xml,action)
projects/spring-modules-xt/src/main/js/lib/core/springxt-min.js:68
↓ 10 callersMethodgetArguments
()
projects/javaspaces/src/java/org/springmodules/javaspaces/entry/AbstractMethodCallEntry.java:54
↓ 10 callersMethodgetBeanFactory
Load a BeanFactory from the default context and given factoryKey. @param factoryKey bean name idenitifying a BeanFactory instance in the contextRef. @
projects/ant/src/java/org/springmodules/ant/util/BeanFactoryLoader.java:36
↓ 10 callersMethodgetBeanName
()
projects/spring-modules-jbpm31/src/main/java/org/springmodules/workflow/jbpm31/JbpmHandler.java:27
↓ 10 callersMethodgetById
Look up the entity of the given class with the given id in the given collection. @param entities the collection to search @param entityClass the entit
samples/orm-petclinic/src/org/springframework/samples/petclinic/util/EntityUtils.java:29
↓ 10 callersMethodgetDataSource
Return the JDBC DataSource that this instance manages transactions for.
projects/ojb/src/java/org/springmodules/orm/ojb/PersistenceBrokerTransactionManager.java:152
↓ 10 callersMethodgetFirstname
()
sandbox/prevayler-template/src/test/org/springmodules/prevayler/test/domain/EmployeeImpl.java:36
↓ 10 callersMethodgetName
Return the name of the attachment. @return The name of the attachment.
sandbox/template/src/java/org/springmodules/email/Attachment.java:59
↓ 10 callersMethodgetName
Return the name of the attachment. @return The name of the attachment.
projects/spring-modules-template/src/main/java/org/springmodules/email/Attachment.java:59
↓ 10 callersMethodgetNamespaceURI
@see javax.jcr.Session#getNamespaceURI(java.lang.String)
projects/spring-modules-jcr/src/main/java/org/springmodules/jcr/JcrModel1Operations.java:56
↓ 10 callersMethodgetPersistenceManager
Give access to the {@link PersistenceManager}.
sandbox/prevayler-template/src/java/org/springmodules/prevayler/PrevaylerAccessor.java:18
↓ 10 callersMethodgetPersistentFields
()
sandbox/datamap/src/java/org/springmodules/datamap/jdbc/sqlmap/PersistentObject.java:91
↓ 10 callersMethodgetSessionFactory
@return Returns the sessionFactory.
projects/spring-modules-jcr/src/main/java/org/springmodules/jcr/jackrabbit/LocalTransactionManager.java:61
↓ 10 callersMethodgetString
String property accessor method with default to hide the configuration implementation. @param key property key @param defaultValue default v
projects/spring-modules-template/src/main/java/org/springmodules/template/engine/velocity/extended/ExtendedRuntimeInstance.java:1098
↓ 10 callersMethodhandleUnexpectedElementFound
(String elementName)
sandbox/remoting/src/java/org/springmodules/remoting/xmlrpc/util/XmlRpcParsingUtils.java:34
↓ 10 callersMethodinitLifecycle
(BasicContextAware object)
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/util/context/BasicContextAware.java:68
↓ 10 callersMethodinitializeResources
@param definition
projects/spring-modules-lucene/src/main/java/org/springmodules/lucene/index/resource/ResourceManager.java:28
↓ 10 callersMethodlistResult
(ObjectSet result)
samples/db4o/pilot/src/java/org/springmodules/db4o/examples/chapter1/QueryExample.java:22
↓ 10 callersMethodloadPet
Retrieve a <code>Pet</code> from the datastore by id. @param id the id to search for @return the <code>Pet</code> if found @throws org.springframework
samples/prevayler-petclinic/src/org/springframework/samples/petclinic/Clinic.java:53
↓ 10 callersMethodmakeSerializableIfNecessary
Makes the given object serializable (if it is not already). @param obj the object to make serializable. @return the given object made serial
projects/spring-modules-cache/src/main/java/org/springmodules/cache/serializable/SerializableFactory.java:41
↓ 10 callersMethodnot
(Condition condition)
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/util/condition/Conditions.java:55
↓ 10 callersMethodparseCachingModel
Creates a new <code>{@link CachingModel}</code> by parsing the given XML element. @param element the XML element to parse @return the create
projects/spring-modules-cache/src/main/java/org/springmodules/cache/config/CacheModelParser.java:42
↓ 10 callersMethodpostHandle
Post-handle the http request and if it was an ajax request firing a submit, looks for a mapped ajax handler, executes it and returns an ajax response.
projects/spring-modules-xt/src/main/java/org/springmodules/xt/ajax/AjaxInterceptor.java:185
↓ 10 callersMethodregister
Register the user, by providing user name and password.
samples/feed-xt/src/java/org/springmodules/feedxt/domain/User.java:24
↓ 10 callersMethodreleaseIndexReader
Close the given IndexReader if necessary, i.e. if it is not bound to the thread. @param indexFactory IndexFactory that the IndexReader came from @par
projects/spring-modules-lucene/src/main/java/org/springmodules/lucene/index/factory/IndexReaderFactoryUtils.java:127
↓ 10 callersMethodresolveId
Resolve the id on the given object and return its corresponding {@link java.lang.reflect.Field} object.
sandbox/prevayler-template/src/java/org/springmodules/prevayler/id/IdResolutionStrategy.java:17
↓ 10 callersMethodsearch
(QueryCreator queryCreator, HitExtractor extractor)
projects/spring-modules-lucene/src/main/java/org/springmodules/lucene/search/core/DefaultLuceneSearchTemplate.java:158
↓ 10 callersMethodsetCacheStructs
Sets the cache structures that specify which caches (and optionally groups) should to be flushed. @param newCacheStructs the new cache structs
projects/spring-modules-cache/src/main/java/org/springmodules/cache/provider/jcs/JcsFlushingModel.java:84
↓ 10 callersMethodsetCachingModelSource
Sets the source of caching models for class methods. @param newCachingModelSource the new source of caching models
projects/spring-modules-cache/src/main/java/org/springmodules/cache/interceptor/caching/AbstractModelSourceCachingInterceptor.java:52
↓ 10 callersMethodsetFactoryKey
The key to look up bean factory. Default value is "beanFactory". @param factoryKey
projects/ant/src/java/org/springmodules/ant/type/SpringBean.java:49
↓ 10 callersMethodsetName
(String name)
projects/ojb/src/test/org/springmodules/beans/ITestBean.java:34
↓ 10 callersMethodsetUpCacheAdministratorAndCache
()
projects/spring-modules-cache/src/test/java/org/springmodules/cache/provider/jcs/JcsFacadeTests.java:578
↓ 10 callersMethodsignal
(final ProcessInstance processInstance)
projects/spring-modules-jbpm31/src/main/java/org/springmodules/workflow/jbpm31/JbpmOperations.java:39
↓ 10 callersMethodtake
Take a matching entry from the space, waiting until one exists. Matching is and timeout done as for read. @param template The template used for match
projects/javaspaces/src/java/org/springmodules/javaspaces/JavaSpaceTemplate.java:129
↓ 10 callersMethoduseBeanFactory
@see org.springframework.beans.factory.access.BeanFactoryLocator#useBeanFactory(java.lang.String)
projects/jbpm30/src/java/org/springmodules/workflow/jbpm30/JbpmFactoryLocator.java:143
↓ 10 callersMethodvalidateObjectGraphConstraints
The heart of this validator. This is a recursive method that validates the given object (object) under the context of the given object graph root (roo
sandbox/validation/src/java/org/springmodules/validation/bean/BeanValidator.java:142
↓ 10 callersMethodvalidateObjectGraphConstraints
The heart of this validator. This is a recursive method that validates the given object (object) under the context of the given object graph root (roo
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/bean/BeanValidator.java:152
↓ 9 callersFunction_getInt
(str,i,minlength,maxlength)
samples/feed-xt/src/webapp/js/calendar/date.js:167
↓ 9 callersMethodaddAction
Add an action to perform in the context of this response, e.g. setting an input field, an element attribute and so. @param action The {@link AjaxActi
projects/spring-modules-xt/src/main/java/org/springmodules/xt/ajax/AjaxResponse.java:35
↓ 9 callersMethodaddEmployee
(IEmployee e)
projects/spring-modules-xt/src/test/java/org/springmodules/xt/test/domain/Office.java:44
↓ 9 callersMethodafterPropertiesSet
@see org.springframework.beans.factory.InitializingBean#afterPropertiesSet()
projects/spring-modules-jbpm31/src/main/java/org/springmodules/workflow/jbpm31/JbpmTemplate.java:127
↓ 9 callersMethodapplyNamedParamsToExecutable
(Executable executable, final String[] paramNames, final Object[] values)
projects/orbroker/src/java/org/springmodules/orm/orbroker/BrokerTemplate.java:296
↓ 9 callersMethodassertEqualHashCodes
Asserts that the given hash code is equal to the one obtained from <code>{@link Objects#nullSafeHashCode(Object)}</code>. @param expected th
projects/spring-modules-cache/src/test/java/org/springmodules/util/ObjectsTests.java:571
↓ 9 callersMethodclean
Cleans this space. The side-effects of cleaning the space are: <ul> <li>all entries and templates are deleted.</li> <li>all storage adapter contexts a
projects/javaspaces/src/java/org/springmodules/javaspaces/gigaspaces/GigaSpacesTemplate.java:351
↓ 9 callersMethodcloseIndexWriter
(LuceneIndexWriter indexWriter)
projects/spring-modules-lucene/src/test/java/org/springmodules/lucene/index/factory/SimpleIndexFactoryTests.java:71
↓ 9 callersMethodcommitTransaction
(Session session)
sandbox/prevayler-template/src/java/org/springmodules/prevayler/PersistenceManager.java:17
↓ 9 callersMethodcontains
(String text)
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/util/condition/Conditions.java:153
↓ 9 callersMethodconvertPropertyErrorCode
Converts the given property error code that is associated with the given class and property to another error code. @param errorCode The property erro
projects/spring-modules-validation/spring-modules-validation-base/src/main/java/org/springmodules/validation/bean/converter/ErrorCodeConverter.java:44
↓ 9 callersMethodcreateIndexFactory
(RAMDirectory directory)
projects/spring-modules-lucene/src/test/java/org/springmodules/lucene/index/resource/AbstractDefaultResourceManagerTests.java:46
↓ 9 callersMethodcreateResourceManager
(IndexFactory indexFactory)
projects/spring-modules-lucene/src/test/java/org/springmodules/lucene/index/resource/AbstractDefaultResourceManagerTests.java:58
↓ 9 callersMethoddelete
(Object o)
sandbox/datamap/src/java/org/springmodules/datamap/dao/DataMapper.java:43
↓ 9 callersMethoddelete
(Object entity)
sandbox/prevayler-template/src/java/org/springmodules/prevayler/system/PrevalentSystem.java:30
↓ 9 callersMethodequals
(Object object)
sandbox/validation/src/java/org/springmodules/validation/bean/conf/CascadeValidation.java:84
↓ 9 callersMethodequals
(Object o)
projects/spring-modules-template/src/main/java/org/springmodules/email/Email.java:561
↓ 9 callersMethodequals
(Object obj)
projects/spring-modules-lucene/src/main/java/org/springmodules/lucene/index/document/handler/IdentityDocumentMatching.java:67
↓ 9 callersMethodexecute
Execute the action specified by the given action object within a PersistenceBroker. Application exceptions thrown by the action object get propagated
projects/ojb/src/java/org/springmodules/orm/ojb/PersistenceBrokerOperations.java:69
↓ 9 callersMethodexecuteStateful
Executes a stateful rule session. If called in a transaction, the session will be closed upon transaction completion; otherwise it will be closed when
src/java/org/springmodules/jsr94/core/Jsr94Template.java:167
↓ 9 callersMethodflush
(Prevayler prevayler)
sandbox/prevayler-template/src/java/org/springmodules/prevayler/Session.java:18
↓ 9 callersMethodgetAnnotation
()
projects/spring-modules-validation/spring-modules-validation-jdk15/src/test/java/org/springmodules/validation/bean/conf/loader/annotation/DefaultValidationAnnotationHandlerRegistryTests.java:91
↓ 9 callersMethodgetCacheProviderFacadeProperty
()
projects/spring-modules-cache/src/main/java/org/springmodules/cache/config/CacheSetupStrategyPropertySource.java:97
← previousnext →401–500 of 12,561, ranked by callers