- AbstractAuditor - Class in org.jdal.audit
-
An Abstract Auditor usiing Spring AOP
- AbstractAuditor() - Constructor for class org.jdal.audit.AbstractAuditor
-
- AbstractBinder - Class in org.jdal.ui.bind
-
Base class for Binders.
- AbstractBinder() - Constructor for class org.jdal.ui.bind.AbstractBinder
-
- AbstractControlAccessor - Class in org.jdal.ui.bind
-
Base class for ControlAccessors
- AbstractControlAccessor() - Constructor for class org.jdal.ui.bind.AbstractControlAccessor
-
Default ctor.
- AbstractControlAccessor(Object) - Constructor for class org.jdal.ui.bind.AbstractControlAccessor
-
Create a ContolAccesor and set the control
- AbstractCriteriaBuilder - Class in org.jdal.dao.hibernate
-
Base class for CriteriaBuilders, add some utility methods.
- AbstractCriteriaBuilder() - Constructor for class org.jdal.dao.hibernate.AbstractCriteriaBuilder
-
- add(Class<?>) - Method in class org.jdal.mock.EasyMockReplacer
-
Add Class to replace with EasyMock proxy
- add(String, Object) - Method in class org.jdal.mock.MockReplacer
-
Add a replaced mock
- addAndWhere(CriteriaQuery<Y>, CriteriaBuilder, List<Predicate>) - Method in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
Add where expression to criteria with AND.
- addBinder(String, PropertyBinder) - Method in class org.jdal.ui.bind.CompositeBinder
-
- addBinder(Binder<?>, String) - Method in class org.jdal.ui.bind.CompositeBinder
-
- addComand(List<Command>) - Method in class org.jdal.cmd.DefaultTask
-
Add a list of commands
- addCommand(Command) - Method in class org.jdal.cmd.DefaultTask
-
Add a Command to the command list of task
- addCommand(Command) - Method in interface org.jdal.cmd.Task
-
Add Command to command list
- addControlChangeListener(ControlChangeListener) - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
Add a ControlChangeListener
- addControlChangeListener(ControlChangeListener) - Method in interface org.jdal.ui.bind.ControlAccessor
-
Add a ControlChangeListener
- addControlChangeListener(ControlChangeListener) - Method in class org.jdal.ui.bind.ViewAccessor
-
Add a ControlChangeListener
- addControlChangeListener(ControlChangeListener) - Method in interface org.jdal.ui.View
-
Add a ControlChangeListener to be notified on view changes.
- addControlChangeListener(ControlChangeListener) - Method in class org.jdal.ui.ViewSupport
-
- addEditorListener(EditorListener) - Method in interface org.jdal.ui.Editor
-
Add an editor listener to be notified on editor events
- addError(ObjectError) - Method in class org.jdal.ui.ViewSupport
-
Add a binding error
- addFile(File, File) - Static method in class org.jdal.util.ZipFileUtils
-
Add File to Zip File
- addOrder(String, String, boolean) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Add order by clause to queryString
- addPaginatorListener(PaginatorListener) - Method in class org.jdal.dao.Page
-
Add a PaginatorListner
- addPaginatorListener(PaginatorListener) - Method in interface org.jdal.dao.Paginator
-
Add a PaginatorListner
- addPostProcessor(Command) - Method in class org.jdal.cmd.DefaultTask
-
Add a Command to postprocessor command list
- addPostProcessor(Command) - Method in interface org.jdal.cmd.Task
-
Add a Command to postprocesor list
- addPredicateIfNotNull(List<Predicate>, Predicate) - Method in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
- addPreprocesor(Command) - Method in class org.jdal.cmd.DefaultTask
-
Add a Command to prepocesor command list
- addPreprocesor(Command) - Method in interface org.jdal.cmd.Task
-
Add a Command to preprocesor list
- addPropertyReferenceIfNeeded(BeanDefinitionBuilder, Element, String) - Static method in class org.jdal.beans.BeanDefinitionUtils
-
Add property reference to BeanDefinitionBuilder if needed, following the naming Conventions
- addPropertyValueIfNeeded(BeanDefinitionBuilder, Element, String) - Static method in class org.jdal.beans.BeanDefinitionUtils
-
Add property value to BeanDefinitionBuilder if needed, following the naming Conventions
- Address - Class in org.jdal.model
-
Class for Address data
- Address() - Constructor for class org.jdal.model.Address
-
- addView(View) - Method in class org.jdal.ui.ViewSupport
-
Add a subview, the subview is refreshed, updated and hold the same model
that this view, for adding views with other models, use bind()
- afterPropertiesSet() - Method in class org.jdal.remoting.caucho.BurlapProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.jdal.remoting.caucho.HessianProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.jdal.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- afterPropertiesSet() - Method in class org.jdal.remoting.rmi.RmiProxyFactoryBean
- afterRefresh() - Method in class org.jdal.ui.ViewSupport
-
Allow subclasses to do something after refresh
- afterUpdate() - Method in class org.jdal.ui.ViewSupport
-
Callback method on update()
- AlphaNumericComparator - Class in org.jdal.util.comparator
-
- AlphaNumericComparator() - Constructor for class org.jdal.util.comparator.AlphaNumericComparator
-
- AppCtx - Class in org.jdal.beans
-
Minimalistic singleton with application context
- AppCtx() - Constructor for class org.jdal.beans.AppCtx
-
- applyOrder(Page<?>, Criteria) - Method in class org.jdal.dao.hibernate.HibernateDao
-
Apply Order to Criteria
- Attachment - Class in org.jdal.model
-
Binary attachment
- Attachment() - Constructor for class org.jdal.model.Attachment
-
- Attachment(File) - Constructor for class org.jdal.model.Attachment
-
- audit(ProceedingJoinPoint) - Method in class org.jdal.audit.AbstractAuditor
-
Do audit
- audit(ProceedingJoinPoint) - Method in class org.jdal.audit.Auditor
-
Around advice to audit auditable models
- audit(Auditable) - Method in class org.jdal.audit.Auditor
-
Audit an auditable model
- Auditable - Interface in org.jdal.audit
-
Auditable Objects Interface
- Auditor - Class in org.jdal.audit
-
Auditor AOP Around advice to audit modifications on auditable models
- Auditor() - Constructor for class org.jdal.audit.Auditor
-
- AuthFilter - Class in org.jdal.auth
-
Servlet 2.3 Filter for simple session auth
- AuthFilter() - Constructor for class org.jdal.auth.AuthFilter
-
- AuthHashMD5 - Class in org.jdal.auth
-
An AuthStrategy that use HashMD5
- AuthHashMD5() - Constructor for class org.jdal.auth.AuthHashMD5
-
- AuthManager - Class in org.jdal.auth
-
An Auth Manager that uses AuthStrategy to authorize users
- AuthManager() - Constructor for class org.jdal.auth.AuthManager
-
- AuthPlain - Class in org.jdal.auth
-
An Auth Strategy that use plain passwords.
- AuthPlain() - Constructor for class org.jdal.auth.AuthPlain
-
- AuthService - Interface in org.jdal.auth
-
An Auth Service to validate Users
- AuthStrategy - Interface in org.jdal.auth
-
Strategy for validate user supplied passords with user stored passwords
- authUser(User, String) - Method in class org.jdal.auth.AuthManager
-
Autenticate a User that was identified by password
- autobind(Object) - Method in class org.jdal.ui.bind.CompositeBinder
-
- autobind() - Method in class org.jdal.ui.ViewSupport
-
Bind controls following the same name convention or annotated with Property annotation.
- cancel() - Method in interface org.jdal.ui.Editor
-
Cancel edit
- cb - Variable in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
- checkFactories() - Method in class org.jdal.ui.ViewSupport
-
- City - Class in org.jdal.model
-
A City
- City() - Constructor for class org.jdal.model.City
-
- clear() - Method in class org.jdal.dao.BeanFilter
-
Clear filter values
- clear() - Method in class org.jdal.dao.DefaultFilter
-
Clear filter values
- clear() - Method in interface org.jdal.dao.Filter
-
Clear filter values
- clear() - Method in interface org.jdal.ui.View
-
Reset view state to default values
- clear() - Method in class org.jdal.ui.ViewSupport
-
Reset view state to default values
- clear() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
Clear all messages on the queue
- clone() - Method in class org.jdal.dao.Page
-
- CollectionPersistenceService<T,PK extends Serializable> - Class in org.jdal.logic
-
Persistence Service using a Collection as entity store.
- CollectionPersistenceService() - Constructor for class org.jdal.logic.CollectionPersistenceService
-
- CollectionPersistenceService(Collection<T>) - Constructor for class org.jdal.logic.CollectionPersistenceService
-
- CollectionPersistentServiceBinder - Class in org.jdal.ui.bind
-
- CollectionPersistentServiceBinder() - Constructor for class org.jdal.ui.bind.CollectionPersistentServiceBinder
-
- Command - Interface in org.jdal.cmd
-
Commmand interface for Command Design Pattern (GoF)
- CommandException - Exception in org.jdal.cmd
-
A Command Exception
- CommandException() - Constructor for exception org.jdal.cmd.CommandException
-
Ctor.
- CommandException(String, Throwable) - Constructor for exception org.jdal.cmd.CommandException
-
Ctor.
- CommandException(String) - Constructor for exception org.jdal.cmd.CommandException
-
Ctor.
- CommandException(Throwable) - Constructor for exception org.jdal.cmd.CommandException
-
Ctor.
- compare(String, String) - Method in class org.jdal.util.comparator.AlphaNumericComparator
- compare(Object, Object) - Method in class org.jdal.util.comparator.PropertyComparator
-
- component - Variable in class org.jdal.ui.bind.AbstractBinder
-
component object
- CompositeBinder<T> - Class in org.jdal.ui.bind
-
Composite Binder methods to a collection of
PropertyBinders that bind on the same model
- CompositeBinder() - Constructor for class org.jdal.ui.bind.CompositeBinder
-
Create new CompositeBinder
- CompositeBinder(T) - Constructor for class org.jdal.ui.bind.CompositeBinder
-
- ConfigurableBinderFactory - Class in org.jdal.ui.bind
-
Configurable Binder Factory that use a Map ComponentClass -> BinderClass
to create Binders for Swing components
- ConfigurableBinderFactory() - Constructor for class org.jdal.ui.bind.ConfigurableBinderFactory
-
- ConfigurableBinderFactory(ControlAccessorFactory) - Constructor for class org.jdal.ui.bind.ConfigurableBinderFactory
-
- ConfigurableControlAccessorFactory - Class in org.jdal.ui.bind
-
Implementation of ControlAccessorFactory using an asociative Map<Class, ControlAccessor>
- ConfigurableControlAccessorFactory() - Constructor for class org.jdal.ui.bind.ConfigurableControlAccessorFactory
-
- ContextPersistentManager - Class in org.jdal.logic
-
Bulk all generics in one object to avoid excesive parametrization.
- ContextPersistentManager() - Constructor for class org.jdal.logic.ContextPersistentManager
-
- ControlAccessor - Interface in org.jdal.ui.bind
-
Interface for generic access to ui controls
- ControlAccessorBinderFactory - Class in org.jdal.ui.bind
-
Binder Factory that use a ControlAccessorFactory to create PropertyBinders.
- ControlAccessorBinderFactory() - Constructor for class org.jdal.ui.bind.ControlAccessorBinderFactory
-
Default Ctor
- ControlAccessorBinderFactory(ControlAccessorFactory) - Constructor for class org.jdal.ui.bind.ControlAccessorBinderFactory
-
Ctor
- ControlAccessorFactory - Interface in org.jdal.ui.bind
-
A Factory for ControlAccessors
- ControlBinder - Class in org.jdal.ui.bind
-
Generic Binder that use a ControlAccessorFactory to get/set
control values.
- ControlBinder(ControlAccessorFactory) - Constructor for class org.jdal.ui.bind.ControlBinder
-
- ControlBindingErrorProcessor - Class in org.jdal.ui.bind
-
Add a a Error holding the control that has failed.
- ControlBindingErrorProcessor() - Constructor for class org.jdal.ui.bind.ControlBindingErrorProcessor
-
- controlChange(ControlEvent) - Method in interface org.jdal.ui.bind.ControlChangeListener
-
Notify that the value of the control has changed
- controlChange(ControlEvent) - Method in class org.jdal.ui.ViewSupport
-
Notify that the value of the control has changed
- ControlChangeListener - Interface in org.jdal.ui.bind
-
A Listener for generic control changes.
- ControlError - Class in org.jdal.ui.bind
-
FieldError for Swing controls
- ControlError(String, String, Object, boolean, String[], Object[], String) - Constructor for class org.jdal.ui.bind.ControlError
-
- ControlError(String, String, String) - Constructor for class org.jdal.ui.bind.ControlError
-
- ControlError(Object, String, String, Object, boolean, String[], Object[], String) - Constructor for class org.jdal.ui.bind.ControlError
-
- ControlEvent - Class in org.jdal.ui.bind
-
ControlEvent Object
- ControlEvent(Object) - Constructor for class org.jdal.ui.bind.ControlEvent
-
- ControlInitializer - Interface in org.jdal.ui.bind
-
Interface for control initializers.
- ControlInitializerSupport - Class in org.jdal.ui.bind
-
Support class for ControlInitializers.
- ControlInitializerSupport() - Constructor for class org.jdal.ui.bind.ControlInitializerSupport
-
- convertIfNecessary(Object, Class<T>) - Method in class org.jdal.beans.SimpleTypeConverter
-
- convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.jdal.beans.SimpleTypeConverter
- convertIfNecessary(Object, Class<T>) - Method in class org.jdal.ui.bind.AbstractBinder
-
- convertIfNecessary(Object, Class<T>) - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
Convert Object to required type using SimpleTypeConverter
- convertIfNecessary(Object, Class<T>, MethodParameter) - Method in class org.jdal.ui.bind.DirectFieldAccessor
-
- copyCriteria(CriteriaQuery<T>, CriteriaQuery<T>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
- copyCriteriaNoSelection(CriteriaQuery<?>, CriteriaQuery<?>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Copy Criteria without Selection.
- copyFetches(Fetch<?, ?>, Fetch<?, ?>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Copy Fetches
- copyJoins(From<?, ?>, From<?, ?>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Copy Joins
- copyNode(Node, Node) - Static method in class org.jdal.xml.XMLUtils
-
Copy one node to another node.
- copyProperty(Object, Object, String) - Static method in class org.jdal.util.BeanUtils
-
Copy a property, avoid Execeptions
- count() - Method in class org.jdal.dao.hibernate.HibernateDao
-
Count rows
- count(EntityManager, CriteriaQuery<T>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Result count from a CriteriaQuery
- countCriteria(EntityManager, CriteriaQuery<T>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Create a row count CriteriaQuery from a CriteriaQuery
- Country - Class in org.jdal.model
-
A Country model
- Country() - Constructor for class org.jdal.model.Country
-
- createBindingResult() - Method in class org.jdal.ui.bind.AbstractBinder
-
Create a new Binding result, override to set nested paths on complex binders
- createCountQueryString(String) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Create a count query string from a query string
- createDao(Class<T>) - Method in interface org.jdal.dao.DaoFactory
-
Create a Dao for entity class
- createDao(Class<T>) - Method in class org.jdal.dao.hibernate.HibernateDaoFactory
-
Create a Dao for entity class
- createDao(Class<T>) - Method in class org.jdal.dao.jpa.JpaDaoFactory
-
Create a Dao for entity class
- createOrder(Criteria, String, boolean) - Method in class org.jdal.dao.hibernate.HibernateDao
-
Create Order from criteria and property path
- createPersistentService(Class<T>) - Method in class org.jdal.service.PersistentServiceFactory
-
Creates a PersistentService with default transaction attributes
- createRemoteClient() - Method in class org.jdal.remoting.caucho.BurlapRemoteReference
- createRemoteClient() - Method in class org.jdal.remoting.caucho.HessianRemoteReference
-
- createRemoteClient() - Method in class org.jdal.remoting.httpinvoker.HttpInvokerRemoteReference
- createRemoteClient() - Method in interface org.jdal.remoting.RemoteReference
-
- createRemoteClient() - Method in class org.jdal.remoting.rmi.RmiNativeRemoteReference
- createRemoteClient() - Method in class org.jdal.remoting.rmi.RmiRemoteReference
- createRemoteClient() - Method in class org.jdal.remoting.UrlBasedRemoteReference
- createRemoteInvocation(MethodInvocation) - Method in class org.jdal.remoting.ReferenceRemoteInvocationFactory
-
Replace remote clients in arguments with remote references.
- createUserPreference() - Method in class org.jdal.dao.hibernate.HibernateUserPreferenceDao
- createUserPreference() - Method in class org.jdal.dao.jpa.JpaUserPreferenceDao
- createUserPreference() - Method in interface org.jdal.dao.UserPreferenceDao
-
- createWorker(T) - Method in class org.jdal.util.concurrent.DispatcherQueue
-
Create a Runnable to dispatch incomming messages
- CriteriaBuilder - Interface in org.jdal.dao.hibernate
-
Criteria builder for filters
- crypt(String) - Method in class org.jdal.auth.AuthHashMD5
-
crypt a password
- crypt(String) - Method in class org.jdal.auth.AuthPlain
-
- crypt(String) - Method in interface org.jdal.auth.AuthStrategy
-
Crypt a password
- CurrencyEditor - Class in org.jdal.beans
-
- CurrencyEditor() - Constructor for class org.jdal.beans.CurrencyEditor
-
- Dao<T,PK extends Serializable> - Interface in org.jdal.dao
-
Generic DAO with pageable datasource interface.
- dao - Variable in class org.jdal.logic.PersistentManager
-
- dao - Variable in class org.jdal.logic.ReportManager
-
- dao - Variable in class org.jdal.ui.bind.ControlInitializerSupport
-
- DaoFactory - Interface in org.jdal.dao
-
A Factory for Daos
- DaoSupport<T,PK extends Serializable> - Class in org.jdal.dao
-
Support class for
Dao implementation.
- DaoSupport() - Constructor for class org.jdal.dao.DaoSupport
-
- Database - Class in org.jdal.db
-
Database model for use with DbConnectionForm
- Database() - Constructor for class org.jdal.db.Database
-
- Database(String, String, String, String) - Constructor for class org.jdal.db.Database
-
- DATABASES - Static variable in class org.jdal.db.Database
-
- DbAdminManagerSupport - Class in org.jdal.logic
-
- DbAdminManagerSupport() - Constructor for class org.jdal.logic.DbAdminManagerSupport
-
- DbConnection - Class in org.jdal.db
-
- DbConnection() - Constructor for class org.jdal.db.DbConnection
-
- decorateInputStream(InputStream) - Method in class org.jdal.remoting.websocket.WebSocketServiceExporter
-
- decorateOutputStream(OutputStream) - Method in class org.jdal.remoting.websocket.WebSocketServiceExporter
-
- DEFAULT_BINDER_FACTORY_NAME - Static variable in class org.jdal.ui.ViewSupport
-
- DEFAULT_DEPTH - Static variable in class org.jdal.hibernate.HibernateUtils
-
- DEFAULT_DEPTH - Static variable in class org.jdal.logic.PersistentManager
-
- DefaultCommand - Class in org.jdal.cmd
-
Simple base command to extends that do nothing
- DefaultCommand() - Constructor for class org.jdal.cmd.DefaultCommand
-
- DefaultFilter - Class in org.jdal.dao
-
Default implementation of Filter that use a Map to store filter values.
- DefaultFilter() - Constructor for class org.jdal.dao.DefaultFilter
-
- DefaultModelHolder<T> - Class in org.jdal.ui
-
- DefaultModelHolder(T) - Constructor for class org.jdal.ui.DefaultModelHolder
-
- DefaultTask - Class in org.jdal.cmd
-
Composite of commands that delegate operations to collections.
- DefaultTask() - Constructor for class org.jdal.cmd.DefaultTask
-
Default Ctor.
- DefaultUser - Class in org.jdal.model
-
Default
User implementation.
- DefaultUser() - Constructor for class org.jdal.model.DefaultUser
-
- delete(T) - Method in interface org.jdal.dao.Dao
-
Delete an entity
- delete(Collection<T>) - Method in interface org.jdal.dao.Dao
-
Delete a collection of entities
- delete(Collection<T>) - Method in class org.jdal.dao.DaoSupport
-
Delete a collection of entities
- delete(T) - Method in class org.jdal.dao.hibernate.HibernateDao
-
Delete a entity from db
- delete(T) - Method in class org.jdal.dao.jpa.JpaDao
-
Delete an entity
- delete(Collection<T>) - Method in class org.jdal.dao.jpa.PersistentServiceJpaDao
-
Deprecated.
Delete a collection of entities
- delete(T) - Method in class org.jdal.logic.CollectionPersistenceService
-
Delete an entity
- delete(Collection<T>) - Method in class org.jdal.logic.CollectionPersistenceService
-
Delete a collection of entities
- delete(Object) - Method in class org.jdal.logic.ContextPersistentManager
-
Delete an entity
- delete(Collection<Object>) - Method in class org.jdal.logic.ContextPersistentManager
-
Delete a collection of entities
- delete(T) - Method in class org.jdal.logic.PersistentManager
-
Delete an entity
- delete(Collection<T>) - Method in class org.jdal.logic.PersistentManager
-
Delete a collection of entities
- deleteById(PK) - Method in interface org.jdal.dao.Dao
-
Delete an object by primary key
- deleteById(Collection<PK>) - Method in interface org.jdal.dao.Dao
-
Delete a collection of Ids.
- deleteById(Collection<PK>) - Method in class org.jdal.dao.DaoSupport
-
Delete a collection of Ids.
- deleteById(PK) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- deleteById(PK) - Method in class org.jdal.dao.jpa.JpaDao
-
Delete an object by primary key
- deleteById(Collection<PK>) - Method in class org.jdal.dao.jpa.PersistentServiceJpaDao
-
Deprecated.
Delete a collection of Ids.
- deleteById(PK) - Method in class org.jdal.logic.CollectionPersistenceService
-
Delete an object by primary key
- deleteById(Collection<PK>) - Method in class org.jdal.logic.CollectionPersistenceService
-
Delete a collection of Ids.
- deleteById(Serializable) - Method in class org.jdal.logic.ContextPersistentManager
-
Delete an object by primary key
- deleteById(Collection<Serializable>) - Method in class org.jdal.logic.ContextPersistentManager
-
Delete a collection of Ids.
- deleteById(PK) - Method in class org.jdal.logic.PersistentManager
-
Delete an object by primary key
- deleteById(Collection<PK>) - Method in class org.jdal.logic.PersistentManager
-
Delete a collection of Ids.
- deSerialize(byte[]) - Static method in class org.jdal.util.Serializer
-
Deserialize Object from byte[]
- deserialize(String) - Method in class org.jdal.xml.JibXXMLMapper
-
Convert xml string to Java Objects
- deserialize(String) - Method in interface org.jdal.xml.XMLMapper
-
Deserialize a xml string to an java object
- destroy() - Method in class org.jdal.auth.AuthFilter
-
- DirectFieldAccessor - Class in org.jdal.ui.bind
-
PropertyAccessor implementation that directly accesses instance fields.
- DirectFieldAccessor(Object) - Constructor for class org.jdal.ui.bind.DirectFieldAccessor
-
Create a new DirectFieldAccessor for the given target object.
- DirectionsService - Class in org.jdal.gis.google
-
- DirectionsService() - Constructor for class org.jdal.gis.google.DirectionsService
-
- dispatch(T) - Method in class org.jdal.util.concurrent.DispatcherQueue
-
Dispatch objects in Queue
- dispatch(T) - Method in interface org.jdal.util.concurrent.DispatcherQueue.Dispatcher
-
- DispatcherQueue<T> - Class in org.jdal.util.concurrent
-
Wrapper for a BlockingQueue that dispatchs incoming objets to a Task Executor.
- DispatcherQueue() - Constructor for class org.jdal.util.concurrent.DispatcherQueue
-
- DispatcherQueue(DispatcherQueue.Dispatcher<T>) - Constructor for class org.jdal.util.concurrent.DispatcherQueue
-
- DispatcherQueue.Dispatcher<T> - Interface in org.jdal.util.concurrent
-
- doBind() - Method in class org.jdal.ui.bind.AbstractBinder
-
Hook method to do bind via Component Listeners
By default, do nothing
- doBind() - Method in class org.jdal.ui.bind.ControlBinder
-
Hook method to do bind via Component Listeners
By default, do nothing
- doBuild(CriteriaQuery<T>, CriteriaBuilder, Filter) - Method in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
Build criteria
- documentToString(Document) - Static method in class org.jdal.xml.XMLUtils
-
Serialize a Document to a Sring using JAXP without formating
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.jdal.auth.AuthFilter
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.jdal.beans.ListBeanDefinitionParser
- doRefresh() - Method in class org.jdal.ui.bind.AbstractBinder
-
- doRefresh() - Method in class org.jdal.ui.bind.CollectionPersistentServiceBinder
- doRefresh() - Method in class org.jdal.ui.bind.ControlBinder
- doRefresh() - Method in class org.jdal.ui.bind.ViewBinder
-
- doRefresh() - Method in class org.jdal.ui.ViewSupport
-
Allow subclasses to do custom refresh
- doUpdate() - Method in class org.jdal.ui.bind.AbstractBinder
-
- doUpdate() - Method in class org.jdal.ui.bind.CollectionPersistentServiceBinder
- doUpdate() - Method in class org.jdal.ui.bind.ControlBinder
- doUpdate() - Method in class org.jdal.ui.bind.ViewBinder
-
- doUpdate() - Method in class org.jdal.ui.ViewSupport
-
Callback method on update()
- DRIVER - Static variable in class org.jdal.db.DbConnection
-
- DummyRegistry - Class in org.jdal.remoting.rmi
-
- DummyRegistry() - Constructor for class org.jdal.remoting.rmi.DummyRegistry
-
- EasyMockReplacer - Class in org.jdal.mock
-
A BeanFactoryPostProcessor that replaces configured interfaces with
EasyMock Proxys for Testing.
- EasyMockReplacer() - Constructor for class org.jdal.mock.EasyMockReplacer
-
- Editor<T> - Interface in org.jdal.ui
-
Interface for model editors
- EditorEvent - Class in org.jdal.ui
-
Editor event, hold a reference to editing model.
- EditorEvent(Object) - Constructor for class org.jdal.ui.EditorEvent
-
- EditorEvent(Object, Object) - Constructor for class org.jdal.ui.EditorEvent
-
- EditorListener - Interface in org.jdal.ui
-
- elementToString(Element) - Static method in class org.jdal.xml.XMLUtils
-
Element to String without format
- enableFilter(Filter) - Method in class org.jdal.dao.hibernate.HibernateDao
-
Enable predefined filter in current session
- enableView(boolean) - Method in interface org.jdal.ui.View
-
Enable/Disable All controls
- enableView(boolean) - Method in class org.jdal.ui.ViewSupport
-
Enable/Disable All controls
- Entity - Class in org.jdal.model
-
- Entity() - Constructor for class org.jdal.model.Entity
-
- entityClass - Variable in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
- EntityTypeQueryFinder - Class in org.jdal.dao.jpa.query
-
Find named queries declared annotated on EntityType.
- EntityTypeQueryFinder(EntityType<?>) - Constructor for class org.jdal.dao.jpa.query.EntityTypeQueryFinder
-
- eq(Criteria, String, Object) - Method in class org.jdal.dao.hibernate.AbstractCriteriaBuilder
-
Add a '=' Restriction on property
- equal(String, Object) - Method in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
Add a '=' Restriction on property
- equals(Object) - Method in class org.jdal.db.Database
- equals(Object) - Method in class org.jdal.model.DefaultUser
- equals(Object) - Method in class org.jdal.model.Entity
- equals(Object) - Method in class org.jdal.reporting.Report
-
- equals(Object) - Method in class org.jdal.reporting.ReportType
-
- ErrorProcessor - Interface in org.jdal.ui.validation
-
Process binding erros.
- errors - Variable in class org.jdal.ui.ViewSupport
-
Validation Errors
- excludeBooleanFields(Object) - Static method in class org.jdal.hibernate.HibernateUtils
-
Get a hibernate Example object that excludes zeroes values and excludes
all boolean -primitive and wrapper class- attributes of a given object.
- execute(Object) - Method in interface org.jdal.cmd.Command
-
The Command Action
- execute(Object) - Method in class org.jdal.cmd.DefaultCommand
-
Execute the command
- execute(Object) - Method in class org.jdal.cmd.DefaultTask
-
Execute prepocesors, commands and postprocessors in order
throw a CommandException if some command fails an stopOnfault
is true.
- execute(String) - Method in class org.jdal.logic.DbAdminManagerSupport
-
- exists(PK) - Method in interface org.jdal.dao.Dao
-
Checks for existence of an object of type T using the id arg.
- exists(PK) - Method in class org.jdal.dao.hibernate.HibernateDao
-
Checks for existence of an object of type T using the id arg.
- exists(PK) - Method in class org.jdal.dao.jpa.JpaDao
-
Checks for existence of an object of type T using the id arg.
- exists(PK) - Method in class org.jdal.logic.CollectionPersistenceService
-
Checks for existence of an object of type T using the id arg.
- exists(Serializable) - Method in class org.jdal.logic.ContextPersistentManager
-
Checks for existence of an object of type T using the id arg.
- exists(PK) - Method in class org.jdal.logic.PersistentManager
-
Checks for existence of an object of type T using the id arg.
- ExtendedMetamodel - Interface in org.jdal.dao.jpa
-
- FILE_NAME - Static variable in class org.jdal.db.DbConnection
-
- FileProcessor - Interface in org.jdal.util.processor
-
- Filter - Interface in org.jdal.dao
-
Filter to use with PageableDatasource
- filter - Variable in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
- find() - Method in class org.jdal.dao.jpa.query.EntityTypeQueryFinder
-
Find for NamedQueries and return a Map with name as key and query string as value.
- find() - Method in class org.jdal.dao.jpa.query.MetamodelQueryFinder
-
Find for NamedQueries and return a Map with name as key and query string as value.
- find() - Method in interface org.jdal.dao.jpa.query.QueryFinder
-
Find for NamedQueries and return a Map with name as key and query string as value.
- find(String) - Method in interface org.jdal.dao.jpa.query.QueryFinder
-
Find a NameQuery String by name
- find() - Method in class org.jdal.dao.jpa.query.QueryFinderSupport
-
- find(String) - Method in class org.jdal.dao.jpa.query.QueryFinderSupport
-
Find a NameQuery String by name
- findAliasForPropertyPath(Criteria, String) - Static method in class org.jdal.hibernate.HibernateUtils
-
Return a existing alias for propertyPath on Criteria or null if none
- findByNamedQuery(String, Map<String, Object>) - Method in interface org.jdal.dao.Dao
-
Find a list of records by using a named query
- findByNamedQuery(String, Map<String, Object>) - Method in class org.jdal.dao.hibernate.HibernateDao
-
Find a list of records by using a named query
- findByNamedQuery(String, Map<String, Object>) - Method in class org.jdal.dao.jpa.JpaDao
-
Find a list of records by using a named query
- findByNamedQuery(String, Map<String, Object>) - Method in class org.jdal.logic.CollectionPersistenceService
-
Find a list of records by using a named query
- findByNamedQuery(String, Map<String, Object>) - Method in class org.jdal.logic.ContextPersistentManager
-
Find a list of records by using a named query
- findByNamedQuery(String, Map<String, Object>) - Method in class org.jdal.logic.PersistentManager
-
Find a list of records by using a named query
- findByUsername(String) - Method in interface org.jdal.dao.UserDao
-
Find a User by username
- findJoinedType(CriteriaQuery<T>, Class<T>, Class<K>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Find Joined Root of type clazz
- findNamedQuery(String) - Method in interface org.jdal.dao.jpa.ExtendedMetamodel
-
- findRoot(CriteriaQuery<T>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Find Root of result type
- findRoot(CriteriaQuery<?>, Class<T>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Find the Root with type class on CriteriaQuery Root Set
- findUserPreference(User, String) - Method in class org.jdal.dao.hibernate.HibernateUserPreferenceDao
-
Find User Preference
- findUserPreference(User, String) - Method in class org.jdal.dao.jpa.JpaUserPreferenceDao
-
Find User Preference
- findUserPreference(User, String) - Method in interface org.jdal.dao.UserPreferenceDao
-
Find User Preference
- findUserPreferenceValue(User, String) - Method in class org.jdal.dao.hibernate.HibernateUserPreferenceDao
-
Find user preference value
- findUserPreferenceValue(User, String) - Method in class org.jdal.dao.jpa.JpaUserPreferenceDao
-
Find user preference value
- findUserPreferenceValue(User, String) - Method in interface org.jdal.dao.UserPreferenceDao
-
Find user preference value
- fireControlChange() - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
Notifiy Listeners that control value has changed
- fireControlChange(ControlEvent) - Method in class org.jdal.ui.ViewSupport
-
Notifiy Listeners that control value has changed
- firstPage() - Method in class org.jdal.dao.Page
-
Go to first page
- firstPage() - Method in interface org.jdal.dao.Paginator
-
Go to first page
- FormatUtils - Class in org.jdal.text
-
Utility class for getting Printers an Parsers for Format annotated properties.
- FormatUtils() - Constructor for class org.jdal.text.FormatUtils
-
- fromProperties(Properties) - Method in class org.jdal.db.DbConnection
-
- ge(Criteria, String, Object) - Method in class org.jdal.dao.hibernate.AbstractCriteriaBuilder
-
Add a '>=' Restriction on property
- get(PK) - Method in interface org.jdal.dao.Dao
-
Find object by id
- get(PK, Class<E>) - Method in interface org.jdal.dao.Dao
-
- get(PK) - Method in class org.jdal.dao.hibernate.HibernateDao
-
Find object by id
- get(PK, Class<E>) - Method in class org.jdal.dao.hibernate.HibernateDao
- get(PK) - Method in class org.jdal.dao.jpa.JpaDao
-
Find object by id
- get(PK, Class<E>) - Method in class org.jdal.dao.jpa.JpaDao
- get(PK) - Method in class org.jdal.logic.CollectionPersistenceService
-
Find object by id
- get(PK, Class<E>) - Method in class org.jdal.logic.CollectionPersistenceService
- get(Serializable) - Method in class org.jdal.logic.ContextPersistentManager
-
Find object by id
- get(Serializable, Class<E>) - Method in class org.jdal.logic.ContextPersistentManager
- get(PK) - Method in class org.jdal.logic.PersistentManager
-
Find object by id
- get(PK, Class<E>) - Method in class org.jdal.logic.PersistentManager
- getAccessors() - Method in class org.jdal.ui.bind.ConfigurableControlAccessorFactory
-
- getAddress() - Method in class org.jdal.model.Address
-
- getAlias(String) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Gets the alias of root entity of JQL query
- getAll() - Method in interface org.jdal.dao.Dao
-
Get all models
- getAll(Class<E>) - Method in interface org.jdal.dao.Dao
-
- getAll() - Method in class org.jdal.dao.hibernate.HibernateDao
-
Get all models
- getAll(Class<E>) - Method in class org.jdal.dao.hibernate.HibernateDao
- getAll() - Method in class org.jdal.dao.jpa.JpaDao
-
Get all models
- getAll(Class<E>) - Method in class org.jdal.dao.jpa.JpaDao
- getAll() - Method in class org.jdal.logic.CollectionPersistenceService
-
Get all models
- getAll(Class<E>) - Method in class org.jdal.logic.CollectionPersistenceService
- getAll() - Method in class org.jdal.logic.ContextPersistentManager
-
Get all models
- getAll(Class<E>) - Method in class org.jdal.logic.ContextPersistentManager
- getAll() - Method in class org.jdal.logic.PersistentManager
-
Get all models
- getAll(Class<E>) - Method in class org.jdal.logic.PersistentManager
- getAllDistinct() - Method in class org.jdal.dao.hibernate.HibernateDao
-
- getAnnotation(PropertyDescriptor, Class<A>) - Static method in class org.jdal.text.FormatUtils
-
- getAnnotations(String, Class<?>) - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
Get field or method annotations
- getArea() - Method in class org.jdal.model.Country
-
- getArg() - Method in exception org.jdal.cmd.CommandException
-
Getter for arg.
- getAsText() - Method in class org.jdal.beans.CurrencyEditor
- getAttributes(EntityType<?>, Attribute.PersistentAttributeType, Class<?>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Get all attributes where type or element type is assignable from class and has persistent type
- getAttributes(EntityType<?>, Attribute.PersistentAttributeType) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Get all attributes of type by persistent type
- getAuthStrategy() - Method in class org.jdal.auth.AuthManager
-
Getter for AuthStrategy
- getBeanClass(Element) - Method in class org.jdal.beans.ListBeanDefinitionParser
- getBeanClass(Element) - Method in class org.jdal.beans.SimpleBeanDefinitionParser
-
- getBeanClassName(Element) - Method in class org.jdal.beans.SimpleBeanDefinitionParser
-
- getBeanNames() - Method in class org.jdal.beans.RoleBeanDefinitionConfigurer
-
- getBinder(Class<?>) - Method in interface org.jdal.ui.bind.BinderFactory
-
Try to find a binder for a control Class, use super Class if none is configured.
- getBinder(String) - Method in interface org.jdal.ui.bind.BinderHolder
-
Lookup for a binder by property name
- getBinder(String) - Method in class org.jdal.ui.bind.CompositeBinder
-
- getBinder(Class<?>) - Method in class org.jdal.ui.bind.ConfigurableBinderFactory
-
Try to find a binder for a Class, use super Class if none is configured.
- getBinder(Class<?>) - Method in class org.jdal.ui.bind.ControlAccessorBinderFactory
-
Try to find a binder for a control Class, use super Class if none is configured.
- getBinder(String) - Method in class org.jdal.ui.bind.ViewBinder
-
Lookup for a binder by property name
- getBinder(String) - Method in class org.jdal.ui.ViewSupport
-
Lookup for a binder by property name
- getBinderFactory() - Method in class org.jdal.ui.bind.CompositeBinder
-
- getBinderFactory() - Method in class org.jdal.ui.ViewSupport
-
Gets the binder factory
- getBinders() - Method in class org.jdal.ui.bind.ConfigurableBinderFactory
-
- getBindingName() - Method in class org.jdal.xml.JibXXMLMapper
-
- getBindingResult() - Method in class org.jdal.ui.bind.AbstractBinder
-
- getBindingResult() - Method in class org.jdal.ui.bind.CompositeBinder
-
Get binding result
- getBindingResult() - Method in interface org.jdal.ui.Binder
-
Get binding result
- getBindingResult() - Method in class org.jdal.ui.ViewSupport
-
Get binding result
- getCity() - Method in class org.jdal.model.Address
-
- getCodebaseUrl() - Method in class org.jdal.remoting.httpinvoker.HttpInvokerRemoteReference
-
- getCollection() - Method in class org.jdal.logic.CollectionPersistenceService
-
- getCommands() - Method in class org.jdal.cmd.DefaultTask
-
- getComparator() - Method in class org.jdal.util.comparator.PropertyComparator
-
- getComponent() - Method in class org.jdal.ui.bind.AbstractBinder
-
- getComponent() - Method in class org.jdal.ui.bind.CollectionPersistentServiceBinder
-
- getComponent() - Method in class org.jdal.ui.bind.ControlError
-
- getComponent() - Method in interface org.jdal.ui.bind.PropertyBinder
-
- getControl() - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
- getControl() - Method in class org.jdal.ui.bind.ViewAccessor
-
- getControlAccessor(Object) - Method in class org.jdal.ui.bind.ConfigurableControlAccessorFactory
-
Try to find a control accessor for a Class, use super Class if none is configured.
- getControlAccessor(Object) - Method in interface org.jdal.ui.bind.ControlAccessorFactory
-
Try to find a control accessor for a Class, use super Class if none is configured.
- getControlAccessorFactory() - Method in class org.jdal.ui.bind.ConfigurableBinderFactory
-
- getControlAccessorFactory() - Method in class org.jdal.ui.bind.ControlAccessorBinderFactory
-
- getControlAccessorFactory() - Method in class org.jdal.ui.bind.ControlBinder
-
- getControlAccessorFactory() - Method in class org.jdal.ui.ViewSupport
-
- getControlInitializer() - Method in class org.jdal.ui.ViewSupport
-
- getControlValue() - Method in interface org.jdal.ui.bind.ControlAccessor
-
Gets the control value
- getControlValue() - Method in class org.jdal.ui.bind.ViewAccessor
-
Gets the control value
- getCount() - Method in class org.jdal.dao.Page
-
- getCount() - Method in interface org.jdal.dao.Paginator
-
- getCountry() - Method in class org.jdal.model.Address
-
- getCreationDate() - Method in interface org.jdal.audit.Auditable
-
- getCreationUser() - Method in interface org.jdal.audit.Auditable
-
- getCriteriaBuilderMap() - Method in class org.jdal.dao.hibernate.HibernateDao
-
- getCriteriaBuilderMap() - Method in class org.jdal.dao.jpa.JpaDao
-
- getDao() - Method in class org.jdal.logic.PersistentManager
-
- getData() - Method in class org.jdal.dao.Page
-
- getData() - Method in class org.jdal.model.Attachment
-
- getData() - Method in class org.jdal.reporting.Report
-
- getDatabase() - Method in class org.jdal.db.DbConnection
-
- getDataSource() - Method in class org.jdal.logic.DbAdminManagerSupport
-
- getDataSource() - Method in interface org.jdal.reporting.ReportDataProvider
-
Returns the data source used by this object
- getDbName() - Method in class org.jdal.db.DbConnection
-
- getDeclaredField(PropertyDescriptor) - Static method in class org.jdal.text.FormatUtils
-
Field for property name, if any
- getDefaultFactory() - Static method in class org.jdal.ui.bind.ConfigurableBinderFactory
-
- getDefaultFactory() - Static method in class org.jdal.ui.bind.ConfigurableControlAccessorFactory
-
For use without DI Container
- getDefaultPort() - Method in class org.jdal.db.Database
-
- getDescription() - Method in class org.jdal.reporting.Report
-
- getDestination() - Method in class org.jdal.gis.google.RouteRequest
-
- getDispatcher() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- getDocumentBuilder() - Static method in class org.jdal.xml.XMLUtils
-
Get a DocumentBuilder from a ThreadLocal variable,
Create if null
- getDriver() - Method in class org.jdal.db.Database
-
- getDriver() - Method in class org.jdal.db.DbConnection
-
- getEmail() - Method in class org.jdal.model.DefaultUser
-
- getEntityClass() - Method in interface org.jdal.dao.Dao
-
Return the entity class
- getEntityClass() - Method in class org.jdal.dao.hibernate.HibernateDao
-
- getEntityClass() - Method in class org.jdal.dao.jpa.JpaDao
-
- getEntityClass() - Method in class org.jdal.logic.CollectionPersistenceService
-
Return the entity class
- getEntityClass() - Method in class org.jdal.logic.ContextPersistentManager
-
Return the entity class
- getEntityClass() - Method in class org.jdal.logic.PersistentManager
-
Return the entity class
- getEntityList(Class<?>, String) - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- getEntityList(Class<?>) - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- getEntityManager() - Method in class org.jdal.dao.jpa.JpaDao
-
- getErrorMessage() - Method in interface org.jdal.ui.View
-
Get Error Message
- getErrorMessage() - Method in class org.jdal.ui.ViewSupport
-
Build a error message with all errors.
- getErrorProcessors() - Method in class org.jdal.ui.ViewSupport
-
- getExecutor() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- getFieldNamesByType(Object, Class<?>) - Static method in class org.jdal.hibernate.HibernateUtils
-
Get all name attributes from a object that are of the given class
- getFieldTypes() - Method in class org.jdal.text.PeriodFormatAnnotationFactory
- getFieldValue(JRField) - Method in class org.jdal.reporting.datasource.PageJRDatasourceAdapter
- getFileAsByteArray() - Static method in class org.jdal.system.SystemUtils
-
- getFileName() - Method in class org.jdal.reporting.Report
-
- getFilter() - Method in class org.jdal.dao.Page
-
- getFilter() - Method in interface org.jdal.reporting.ReportDataProvider
-
- getFilterName() - Method in class org.jdal.dao.BeanFilter
-
Gets the filter name
- getFilterName() - Method in class org.jdal.dao.DefaultFilter
-
Gets the filter name
- getFilterName() - Method in interface org.jdal.dao.Filter
-
Gets the filter name
- getFirstPropertyName(String) - Static method in class org.jdal.beans.PropertyUtils
-
- getFormatter(Class<?>, String) - Static method in class org.jdal.text.FormatUtils
-
Get a formatter for class and property name
- getFormatter(PeriodFormat, Class<?>) - Method in class org.jdal.text.PeriodFormatAnnotationFactory
-
- getHasQuery() - Method in class org.jdal.reporting.Report
-
- getHeight() - Method in class org.jdal.ui.ViewSupport
-
- getHibernateTemplate() - Method in class org.jdal.dao.hibernate.HibernateDao
-
- getHost() - Method in class org.jdal.db.DbConnection
-
- getId() - Method in class org.jdal.model.Attachment
-
- getId() - Method in class org.jdal.model.City
-
- getId() - Method in class org.jdal.model.Country
-
- getId() - Method in class org.jdal.model.DefaultUser
-
- getId() - Method in class org.jdal.model.Entity
-
- getId() - Method in class org.jdal.model.UserPreference
-
- getId() - Method in class org.jdal.reporting.Report
-
GETTERS AND SETTERS
- getId() - Method in class org.jdal.reporting.ReportType
-
Getters and setters
- getIdentifierPropertyName(SessionFactory, Object) - Static method in class org.jdal.hibernate.HibernateUtils
-
Gets the identifier property name of persistent object
- getIgnoredProperties() - Method in class org.jdal.ui.bind.CompositeBinder
-
- getIgnoredProperties() - Method in class org.jdal.ui.ViewSupport
-
- getInstance() - Static method in class org.jdal.beans.AppCtx
-
Search on classpath for context definition files and return the application context
- getJdbcName() - Method in class org.jdal.db.Database
-
- getKeyQuery(String, String) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Gets Query String for selecting primary keys
- getKeys(Page<T>) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- getKeys(Page<T>) - Method in class org.jdal.dao.jpa.JpaDao
-
Gets a List with keys of page
- getKeys(Page<T>) - Method in class org.jdal.dao.ListPageableDataSource
-
Gets a List with keys of page
- getKeys(Page<T>) - Method in interface org.jdal.dao.PageableDataSource
-
Gets a List with keys of page
- getKeys(Page<T>) - Method in class org.jdal.logic.CollectionPersistenceService
-
Gets a List with keys of page
- getKeys(Page<Object>) - Method in class org.jdal.logic.ContextPersistentManager
-
Gets a List with keys of page
- getKeys(Page<T>) - Method in class org.jdal.logic.PersistentManager
-
Gets a List with keys of page
- getLanguage() - Method in class org.jdal.gis.google.RouteRequest
-
- getList() - Method in class org.jdal.dao.ListPageableDataSource
-
- getLocale() - Method in class org.jdal.beans.CurrencyEditor
-
- getMappedBy(Attribute<?, ?>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Gets the mappedBy value from an attribute
- getMessage(String) - Method in class org.jdal.beans.MessageSourceWrapper
-
Get message from code using default Locale
- getMessage(MessageSourceResolvable) - Method in class org.jdal.beans.MessageSourceWrapper
-
Get message from resolvable using default locale
- getMessage(String, Object[]) - Method in class org.jdal.beans.MessageSourceWrapper
-
- getMessage(String, Object[], String, Locale) - Method in class org.jdal.beans.MessageSourceWrapper
-
- getMessage(String, Object[], Locale) - Method in class org.jdal.beans.MessageSourceWrapper
-
- getMessage(MessageSourceResolvable, Locale) - Method in class org.jdal.beans.MessageSourceWrapper
-
- getMessage(String) - Static method in class org.jdal.beans.StaticMessageSource
-
I18n Support
- getMessage(MessageSourceResolvable) - Static method in class org.jdal.beans.StaticMessageSource
-
I18n Support
- getMessage(String, Object[]) - Static method in class org.jdal.beans.StaticMessageSource
-
- getMessage(String) - Method in class org.jdal.ui.ViewSupport
-
I18n Support
- getMessage(String, Locale) - Method in class org.jdal.ui.ViewSupport
-
I18n Support, get messae from given locale
- getMessage(MessageSourceResolvable) - Method in class org.jdal.ui.ViewSupport
-
I18n Support
- getMessage() - Method in class org.jdal.xml.ValidationResult
-
- getMessageSource() - Method in class org.jdal.beans.MessageSourceWrapper
-
- getMessageSource() - Static method in class org.jdal.beans.StaticMessageSource
-
- getMessageSource() - Method in class org.jdal.ui.ViewSupport
-
- getMode() - Method in class org.jdal.gis.google.RouteRequest
-
- getModel() - Method in class org.jdal.ui.bind.AbstractBinder
-
- getModel() - Method in class org.jdal.ui.bind.CompositeBinder
-
- getModel() - Method in class org.jdal.ui.DefaultModelHolder
-
Gets model
- getModel() - Method in class org.jdal.ui.EditorEvent
-
Gets model
- getModel() - Method in interface org.jdal.ui.ModelHolder
-
Gets model
- getModel() - Method in class org.jdal.ui.ViewSupport
-
Gets model
- getModificationDate() - Method in interface org.jdal.audit.Auditable
-
- getModificationUser() - Method in interface org.jdal.audit.Auditable
-
- getName() - Method in interface org.jdal.cmd.Command
-
- getName() - Method in class org.jdal.cmd.DefaultCommand
-
- getName() - Method in class org.jdal.cmd.DefaultTask
-
- getName() - Method in class org.jdal.dao.filter.ReportFilter
-
- getName() - Method in class org.jdal.db.Database
-
- getName() - Method in class org.jdal.model.Attachment
-
- getName() - Method in class org.jdal.model.City
-
- getName() - Method in class org.jdal.model.Country
-
- getName() - Method in class org.jdal.model.DefaultUser
-
- getName() - Method in class org.jdal.model.Entity
-
- getName() - Method in class org.jdal.model.UserPreference
-
- getName() - Method in class org.jdal.reporting.Report
-
- getName() - Method in class org.jdal.reporting.ReportType
-
- getName() - Method in interface org.jdal.ui.View
-
Gets the view name
- getName() - Method in class org.jdal.ui.ViewSupport
-
- getNamedQueries() - Method in interface org.jdal.dao.jpa.ExtendedMetamodel
-
- getNamedQuery(Page<K>) - Method in class org.jdal.dao.jpa.JpaDao
-
Gets a NamedQuery from page, setup order, params and page result count.
- getNestedPath(String) - Static method in class org.jdal.beans.PropertyUtils
-
- getObject() - Method in class org.jdal.remoting.caucho.BurlapProxyFactoryBean
-
- getObject() - Method in class org.jdal.remoting.caucho.HessianProxyFactoryBean
-
- getObject() - Method in class org.jdal.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getObject() - Method in class org.jdal.remoting.rmi.RmiProxyFactoryBean
- getObjectToExport() - Method in class org.jdal.remoting.rmi.RmiServiceExporter
-
- getObjectType() - Method in class org.jdal.remoting.caucho.BurlapProxyFactoryBean
-
- getObjectType() - Method in class org.jdal.remoting.caucho.HessianProxyFactoryBean
-
- getObjectType() - Method in class org.jdal.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getObjectType() - Method in class org.jdal.remoting.rmi.RmiProxyFactoryBean
- getOldValue() - Method in class org.jdal.ui.bind.AbstractBinder
-
- getOrCreateAlias(Selection<T>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Gets The result alias, if none set a default one and return it
- getOrder() - Method in class org.jdal.dao.Page
-
- getOrigin() - Method in class org.jdal.gis.google.RouteRequest
-
- getPackageName() - Method in class org.jdal.xml.JibXXMLMapper
-
- getPage(Page<K>) - Method in class org.jdal.dao.hibernate.HibernateDao
-
Get Page, apply filter if any.
- getPage(Page<K>) - Method in class org.jdal.dao.jpa.JpaDao
-
Fill and return a page of data
- getPage(Page<K>) - Method in class org.jdal.dao.ListPageableDataSource
-
Fill and return a page of data
- getPage() - Method in class org.jdal.dao.Page
-
- getPage(Page<K>) - Method in interface org.jdal.dao.PageableDataSource
-
Fill and return a page of data
- getPage() - Method in class org.jdal.dao.PageChangedEvent
-
- getPage() - Method in interface org.jdal.dao.Paginator
-
Gets the current page number
- getPage(Page<K>) - Method in class org.jdal.logic.CollectionPersistenceService
-
Fill and return a page of data
- getPage(Page<K>) - Method in class org.jdal.logic.ContextPersistentManager
-
Fill and return a page of data
- getPage(Page<K>) - Method in class org.jdal.logic.PersistentManager
-
Fill and return a page of data
- getPage() - Method in class org.jdal.reporting.datasource.PageJRDatasourceAdapter
-
- getPageableDataSource() - Method in class org.jdal.dao.Page
-
- getPageSize() - Method in class org.jdal.dao.Page
-
- getPageSize() - Method in class org.jdal.dao.PageChangedEvent
-
- getPageSize() - Method in interface org.jdal.dao.Paginator
-
get the page size, ie the number of records in one page
- getPageSize() - Method in class org.jdal.model.TableState
-
- getPanel() - Method in interface org.jdal.ui.View
-
Gets the view Component
- getPanel() - Method in class org.jdal.ui.ViewSupport
-
Gets the view Component
- getParameterMap() - Method in class org.jdal.dao.BeanFilter
-
Get filter values as map
- getParameterMap() - Method in class org.jdal.dao.DefaultFilter
-
Get filter values as map
- getParameterMap() - Method in interface org.jdal.dao.Filter
-
Get filter values as map
- getParser(Class<?>, String) - Static method in class org.jdal.text.FormatUtils
-
Get Parser for property name
- getParser(PeriodFormat, Class<?>) - Method in class org.jdal.text.PeriodFormatAnnotationFactory
- getParser() - Method in class org.jdal.ui.bind.ControlBinder
-
- getPassword() - Method in class org.jdal.db.DbConnection
-
- getPassword() - Method in class org.jdal.model.DefaultUser
-
- getPassword() - Method in interface org.jdal.model.User
-
Gets the user password
- getPath(String) - Static method in class org.jdal.beans.PropertyUtils
-
- getPath(Path<?>, String) - Method in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
return property path
- getPath(Path<?>, String) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Gets a Path from Path using property path
- getPattern() - Method in class org.jdal.dao.filter.PatternFilter
-
- getPersistentService() - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- getPointcut() - Method in class org.jdal.remoting.RemoteClientAdvisor
- getPopulation() - Method in class org.jdal.model.City
-
- getPort() - Method in class org.jdal.db.DbConnection
-
- getPostalCode() - Method in class org.jdal.model.Address
-
- getPostProcessors() - Method in class org.jdal.cmd.DefaultTask
-
- getPreProcessors() - Method in class org.jdal.cmd.DefaultTask
-
- getPrinter(Class<?>, String) - Static method in class org.jdal.text.FormatUtils
-
Get Printer for class and property name
- getPrinter(PeriodFormat, Class<?>) - Method in class org.jdal.text.PeriodFormatAnnotationFactory
- getPrinter() - Method in class org.jdal.ui.bind.ControlBinder
-
- getProperty() - Method in class org.jdal.ui.bind.AbstractBinder
-
- getProperty(Object, String) - Static method in class org.jdal.util.BeanUtils
-
Get property value null if none
- getPropertyBinders() - Method in class org.jdal.ui.bind.CompositeBinder
-
- getPropertyDescriptor(Class<?>, String) - Static method in class org.jdal.beans.PropertyUtils
-
- getPropertyDescriptor() - Method in class org.jdal.ui.bind.AbstractBinder
-
- getPropertyKey() - Method in class org.jdal.logic.CollectionPersistenceService
-
- getPropertyName(String) - Static method in class org.jdal.beans.PropertyUtils
-
- getPropertyName() - Method in class org.jdal.ui.bind.AbstractBinder
-
- getPropertyName() - Method in interface org.jdal.ui.bind.PropertyBinder
-
return property name
- getPropertyNames() - Method in class org.jdal.ui.bind.CompositeBinder
-
- getPropertyType() - Method in class org.jdal.ui.bind.AbstractBinder
-
- getPropertyType(String) - Method in class org.jdal.ui.bind.DirectFieldAccessor
-
- getPropertyTypeDescriptor(String) - Method in class org.jdal.ui.bind.DirectFieldAccessor
-
- getPropertyValue(String) - Method in class org.jdal.ui.bind.DirectFieldAccessor
-
- getPropertyValues(Object) - Static method in class org.jdal.util.BeanUtils
-
Get PropertyValues from Object
- getQueryFinder() - Method in class org.jdal.dao.jpa.JpaDao
-
- getQueryString(String) - Method in class org.jdal.dao.jpa.JpaDao
-
Gets query string fro named query using configured QueryFinder, if it's null
use EntityTypeQueryFinder as defaults (looks for anntations on entity class).
- getQueue() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- getRawData() - Method in interface org.jdal.util.processor.FileProcessor
-
Returns a raw set of the data of this file
- getRawData() - Method in class org.jdal.util.processor.JasperReportFileProcessor
-
- getRawData() - Method in class org.jdal.util.processor.JasperReportXMLFileProcessor
-
- getRegisterDate() - Method in class org.jdal.model.DefaultUser
-
- getRemoteReference() - Method in class org.jdal.remoting.caucho.BurlapProxyFactoryBean
-
- getRemoteReference() - Method in class org.jdal.remoting.caucho.HessianProxyFactoryBean
-
- getRemoteReference() - Method in class org.jdal.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- getRemoteReference() - Method in interface org.jdal.remoting.RemoteClient
-
- getRemoteService() - Method in class org.jdal.remoting.rmi.RmiServiceExporter
-
- getReplacedBeans() - Method in class org.jdal.mock.MockReplacer
-
get the map with replaced beans
- getReporDao() - Method in class org.jdal.logic.ReportManager
-
- getReportsByType(ReportType) - Method in class org.jdal.dao.hibernate.HibernateReportDao
-
- getReportsByType(ReportType) - Method in interface org.jdal.dao.ReportDao
-
Get all reports of a type.
- getReportsByType(ReportType) - Method in class org.jdal.logic.ReportManager
-
- getReportsByType(ReportType) - Method in interface org.jdal.service.ReportService
-
Get a list of reports matching the type
- getRoute(RouteRequest) - Method in class org.jdal.gis.google.DirectionsService
-
- getServiceInterface() - Method in class org.jdal.remoting.UrlBasedRemoteReference
-
- getServiceUrl() - Method in class org.jdal.remoting.UrlBasedRemoteReference
-
- getSession() - Method in class org.jdal.dao.hibernate.HibernateDao
-
Return current hibernate Session from Hibernate template
- getSessionFactory() - Method in class org.jdal.dao.hibernate.HibernateDao
-
Return the Hibernate SessionFactory
- getSessionFactory() - Method in class org.jdal.hibernate.aop.SessionAspect
-
- getSessionProcessors() - Method in class org.jdal.hibernate.aop.SessionAspect
-
- getSortName() - Method in class org.jdal.dao.Page
-
- getSortOrder() - Method in interface org.jdal.reporting.ReportDataProvider
-
- getSortProperty() - Method in interface org.jdal.reporting.ReportDataProvider
-
- getSortPropertyName() - Method in class org.jdal.ui.bind.InitializationConfig
-
- getStartIndex() - Method in class org.jdal.dao.Page
-
get the startIndex, ie the number of the first record of this page
- getStartIndex() - Method in class org.jdal.dao.PageChangedEvent
-
- getStartIndex() - Method in interface org.jdal.dao.Paginator
-
get the startIndex, ie the number of the first record of this page
- getState(String) - Method in class org.jdal.logic.TableManagerSupport
-
Get TableState for user and table name
- getState(String) - Method in interface org.jdal.service.TableService
-
Get TableState for user and table name
- getSurname() - Method in class org.jdal.model.DefaultUser
-
- getTemplate() - Method in class org.jdal.logic.DbAdminManagerSupport
-
- getTotalPages() - Method in class org.jdal.dao.Page
- getTotalPages() - Method in class org.jdal.dao.PageChangedEvent
-
- getTotalPages() - Method in interface org.jdal.dao.Paginator
-
- getType() - Method in class org.jdal.dao.filter.ReportFilter
-
- getType() - Method in class org.jdal.reporting.Report
-
- getType() - Method in class org.jdal.ui.bind.InitializationConfig
-
- getUrl() - Method in class org.jdal.db.DbConnection
-
- getUser() - Method in class org.jdal.audit.AbstractAuditor
-
Get user from thread local var
- getUser() - Method in class org.jdal.db.DbConnection
-
- getUser() - Method in class org.jdal.logic.TableManagerSupport
-
- getUser() - Method in class org.jdal.model.UserPreference
-
- getUserDao() - Method in class org.jdal.auth.AuthManager
-
- getUsername() - Method in class org.jdal.model.DefaultUser
-
- getUsername() - Method in interface org.jdal.model.User
-
Gets the username
- getUserPreferenceDao() - Method in class org.jdal.logic.TableManagerSupport
-
- getValidator() - Method in class org.jdal.ui.ViewSupport
-
- getValue() - Method in class org.jdal.model.UserPreference
-
- getValue() - Method in class org.jdal.ui.bind.AbstractBinder
-
Get value from model
- getValueList(List, String) - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- getVisibleColumns() - Method in class org.jdal.model.TableState
-
Gets visible columns property names
- getWidth() - Method in class org.jdal.ui.ViewSupport
-
- greatThanOrEqualTo(String, Y) - Method in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
Add a '>=' Restriction on property
- IconPropertyEditor - Class in org.jdal.beans
-
PropertyEditor for javax.swing.Icon
- IconPropertyEditor() - Constructor for class org.jdal.beans.IconPropertyEditor
-
- id - Variable in class org.jdal.model.Entity
-
- ignoreProperties(Collection<? extends String>) - Method in class org.jdal.ui.ViewSupport
-
Add a Collection of property names to ignore on binding
- ignoreProperty(String) - Method in class org.jdal.ui.bind.CompositeBinder
-
Add a property name to ignore on binding.
- ignoreProperty(String) - Method in class org.jdal.ui.ViewSupport
-
Add a property name to ignore on binding.
- ImagePropertyEditor - Class in org.jdal.beans
-
Property editor for set Images from String in Spring bean definition files
- ImagePropertyEditor() - Constructor for class org.jdal.beans.ImagePropertyEditor
-
- init() - Method in class org.jdal.beans.JdalNamespaceHandler
-
- init() - Method in class org.jdal.logic.ContextPersistentManager
-
- init() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
Create and start dispatcher thread
- InitializationConfig - Class in org.jdal.ui.bind
-
Options to use when initializating controls.
- InitializationConfig(Class<?>) - Constructor for class org.jdal.ui.bind.InitializationConfig
-
- initialize(T) - Method in interface org.jdal.dao.Dao
-
Initalize entity at default depth
- initialize(T, int) - Method in interface org.jdal.dao.Dao
-
Initalize entity
- initialize(T) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- initialize(T, int) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- initialize(T) - Method in class org.jdal.dao.jpa.JpaDao
-
Initalize entity at default depth
- initialize(T, int) - Method in class org.jdal.dao.jpa.JpaDao
-
Initalize entity
- initialize(EntityManager, Object, int) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Initialize a entity.
- initialize(SessionFactory, Object, int) - Static method in class org.jdal.hibernate.HibernateUtils
-
Initialize a Object for use whith closed session.
- initialize(SessionFactory, Object) - Static method in class org.jdal.hibernate.HibernateUtils
-
Initialize a Object for use with closed sessions,
Use with care, will recurse on all properties.
- initialize(T, int) - Method in class org.jdal.logic.CollectionPersistenceService
-
Initalize entity
- initialize(T) - Method in class org.jdal.logic.CollectionPersistenceService
-
Initalize entity at default depth
- initialize(Object, int) - Method in class org.jdal.logic.ContextPersistentManager
-
Initalize entity
- initialize(Object) - Method in class org.jdal.logic.ContextPersistentManager
-
Initalize entity at default depth
- initialize(T, int) - Method in class org.jdal.logic.PersistentManager
-
Initalize entity
- initialize(T) - Method in class org.jdal.logic.PersistentManager
-
Initalize entity at default depth
- initialize(Object, String, InitializationConfig) - Method in interface org.jdal.ui.bind.ControlInitializer
-
Initalize control
- initializeCollection(Collection, Session) - Static method in class org.jdal.hibernate.HibernateUtils
-
Initialize Collection (detached or not)
- Initializer - Annotation Type in org.jdal.ui.bind
-
Used to hint org.jdal.ui.bind.ControlInitialzer
- invoke(RemoteInvocation, Object) - Method in class org.jdal.remoting.ReferenceInvocationExecutor
- invoke(MethodInvocation) - Method in class org.jdal.remoting.rmi.RmiServiceInterceptor
- isCachePageQueries() - Method in class org.jdal.dao.hibernate.HibernateDao
-
- isDirty() - Method in interface org.jdal.ui.View
-
Check if user change any controls of view
- isDirty() - Method in class org.jdal.ui.ViewSupport
-
- isEligibleAttribute(String) - Method in class org.jdal.beans.SimpleBeanDefinitionParser
-
- isEnabled() - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
Test control enabled state
- isEnabled() - Method in interface org.jdal.ui.bind.ControlAccessor
-
Test control enabled state
- isFirstNull() - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- isInitializeControls() - Method in class org.jdal.ui.ViewSupport
-
- isInitializeEntities() - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- isLoginPage(HttpServletRequest) - Method in class org.jdal.auth.AuthFilter
-
- isMergeAccessors() - Method in class org.jdal.ui.bind.ConfigurableControlAccessorFactory
-
- isMergeBinders() - Method in class org.jdal.ui.bind.ConfigurableBinderFactory
-
- isNested(String) - Static method in class org.jdal.beans.PropertyUtils
-
- isNew(T) - Method in class org.jdal.dao.jpa.JpaDao
-
Test if entity is New
- isOnDeleteSetNull() - Method in class org.jdal.dao.jpa.JpaDao
-
- isOverloadEnabled() - Method in class org.jdal.remoting.caucho.BurlapProxyFactoryBean
-
- isReadableProperty(String) - Method in class org.jdal.ui.bind.DirectFieldAccessor
-
- isRunning() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- isSingleton() - Method in class org.jdal.remoting.caucho.BurlapProxyFactoryBean
-
- isSingleton() - Method in class org.jdal.remoting.caucho.HessianProxyFactoryBean
-
- isSingleton() - Method in class org.jdal.remoting.httpinvoker.HttpInvokerProxyFactoryBean
-
- isSingleton() - Method in class org.jdal.remoting.rmi.RmiProxyFactoryBean
- isTextControl() - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
Test if control is a TextControlAccessor.
- isTextControl() - Method in interface org.jdal.ui.bind.ControlAccessor
-
Test if control is a TextControlAccessor.
- isTypeOrElementType(Attribute<?, ?>, Class<?>) - Static method in class org.jdal.dao.jpa.JpaUtils
-
Test if attribute is type or in collections has element type
- isUseNativeReferences() - Method in class org.jdal.remoting.rmi.RmiProxyFactoryBean
-
- isValid() - Method in class org.jdal.xml.ValidationResult
-
- isValue() - Method in class org.jdal.util.BooleanHolder
-
- isWritableProperty(String) - Method in class org.jdal.ui.bind.DirectFieldAccessor
-
- Page<T> - Class in org.jdal.dao
-
A Page of Objects as result of query on PaginableDataSource
Holds results for a page and info of Page definition page size and order.
- Page(int, int, String, Page.Order) - Constructor for class org.jdal.dao.Page
-
- Page(int, int, String) - Constructor for class org.jdal.dao.Page
-
- Page(int, int) - Constructor for class org.jdal.dao.Page
-
- Page(int) - Constructor for class org.jdal.dao.Page
-
- Page() - Constructor for class org.jdal.dao.Page
-
- Page.Order - Enum in org.jdal.dao
-
- PageableDataSource<T> - Interface in org.jdal.dao
-
Simple interface to get data by pages
- pageChanged(PageChangedEvent) - Method in interface org.jdal.dao.PaginatorListener
-
Notify of paginator changes with a PaginatorChangedEvent
- PageChangedEvent - Class in org.jdal.dao
-
Event to notify Paginator Listeners that the current page change.
- PageChangedEvent(Object, int, int, int, int) - Constructor for class org.jdal.dao.PageChangedEvent
-
- PageJRDatasourceAdapter - Class in org.jdal.reporting.datasource
-
Adapter to use PageableDataSource and Pages as JRDataSource.
- PageJRDatasourceAdapter(PageableDataSource<Object>) - Constructor for class org.jdal.reporting.datasource.PageJRDatasourceAdapter
-
- PageJRDatasourceAdapter(boolean) - Constructor for class org.jdal.reporting.datasource.PageJRDatasourceAdapter
-
- Paginator - Interface in org.jdal.dao
-
A interface for row data paginators.
- PaginatorListener - Interface in org.jdal.dao
-
Listener interface for paginator changes
- parse(Element, ParserContext) - Method in class org.jdal.beans.ServiceBeanDefinitionParser
- parse(String, Locale) - Method in class org.jdal.text.PeriodFormatter
- parseDefaultAttributes(Element, BeanDefinitionBuilder) - Method in class org.jdal.beans.SimpleBeanDefinitionParser
-
- parseList(Element, ParserContext, BeanDefinitionBuilder, String) - Method in class org.jdal.beans.SimpleBeanDefinitionParser
-
Parse a list element
- PASSWORD - Static variable in class org.jdal.db.DbConnection
-
- password(String) - Method in class org.jdal.logic.MysqlAdminManager
-
- PATTERN_FILTER_NAME - Static variable in class org.jdal.dao.filter.PatternFilter
-
- PatternFilter - Class in org.jdal.dao.filter
-
- PatternFilter() - Constructor for class org.jdal.dao.filter.PatternFilter
-
- PatternFilter(String) - Constructor for class org.jdal.dao.filter.PatternFilter
-
- PeriodFormat - Annotation Type in org.jdal.text
-
Declares that a number must be formated as time period.
- PeriodFormatAnnotationFactory - Class in org.jdal.text
-
PeriodFormat Annotation Factory.
- PeriodFormatAnnotationFactory() - Constructor for class org.jdal.text.PeriodFormatAnnotationFactory
-
- PeriodFormatter - Class in org.jdal.text
-
Formatter for periods of time in millis.
- PeriodFormatter() - Constructor for class org.jdal.text.PeriodFormatter
-
- PersistentManager<T,PK extends Serializable> - Class in org.jdal.logic
-
Base class for Services that wrappers persistent operations to DAO.
- PersistentManager() - Constructor for class org.jdal.logic.PersistentManager
-
- PersistentService<T,PK extends Serializable> - Interface in org.jdal.service
-
- PersistentServiceAware<T> - Interface in org.jdal.service
-
Interface for classes that hold a persistent service.
- PersistentServiceFactory - Class in org.jdal.service
-
Persistent Service Factory.
- PersistentServiceFactory() - Constructor for class org.jdal.service.PersistentServiceFactory
-
- PersistentServiceJpaDao<T,PK extends Serializable> - Class in org.jdal.dao.jpa
-
- PersistentServiceJpaDao() - Constructor for class org.jdal.dao.jpa.PersistentServiceJpaDao
-
Deprecated.
- PersistentServiceJpaDao(Class<T>) - Constructor for class org.jdal.dao.jpa.PersistentServiceJpaDao
-
Deprecated.
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.jdal.beans.RoleBeanDefinitionConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.jdal.beans.RoleBeanDefinitionConfigurer
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.jdal.mock.EasyMockReplacer
-
PostProcess BeanFactory and replace configured classes wiht
EasyMocks proxys
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.jdal.mock.MockReplacer
-
implements BeanFactoryPostProcessor.postProcessBeanFactory(ConfigurableListableBeanFactory)
- prettyDocumentToString(Document) - Static method in class org.jdal.xml.XMLUtils
-
Serialize a Document to a String using JAXP with identation (4 spaces)
- previousPage() - Method in class org.jdal.dao.Page
-
Go to previous page
- previousPage() - Method in interface org.jdal.dao.Paginator
-
Go to previous page
- print(Number, Locale) - Method in class org.jdal.text.PeriodFormatter
- processError(Object, FieldError) - Method in interface org.jdal.ui.validation.ErrorProcessor
-
Process binding error.
- processFile(File, String, boolean) - Method in interface org.jdal.util.processor.FileProcessor
-
Process the parameter file
- processFile(byte[]) - Method in interface org.jdal.util.processor.FileProcessor
-
Process the parameter file passed as raw data
- processFile(File, String, boolean) - Method in class org.jdal.util.processor.JasperReportFileProcessor
-
- processFile(byte[]) - Method in class org.jdal.util.processor.JasperReportFileProcessor
-
- processFile(File, String, boolean) - Method in class org.jdal.util.processor.JasperReportXMLFileProcessor
-
- processFile(byte[]) - Method in class org.jdal.util.processor.JasperReportXMLFileProcessor
-
- processPropertyAccessException(Object, PropertyAccessException, BindingResult) - Method in class org.jdal.ui.bind.ControlBindingErrorProcessor
-
Add a ControlError instead FieldError to hold component that has failed.
- processSession(JoinPoint) - Method in class org.jdal.hibernate.aop.SessionAspect
-
Before advice to prepare Session before call
- processSession(Session) - Method in interface org.jdal.hibernate.aop.SessionProcessor
-
- Property - Annotation Type in org.jdal.ui.bind
-
Used to bind a control to a model property
- PROPERTY_SEPARATOR - Static variable in class org.jdal.beans.PropertyUtils
-
- PropertyBinder - Interface in org.jdal.ui.bind
-
Bind a component to a model property
- PropertyComparator - Class in org.jdal.util.comparator
-
Comparator for generic beans by property value.
- PropertyComparator(String) - Constructor for class org.jdal.util.comparator.PropertyComparator
-
ctor
- propertyName - Variable in class org.jdal.ui.bind.AbstractBinder
-
binded property name
- PropertyUtils - Class in org.jdal.beans
-
- PropertyUtils() - Constructor for class org.jdal.beans.PropertyUtils
-
- put(String, Object) - Method in class org.jdal.dao.DefaultFilter
-
- put(T) - Method in class org.jdal.util.concurrent.DispatcherQueue
-
Insert a Object to the queue, waiting if necessary.
- readEntryAsByteArray(ZipFile, ZipEntry) - Static method in class org.jdal.util.ZipFileUtils
-
Read a Zip Entry as byte[]
- readOnly - Variable in class org.jdal.ui.bind.AbstractBinder
-
if true, binding is readOnly, ie from model to control
- readRemoteInvocation(InputStream) - Method in class org.jdal.remoting.websocket.WebSocketServiceExporter
-
- rebind(String, Remote) - Method in class org.jdal.remoting.rmi.DummyRegistry
- Reference - Annotation Type in org.jdal.annotations
-
Mark a field or property as reference of other by
type or property
- ReferenceInvocationExecutor - Class in org.jdal.remoting
-
- ReferenceInvocationExecutor() - Constructor for class org.jdal.remoting.ReferenceInvocationExecutor
-
- ReferenceRemoteInvocationFactory - Class in org.jdal.remoting
-
- ReferenceRemoteInvocationFactory() - Constructor for class org.jdal.remoting.ReferenceRemoteInvocationFactory
-
- refresh() - Method in class org.jdal.ui.bind.AbstractBinder
-
- refresh() - Method in class org.jdal.ui.bind.CompositeBinder
-
- refresh() - Method in interface org.jdal.ui.Binder
-
Update Component from model
- refresh() - Method in class org.jdal.ui.ViewSupport
-
Update Component from model
- RemoteClient - Interface in org.jdal.remoting
-
Interface to be implemented for remote
- RemoteClientAdvisor - Class in org.jdal.remoting
-
- RemoteClientAdvisor(RemoteReference) - Constructor for class org.jdal.remoting.RemoteClientAdvisor
-
- RemoteClientAdvisor(RemoteClient) - Constructor for class org.jdal.remoting.RemoteClientAdvisor
-
- RemoteReference - Interface in org.jdal.remoting
-
- remove(Class<?>) - Method in class org.jdal.mock.EasyMockReplacer
-
Remove Class from replaced classes
- removeComannd(Command) - Method in class org.jdal.cmd.DefaultTask
-
Remove a Command from command list of task
- removeComannd(Command) - Method in interface org.jdal.cmd.Task
-
remove a Command from command list
- removeControlChangeListener(ControlChangeListener) - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
Remove a ControlChangeListener
- removeControlChangeListener(ControlChangeListener) - Method in interface org.jdal.ui.bind.ControlAccessor
-
Remove a ControlChangeListener
- removeControlChangeListener(ControlChangeListener) - Method in class org.jdal.ui.bind.ViewAccessor
-
Remove a ControlChangeListener
- removeControlChangeListener(ControlChangeListener) - Method in interface org.jdal.ui.View
-
Remove a previously added ControlChangeListener
- removeControlChangeListener(ControlChangeListener) - Method in class org.jdal.ui.ViewSupport
-
- removeEditorListener(EditorListener) - Method in interface org.jdal.ui.Editor
-
Remove a previusly added EditorListener
- removePaginatorListener(PaginatorListener) - Method in class org.jdal.dao.Page
-
Remove a PaginatorListener
- removePaginatorListener(PaginatorListener) - Method in interface org.jdal.dao.Paginator
-
Remove a PaginatorListener
- removePostProcessor(Command) - Method in class org.jdal.cmd.DefaultTask
-
Remove a Command to postprocesor list of task
- removePostProcessor(Command) - Method in interface org.jdal.cmd.Task
-
Remove a Command from postprocesor list
- removePreprocesor(Command) - Method in class org.jdal.cmd.DefaultTask
-
Remove a Command from preprocesor command list
- removePreprocesor(Command) - Method in interface org.jdal.cmd.Task
-
Remove a Command from preprocesor list
- Report - Class in org.jdal.reporting
-
- Report() - Constructor for class org.jdal.reporting.Report
-
- reportChanged(EventObject) - Method in interface org.jdal.reporting.ReportEventListener
-
Notify changes in a report
- ReportDao - Interface in org.jdal.dao
-
Report Dao Interface
- ReportDataProvider<T,PK extends Serializable> - Interface in org.jdal.reporting
-
This interface must be implemented by those classes that require working with reports
- ReportEventListener - Interface in org.jdal.reporting
-
Interface to be implemented by those objects that need to know about the changes in a report
- ReportFilter - Class in org.jdal.dao.filter
-
Report Filter
- ReportFilter() - Constructor for class org.jdal.dao.filter.ReportFilter
-
- ReportFilter(String) - Constructor for class org.jdal.dao.filter.ReportFilter
-
- ReportingException - Exception in org.jdal.reporting
-
- ReportingException() - Constructor for exception org.jdal.reporting.ReportingException
-
- ReportingException(String, Throwable) - Constructor for exception org.jdal.reporting.ReportingException
-
- ReportingException(String) - Constructor for exception org.jdal.reporting.ReportingException
-
- ReportingException(Throwable) - Constructor for exception org.jdal.reporting.ReportingException
-
- ReportManager - Class in org.jdal.logic
-
Report Service Implementation
- ReportManager() - Constructor for class org.jdal.logic.ReportManager
-
- ReportService - Interface in org.jdal.service
-
- ReportType - Class in org.jdal.reporting
-
- ReportType() - Constructor for class org.jdal.reporting.ReportType
-
- reset() - Method in interface org.jdal.ui.validation.ErrorProcessor
-
clear state of ErrorProcessor.
- RmiNativeRemoteReference - Class in org.jdal.remoting.rmi
-
- RmiNativeRemoteReference(Remote) - Constructor for class org.jdal.remoting.rmi.RmiNativeRemoteReference
-
- RmiNativeRemoteReference(Remote, Class) - Constructor for class org.jdal.remoting.rmi.RmiNativeRemoteReference
-
- RmiProxyFactoryBean - Class in org.jdal.remoting.rmi
-
- RmiProxyFactoryBean() - Constructor for class org.jdal.remoting.rmi.RmiProxyFactoryBean
-
- RmiRemoteReference - Class in org.jdal.remoting.rmi
-
- RmiRemoteReference(UrlBasedRemoteAccessor) - Constructor for class org.jdal.remoting.rmi.RmiRemoteReference
-
- RmiServiceExporter - Class in org.jdal.remoting.rmi
-
A RmiServiceExporter that exposes the remote service to allow passing it
as parameter to a remote object.
- RmiServiceExporter() - Constructor for class org.jdal.remoting.rmi.RmiServiceExporter
-
- RmiServiceInterceptor - Class in org.jdal.remoting.rmi
-
Aop Alliance Interceptor that delegate calls to a RmiInvocationHandler.
- RmiServiceInterceptor(RmiInvocationHandler) - Constructor for class org.jdal.remoting.rmi.RmiServiceInterceptor
-
- RmiServiceInterceptor(RmiInvocationHandler, String) - Constructor for class org.jdal.remoting.rmi.RmiServiceInterceptor
-
- RoleBeanDefinitionConfigurer - Class in org.jdal.beans
-
Configure BeanDefinition with BeanDefinition.ROLE_INFRASTRUCTURE by bean name.
- RoleBeanDefinitionConfigurer() - Constructor for class org.jdal.beans.RoleBeanDefinitionConfigurer
-
- root - Variable in class org.jdal.dao.jpa.JpaCriteriaBuilderSupport
-
- Route - Class in org.jdal.gis.google
-
- Route() - Constructor for class org.jdal.gis.google.Route
-
- RouteRequest - Class in org.jdal.gis.google
-
- RouteRequest() - Constructor for class org.jdal.gis.google.RouteRequest
-
- RouteRequest(Point, Point) - Constructor for class org.jdal.gis.google.RouteRequest
-
- RouteRequest.Mode - Enum in org.jdal.gis.google
-
- RouteResponse - Class in org.jdal.gis.google
-
- RouteResponse() - Constructor for class org.jdal.gis.google.RouteResponse
-
- save(T) - Method in interface org.jdal.dao.Dao
-
Save or update an object
- save(Collection<T>) - Method in interface org.jdal.dao.Dao
-
Save a collection entity
- save(Collection<T>) - Method in class org.jdal.dao.DaoSupport
-
Save a collection entity
- save(T) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- save(T) - Method in class org.jdal.dao.jpa.JpaDao
-
Save or update an object
- save(Collection<T>) - Method in class org.jdal.dao.jpa.PersistentServiceJpaDao
-
Deprecated.
Save a collection entity
- save(T) - Method in class org.jdal.logic.CollectionPersistenceService
-
Save or update an object
- save(Collection<T>) - Method in class org.jdal.logic.CollectionPersistenceService
-
Save a collection entity
- save(Object) - Method in class org.jdal.logic.ContextPersistentManager
-
Save or update an object
- save(Collection<Object>) - Method in class org.jdal.logic.ContextPersistentManager
-
Save a collection entity
- save(T) - Method in class org.jdal.logic.PersistentManager
-
Save or update an object
- save(Collection<T>) - Method in class org.jdal.logic.PersistentManager
-
Save a collection entity
- save() - Method in interface org.jdal.ui.Editor
-
Save editing model
- saveState(TableState) - Method in class org.jdal.logic.TableManagerSupport
-
Save the given TableState
- saveState(TableState) - Method in interface org.jdal.service.TableService
-
Save the given TableState
- SCOPE_ATTRIBUTE - Static variable in class org.jdal.beans.SimpleBeanDefinitionParser
-
- serialize(Serializable) - Static method in class org.jdal.util.Serializer
-
Serialize Serializable to byte[]
- serialize(Object) - Method in class org.jdal.xml.JibXXMLMapper
-
Convert Java Object to XML String
- serialize(Object) - Method in interface org.jdal.xml.XMLMapper
-
Serialize an object to xml string
- Serializer - Class in org.jdal.util
-
Serialize/Deserialize utility library class.
- Serializer() - Constructor for class org.jdal.util.Serializer
-
- ServiceBeanDefinitionParser - Class in org.jdal.beans
-
- ServiceBeanDefinitionParser() - Constructor for class org.jdal.beans.ServiceBeanDefinitionParser
-
- SESSION_USER_KEY - Static variable in class org.jdal.auth.AuthFilter
-
- SessionAspect - Class in org.jdal.hibernate.aop
-
Spring AOP Aspect to apply session processors to current hibernate session.
- SessionAspect() - Constructor for class org.jdal.hibernate.aop.SessionAspect
-
- SessionProcessor - Interface in org.jdal.hibernate.aop
-
- SET_FIRST_RESULT - Static variable in class org.jdal.dao.hibernate.HibernateExecutable
-
- SET_MAX_RESULTS - Static variable in class org.jdal.dao.hibernate.HibernateExecutable
-
- SET_RESULT_TRANSFORMER - Static variable in class org.jdal.dao.hibernate.HibernateExecutable
-
- setAccessors(Map<Class<?>, Class<? extends ControlAccessor>>) - Method in class org.jdal.ui.bind.ConfigurableControlAccessorFactory
-
- setAddress(String) - Method in class org.jdal.model.Address
-
- setArea(Long) - Method in class org.jdal.model.Country
-
- setArg(Object) - Method in exception org.jdal.cmd.CommandException
-
Setter for arg
- setAsText(String) - Method in class org.jdal.beans.IconPropertyEditor
-
Load image from classpath
- setAsText(String) - Method in class org.jdal.beans.ImagePropertyEditor
-
Load image from classpath
- setAuthStrategy(AuthStrategy) - Method in class org.jdal.auth.AuthManager
-
Setter for AuthStrategy
- setBeanNames(String[]) - Method in class org.jdal.beans.RoleBeanDefinitionConfigurer
-
- setBinderFactory(BinderFactory) - Method in class org.jdal.ui.bind.CompositeBinder
-
- setBinderFactory(BinderFactory) - Method in class org.jdal.ui.ViewSupport
-
Sets the binder factory, propagate it to composite binder.
- setBinders(Map<Class<?>, Class<? extends PropertyBinder>>) - Method in class org.jdal.ui.bind.ConfigurableBinderFactory
-
- setBindingName(String) - Method in class org.jdal.xml.JibXXMLMapper
-
- setCachePageQueries(boolean) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- setCity(City) - Method in class org.jdal.model.Address
-
- setCodebaseUrl(String) - Method in class org.jdal.remoting.httpinvoker.HttpInvokerRemoteReference
-
- setCollection(Collection<T>) - Method in class org.jdal.logic.CollectionPersistenceService
-
- setCommands(List<Command>) - Method in class org.jdal.cmd.DefaultTask
-
- setComparator(Comparator<String>) - Method in class org.jdal.util.comparator.PropertyComparator
-
- setComponent(Object) - Method in class org.jdal.ui.bind.AbstractBinder
-
- setComponent(Object) - Method in class org.jdal.ui.bind.ControlError
-
- setConfigPackage(String) - Static method in class org.jdal.beans.AppCtx
-
- setConnection(Connection) - Method in interface org.jdal.util.processor.FileProcessor
-
Set the database connection to be used to process the file
- setConnection(Connection) - Method in class org.jdal.util.processor.JasperReportFileProcessor
-
- setConnection(Connection) - Method in class org.jdal.util.processor.JasperReportXMLFileProcessor
-
- setControl(Object) - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
- setControlAccessorFactory(ControlAccessorFactory) - Method in class org.jdal.ui.bind.ConfigurableBinderFactory
-
- setControlAccessorFactory(ControlAccessorFactory) - Method in class org.jdal.ui.bind.ControlAccessorBinderFactory
-
- setControlAccessorFactory(ControlAccessorFactory) - Method in class org.jdal.ui.bind.ControlBinder
-
- setControlAccessorFactory(ControlAccessorFactory) - Method in class org.jdal.ui.ViewSupport
-
- setControlInitializer(ControlInitializer) - Method in class org.jdal.ui.ViewSupport
-
- setControlValue(Object) - Method in interface org.jdal.ui.bind.ControlAccessor
-
Sets the control value
- setControlValue(Object) - Method in class org.jdal.ui.bind.ViewAccessor
-
Sets the control value
- setCount(int) - Method in class org.jdal.dao.Page
-
- setCount(int) - Method in interface org.jdal.dao.Paginator
-
set the number of total records, ie the number of records in all pages
- setCountry(Country) - Method in class org.jdal.model.Address
-
- setCreationDate(Date) - Method in interface org.jdal.audit.Auditable
-
- setCreationUser(String) - Method in interface org.jdal.audit.Auditable
-
- setCriteriaBuilderMap(Map<String, CriteriaBuilder>) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- setCriteriaBuilderMap(Map<String, JpaCriteriaBuilder<T>>) - Method in class org.jdal.dao.jpa.JpaDao
-
- setDao(Dao<T, PK>) - Method in class org.jdal.logic.PersistentManager
-
- setData(List<T>) - Method in class org.jdal.dao.Page
-
- setData(byte[]) - Method in class org.jdal.model.Attachment
-
- setData(byte[]) - Method in class org.jdal.reporting.Report
-
- setDatabase(Database) - Method in class org.jdal.db.DbConnection
-
- setDataSource(DataSource) - Method in class org.jdal.logic.DbAdminManagerSupport
-
- setDbName(String) - Method in class org.jdal.db.DbConnection
-
- setDefaultPort(String) - Method in class org.jdal.db.Database
-
- setDescription(String) - Method in class org.jdal.reporting.Report
-
- setDestination(Point) - Method in class org.jdal.gis.google.RouteRequest
-
- setDestination(double, double) - Method in class org.jdal.gis.google.RouteRequest
-
- setDirty(boolean) - Method in class org.jdal.ui.ViewSupport
-
- setDispatcher(DispatcherQueue.Dispatcher<T>) - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- setDriver(String) - Method in class org.jdal.db.Database
-
- setDriver(String) - Method in class org.jdal.db.DbConnection
-
- setEmail(String) - Method in class org.jdal.model.DefaultUser
-
- setEnabled(boolean) - Method in class org.jdal.ui.bind.AbstractControlAccessor
-
Enable/disable the control
- setEnabled(boolean) - Method in interface org.jdal.ui.bind.ControlAccessor
-
Enable/disable the control
- setEntityClass(Class<T>) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- setEntityClass(Class<T>) - Method in class org.jdal.dao.jpa.JpaDao
-
- setEntityManager(EntityManager) - Method in class org.jdal.dao.jpa.JpaDao
-
- setErrorProcessors(List<ErrorProcessor>) - Method in class org.jdal.ui.ViewSupport
-
- setExecutor(Executor) - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- setFile(File) - Method in class org.jdal.reporting.Report
-
- setFileName(String) - Method in class org.jdal.reporting.Report
-
- setFilter(Object) - Method in class org.jdal.dao.Page
-
- setFilterName(String) - Method in class org.jdal.dao.BeanFilter
-
- setFirstNull(boolean) - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- setFirstResult(int) - Method in class org.jdal.dao.hibernate.HibernateExecutable
-
Set the first row to retrieve.
- setHasQuery(Boolean) - Method in class org.jdal.reporting.Report
-
- setHeight(int) - Method in class org.jdal.ui.ViewSupport
-
- setHibernateTemplate(HibernateTemplate) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- setHost(String) - Method in class org.jdal.db.DbConnection
-
- setId(Long) - Method in class org.jdal.model.Attachment
-
- setId(Long) - Method in class org.jdal.model.City
-
- setId(Long) - Method in class org.jdal.model.Country
-
- setId(Long) - Method in class org.jdal.model.DefaultUser
-
- setId(Long) - Method in class org.jdal.model.Entity
-
- setId(Long) - Method in class org.jdal.model.UserPreference
-
- setId(Long) - Method in class org.jdal.reporting.Report
-
- setId(Long) - Method in class org.jdal.reporting.ReportType
-
- setIgnoredProperties(List<String>) - Method in class org.jdal.ui.bind.CompositeBinder
-
- setIgnoredProperties(Set<String>) - Method in class org.jdal.ui.ViewSupport
-
- setInitializeControls(boolean) - Method in class org.jdal.ui.ViewSupport
-
- setInitializeEntities(boolean) - Method in interface org.jdal.ui.bind.ControlInitializer
-
Sets if initialize object, ie drop ORM proxies.
- setInitializeEntities(boolean) - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- setJdbcName(String) - Method in class org.jdal.db.Database
-
- setLanguage(String) - Method in class org.jdal.gis.google.RouteRequest
-
- setList(List<T>) - Method in class org.jdal.dao.ListPageableDataSource
-
- setLocale(Locale) - Method in class org.jdal.beans.CurrencyEditor
-
- setMaxResults(int) - Method in class org.jdal.dao.hibernate.HibernateExecutable
-
Set the maximum number of rows to retrieve.
- setMergeAccessors(boolean) - Method in class org.jdal.ui.bind.ConfigurableControlAccessorFactory
-
- setMergeBinders(boolean) - Method in class org.jdal.ui.bind.ConfigurableBinderFactory
-
- setMessage(String) - Method in class org.jdal.xml.ValidationResult
-
- setMessageSource(MessageSource) - Method in class org.jdal.beans.MessageSourceWrapper
-
- setMessageSource(MessageSource) - Static method in class org.jdal.beans.StaticMessageSource
-
- setMessageSource(MessageSource) - Method in class org.jdal.ui.ViewSupport
-
- setMode(RouteRequest.Mode) - Method in class org.jdal.gis.google.RouteRequest
-
- setModel(Object) - Method in class org.jdal.ui.bind.AbstractBinder
-
- setModel(T) - Method in class org.jdal.ui.bind.CompositeBinder
-
- setModel(T) - Method in class org.jdal.ui.DefaultModelHolder
-
Sets model
- setModel(Object) - Method in class org.jdal.ui.EditorEvent
-
Sets model
- setModel(T) - Method in interface org.jdal.ui.ModelHolder
-
Sets model
- setModel(T) - Method in class org.jdal.ui.ViewSupport
-
Sets model
- setModificationDate(Date) - Method in interface org.jdal.audit.Auditable
-
- setModificationUser(String) - Method in interface org.jdal.audit.Auditable
-
- setName(String) - Method in class org.jdal.cmd.DefaultCommand
-
- setName(String) - Method in class org.jdal.cmd.DefaultTask
-
- setName(String) - Method in class org.jdal.dao.DefaultFilter
-
- setName(String) - Method in class org.jdal.dao.filter.ReportFilter
-
- setName(String) - Method in class org.jdal.db.Database
-
- setName(String) - Method in class org.jdal.model.Attachment
-
- setName(String) - Method in class org.jdal.model.City
-
- setName(String) - Method in class org.jdal.model.Country
-
- setName(String) - Method in class org.jdal.model.DefaultUser
-
- setName(String) - Method in class org.jdal.model.Entity
-
- setName(String) - Method in class org.jdal.model.UserPreference
-
- setName(String) - Method in class org.jdal.reporting.Report
-
- setName(String) - Method in class org.jdal.reporting.ReportType
-
- setName(String) - Method in class org.jdal.ui.ViewSupport
-
- setOldValue(Object) - Method in class org.jdal.ui.bind.AbstractBinder
-
- setOnDeleteSetNull(boolean) - Method in class org.jdal.dao.jpa.JpaDao
-
- setOrder(Page.Order) - Method in class org.jdal.dao.Page
-
- setOrderAsc() - Method in class org.jdal.dao.Page
-
- setOrderDesc() - Method in class org.jdal.dao.Page
-
- setOrigin(Point) - Method in class org.jdal.gis.google.RouteRequest
-
- setOrigin(double, double) - Method in class org.jdal.gis.google.RouteRequest
-
- setPackageName(String) - Method in class org.jdal.xml.JibXXMLMapper
-
- setPage(int) - Method in class org.jdal.dao.Page
-
set the page number to index page if possible
- setPage(int) - Method in class org.jdal.dao.PageChangedEvent
-
- setPage(int) - Method in interface org.jdal.dao.Paginator
-
set the page number to index page if possible
- setPage(Page<Object>) - Method in class org.jdal.reporting.datasource.PageJRDatasourceAdapter
-
- setPageableDataSource(PageableDataSource<?>) - Method in class org.jdal.dao.Page
-
- setPageSize(int) - Method in class org.jdal.dao.Page
-
- setPageSize(int) - Method in class org.jdal.dao.PageChangedEvent
-
- setPageSize(int) - Method in interface org.jdal.dao.Paginator
-
Set the page size, ie, the number of records in one page
- setPageSize(int) - Method in class org.jdal.model.TableState
-
- setParameters(Map<String, Object>) - Method in interface org.jdal.util.processor.FileProcessor
-
- setParameters(Map<String, Object>) - Method in class org.jdal.util.processor.JasperReportFileProcessor
-
- setParameters(Map<String, Object>) - Method in class org.jdal.util.processor.JasperReportXMLFileProcessor
-
- setParameteterMap(Map<String, Object>) - Method in class org.jdal.dao.DefaultFilter
-
- setPassword(String) - Method in class org.jdal.db.DbConnection
-
- setPassword(String) - Method in class org.jdal.model.DefaultUser
-
- setPattern(String) - Method in class org.jdal.dao.filter.PatternFilter
-
- setPersistentService(Dao<T, ? extends Serializable>) - Method in interface org.jdal.service.PersistentServiceAware
-
Set PersistentService to use
- setPersistentService(Dao<Object, ? extends Serializable>) - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- setPopulation(Long) - Method in class org.jdal.model.City
-
- setPort(String) - Method in class org.jdal.db.DbConnection
-
- setPostalCode(String) - Method in class org.jdal.model.Address
-
- setPostProcessors(List<Command>) - Method in class org.jdal.cmd.DefaultTask
-
- setPreProcessors(List<Command>) - Method in class org.jdal.cmd.DefaultTask
-
- setProperties(String, Properties) - Static method in class org.jdal.beans.AppCtx
-
- setProperty(Object, String, Object) - Static method in class org.jdal.util.BeanUtils
-
Set property, without trowing exceptions on errors
- setPropertyKey(String) - Method in class org.jdal.logic.CollectionPersistenceService
-
- setPropertyName(String) - Method in class org.jdal.ui.bind.AbstractBinder
-
- setPropertyValue(String, Object) - Method in class org.jdal.ui.bind.DirectFieldAccessor
-
- setProxyFactory(BurlapProxyFactory) - Method in class org.jdal.remoting.caucho.BurlapProxyFactoryBean
-
- setQueryFinder(QueryFinder) - Method in class org.jdal.dao.jpa.JpaDao
-
- setQueue(BlockingQueue<T>) - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- setRawData(byte[]) - Method in class org.jdal.util.processor.JasperReportFileProcessor
-
- setRawData(byte[]) - Method in class org.jdal.util.processor.JasperReportXMLFileProcessor
-
- setRegisterDate(Date) - Method in class org.jdal.model.DefaultUser
-
- setReplacedBeans(Map<String, Object>) - Method in class org.jdal.mock.MockReplacer
-
Set the replacedBeans Map
- setReportDao(ReportDao) - Method in class org.jdal.logic.ReportManager
-
- setRunning(boolean) - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- setService(JRDataSource) - Method in interface org.jdal.util.processor.FileProcessor
-
- setService(JRDataSource) - Method in class org.jdal.util.processor.JasperReportFileProcessor
-
- setService(JRDataSource) - Method in class org.jdal.util.processor.JasperReportXMLFileProcessor
-
- setServiceInterface(Class) - Method in class org.jdal.remoting.UrlBasedRemoteReference
-
- setServiceName(String) - Method in class org.jdal.remoting.rmi.RmiServiceExporter
-
Override to get access to the serviceName
- setServiceUrl(String) - Method in class org.jdal.remoting.UrlBasedRemoteReference
-
- setSessionFactory(SessionFactory) - Method in class org.jdal.dao.hibernate.HibernateDao
-
- setSessionFactory(SessionFactory) - Method in class org.jdal.hibernate.aop.SessionAspect
-
- setSessionProcessors(List<SessionProcessor>) - Method in class org.jdal.hibernate.aop.SessionAspect
-
- setSortName(String) - Method in class org.jdal.dao.Page
-
- setSortPropertyName(String) - Method in class org.jdal.ui.bind.InitializationConfig
-
- setStartIndex(int) - Method in class org.jdal.dao.PageChangedEvent
-
- setSurname(String) - Method in class org.jdal.model.DefaultUser
-
- setTemplate(JdbcTemplate) - Method in class org.jdal.logic.DbAdminManagerSupport
-
- setTotalPages(int) - Method in class org.jdal.dao.PageChangedEvent
-
- setType(ReportType) - Method in class org.jdal.dao.filter.ReportFilter
-
- setType(ReportType) - Method in class org.jdal.reporting.Report
-
- setType(Class<?>) - Method in class org.jdal.ui.bind.InitializationConfig
-
- setUrl(String) - Method in class org.jdal.db.DbConnection
-
- setUseNativeReferences(boolean) - Method in class org.jdal.remoting.rmi.RmiProxyFactoryBean
-
- setUser(String) - Method in class org.jdal.db.DbConnection
-
- setUser(User) - Method in class org.jdal.model.UserPreference
-
- setUserDao(UserDao) - Method in class org.jdal.auth.AuthManager
-
- setUsername(String) - Method in class org.jdal.model.DefaultUser
-
- setUserPreferenceDao(UserPreferenceDao) - Method in class org.jdal.logic.TableManagerSupport
-
- setValid(boolean) - Method in class org.jdal.xml.ValidationResult
-
- setValidator(Validator) - Method in class org.jdal.ui.ViewSupport
-
- setValue(String) - Method in class org.jdal.model.UserPreference
-
- setValue(Object) - Method in class org.jdal.ui.bind.AbstractBinder
-
Set value on binded object using the property name.
- setValue(boolean) - Method in class org.jdal.util.BooleanHolder
-
- setVisibleColumns(List<String>) - Method in class org.jdal.model.TableState
-
Set the visible columns property names
- setVisibleColumns(String) - Method in class org.jdal.model.TableState
-
Set visible columns as CSV String
- setWidth(int) - Method in class org.jdal.ui.ViewSupport
-
- SimpleBeanDefinitionParser - Class in org.jdal.beans
-
A non abstract simple bean definition parser.
- SimpleBeanDefinitionParser(Class<?>) - Constructor for class org.jdal.beans.SimpleBeanDefinitionParser
-
- SimpleTypeConverter - Class in org.jdal.beans
-
- SimpleTypeConverter() - Constructor for class org.jdal.beans.SimpleTypeConverter
-
- size() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
Gets the number of messages on the queue.
- sort(List, String) - Method in class org.jdal.ui.bind.ControlInitializerSupport
-
- start() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
- StaticMessageSource - Class in org.jdal.beans
-
Static access to message source bean, used to avoid excessive configuration.
- stop() - Method in class org.jdal.util.concurrent.DispatcherQueue
-
Stop Dispatcher
- stringToElement(String) - Static method in class org.jdal.xml.XMLUtils
-
Get a DOM Element from xml string
- SystemUtils - Class in org.jdal.system
-
System utility library
- SystemUtils() - Constructor for class org.jdal.system.SystemUtils
-